If we know that $f$ is continuous, how can we show that $\sqrt{f}$ is continuous? (Assume that $f(x) \ge 0$ for all $x \in D$)
I find this answer if $f $ is continuous then is $\sqrt f $continuous? but I am not sure that I agree with his response.
Since $f$ is continuous we know that there exist a $\delta\in\mathbb{N}$ such that,
$\left|f(x)+f(y)\right|<\epsilon^2\mbox{ whenever }|x-y|<\delta$
Hence,
$\left|\sqrt{f(x)}-\sqrt{f(y)}\right|<\sqrt{\left|f(x)+f(y)\right|}<\epsilon\mbox{ whenever }|x-y|<\delta$
Do we actually know that there exists a $\delta$ such that $|f(x) +f(y)| \lt \epsilon^{2}$? I would agree that there is a $\delta$ such that $|f(x) -f(y)| \lt \epsilon^{2}$
Intuitively, I feel that $\delta \lt \epsilon^{2}$ would work, but I am not sure how to show this.