While studying for my Real Analysis exam, i tried to solve the following problem:
Problem:
Prove that the family $\{\sin n x, n=1,2,3 \ldots\}$ is not equicontinuous at any point $x_{0}$ in $[0,1]$.
Relevant definitions:
-> Given $x_{0} \in X$, we will say that the set $E$ is equicontinuous at $x_{0}$ when, given $\epsilon > 0$, there exists $\delta > 0$ such that:
$$ \forall x \in X,\left|x-x_{0}\right|<\delta \Rightarrow\left|f(x)-f\left(x_{0}\right)\right|<\varepsilon $$
for any $f \in E$
-> A set $E$ of functions $f: X \rightarrow \mathbb{R}$ is called equicontinuous when the set $E$ is equicontinuous at each $x_{0} \in X .$
Attempt:
Consider $x_{0}$ in $[0,1]$ fixed and take $\epsilon = 1$. Given any $\delta > 0$ we can always obtain $n \in \mathbb{N}$ such that:
$$\frac{1}{n} < \delta$$
Then, the point $x = x_{0} + \frac{1}{n}$ is such that: $$ \left|x-x_{0}\right|=\frac{1}{n}<\delta $$
However, $$ \left|f_{n}(x)-f_{n}\left(x_{0}\right)\right|= \left|\sin(nx) - sin(n x_{0})\right| \leq$$
$$|sin(nx)| + |sin(n x_{0})| \leq 1 + 1 = 2$$
So, in the worst case scenario, $$\left|f_{n}(x)-f_{n}\left(x_{0}\right)\right| = 2 > 1 = \epsilon$$
Questions?
Is the proof correct? I have seen some proofs which are a bit different and so i got a little suspicious regarding my attempt.
Is it well written? I am trying to become better each day at writing proofs.
The sequence of functions $f_n = \sin{nx}$ is not uniformly equicontinuous on any compact interval.
Is $\sin(nx)$ equicontinuous on $[0,1]$?
Thanks in advance, Lucas