Show $\frac{1}{n^{0.5}}$ is continuous for $[1,\infty]$.
I am unsure how to go about showing this, anyone have any ideas?
Show $\frac{1}{n^{0.5}}$ is continuous for $[1,\infty]$.
I am unsure how to go about showing this, anyone have any ideas?
Let us show that $f:x\mapsto x^{-1/2}$ is continous on $[1,+\infty]$ . First, $f_{1}:x\mapsto x^{1/2}$ is continous on the same interval : indeed, if $x,y\geq1$ are real numbers with and $|x-y|<\delta$ , then we have$$\left|f_{1}\left(x\right)-f_{1}\left(y\right)\right|=\left|x^{1/2}-y^{1/2}\right|=\frac{\left|x-y\right|}{x^{1/2}+y^{1/2}}<\frac{\delta}{2}$$ since $x\geq1$ and $y\geq1$ .
Now, let us consider the function $f_{2}:x\mapsto x^{-1}$ on the same interval : for $x,y$ as above, we have$$\left|f_{2}\left(x\right)-f_{2}\left(y\right)\right|=\left|\frac{1}{x}-\frac{1}{y}\right|=\left|\frac{y-x}{xy}\right|=\frac{\left|y-x\right|}{xy}\leq\left|y-x\right|<\delta$$ since $1\leq xy$ .
Now, since $f\left(x\right)=f_{2}\left(f_{1}\left(x\right)\right)$, we use the fact that a composition of continuous functions is also continuous, and then we get the continuity of $f$ .
Let $x,\; x_0 \in [1, \infty]$, we have: $$\left| \frac{1}{\sqrt{x}} - \frac{1}{\sqrt{x_0}} \right| = \left| \frac{\sqrt{x_0} - \sqrt{x}}{\sqrt{x}\cdot\sqrt{x_0}}\right| $$ $$< \left |\frac{x - x_0}{1} \right|$$ $$= |x - x_0| < \delta$$ Let $\delta = \epsilon$
Then by definition of continuity, for each $\epsilon > 0$ there exists $\delta > 0$ so that $x \in [1,\infty]$ and $|x-x_0| < \delta$ imply $|f(x) - f(x_0)| < \delta = \epsilon$
Following the hint provided by copper.hat, we will show that the function $f(x)=\sqrt x$ is continuous on the interval $[1,\infty)$ and then show that the function $g(x) = 1/x$ is continuous on the same interval. Recall the definition of a continuous function on a set $A \subset \mathbb{R}$: $\forall \epsilon >0$, $\exists \delta >0$ and $\forall a \in A$ if $|x-a| < \delta$, then $|f(x)-f(a)| < \epsilon$.
1) $\sqrt x $ is continuous on A. We look at the difference $|\sqrt x - \sqrt a|$. Since $(x-y) = (\sqrt x + \sqrt a)(\sqrt x - \sqrt a)$ we have that $|\sqrt x - \sqrt a| = \frac{|x-a|}{|\sqrt x + \sqrt a|} \le \frac{\delta}{|\sqrt x + \sqrt a|}$. Since $x \ge 1 $ and $a \ge 1$, then $ |\sqrt x + \sqrt a| \ge 2$. Thus, $ \frac{\delta}{|\sqrt x + \sqrt a|} \le \delta / 2$. Let $\delta = 2\epsilon -1$, then $\frac{\delta}{|\sqrt x + \sqrt a|} \le \delta / 2 = \epsilon - 1/2 < \epsilon$.
2) $\frac{1}{x}$ is continuous on A. This will be proved similarly. Again, consider the difference $|\frac{1}{x}-\frac{1}{a}|$. $$|\frac{1}{x}-\frac{1}{a}|= \frac{|a-x|}{|ax|}=\frac{|x-a|}{ax}$$ (we can ommit the absolute value around the bottom since the product of two positive numbers is surely positive.) Now we have that $|x-a|< \delta$, and, again, since $x \ge 1,y\ge 1$, $ax \ge 1$. Thus, $$\frac{|x-a|}{ax} \le \delta$$ Now choose $\delta = \epsilon -1$ to arrive at $\frac{|x-a|}{ax} < \epsilon$.
3) Fact: the composition of two continuous functions is a continuous function. (If we wanted to be really really rigorous we would have to prove this ourselves.) Since, $$\frac{1}{\sqrt x} = g(f(x))$$ ,where $g(x)=\frac{1}{x}$ and $f(x) = \sqrt x$, $\frac{1}{\sqrt x}$ is continuous on A.