0

I'm trying to prove $f: \mathbb{R}_+\to\mathbb{R}$, where $f(x) = x^a$, is continuous for any $a\in\mathbb{R}$, but I can't come up with anything. I would very much prefer an $\varepsilon$-$\delta$ proof, if possible.

1 Answers1

0

For $x>0$, you have that $x^a=e^{alnx}$ is continuous, as the composition of two continuous functions $e^x$ and $alnx$. When $x<0$ , the definition is more problematic, since you may have expressions like $x^{1/2k}$ for $x<0$, which is not defined for negative numbers.

user99680
  • 6,708
  • I assume $x>0$, so that's not an issue. However, I would like to do the proof with an $\varepsilon$-$\delta$ argument. – user114158 Dec 08 '13 at 22:29