The solution which we got for the question is using Matric space and Heine Cantor theorem, which I have not studied yet. Is there any easier way to prove the question, If so please provide the way forward.
Lastly - If we prove that $F$ is uniformly convergent on every bounded interval of R, then can we say $F$ is uniformly continuous over R. please help , thank you.
If $F:R \to R $ is continuous then $F(x)$ is uniformly continuous on every bounded interval over $R$
- 97
- 1
- 8
-
Real valued continuous functions defined on a compact set are uniformly continuous. Are you familiar with the concept of “compact”? – fantasie Dec 11 '19 at 06:19
-
are you talking about - a continuous function over a closed interval is uniformly continuous. then how should we generalize this over R – Abhishek Verma Dec 11 '19 at 06:24
1 Answers
Assuming that every bounded sequence of real numbers has convergent subsequence we can argue as follows:
Let $f:\mathbb R \to \mathbb R$ be continuous. Suppose $f$ is not uniformly continuous on $[a,b]$ . Then there exists $\epsilon >0$ such that for any $\delta >0$ we can find points $x,y$ with $|x-y| <\delta$ but $|f(x)-f(y)| \geq \epsilon$. Taking $\delta =\frac 1 n$ we get points $x_n,y_n$ such that $|x_n-y_n| <\frac 1 n$ but $|f(x_n)-f(y_n)| \geq \epsilon$ $\cdots$ (1) for all $n$. Now there is subsequence $(x_{n_k})$ converging to some number $x$. The inequality $|x_n-y_n| <\frac 1 n$ now shows that $y_n \to x$. Now you get a contradiction to continuity of $f$ at $x$ if you let $n \to \infty$ in (1).
By restriction $f$ is also uniformly continuous on any bounded interval, closed or not.
The second part is not true. $f(x)=x^{2}$ is uniformly continuous on every bounded interval but not on the whole line.
- 311,013
-
-
Continuous functions on the whole real line are uniformly continuous on bounded intervals, even open intervals, as long as the intervals are bounded. – Kavi Rama Murthy Dec 11 '19 at 06:33
-
yes, but didn't we say as per continuous extension theorem, $F$ is not uniformly continuous over open bounded interval if limit over end point does not exist – Abhishek Verma Dec 11 '19 at 06:36
-
@AbhishekVerma Yes, I should have mentioned that the interval need not be a closed and bounded interval. I have edited my answer. – Kavi Rama Murthy Dec 11 '19 at 06:39