This is a question for stefen abott's Understanding Analysis. A 3 part question
- Show that $f(x)=x^3$ is continuous on $\mathbb R$.(Done)
- Find sequences $x_n, y_n$ such that $|x_n-y_n|\rightarrow0$ but there exists an $\epsilon_0>0$ such that $|f(x_n)-f(y_n)|>\epsilon_0$.
- Show f is uniformly continuous on a bounded interval in $\mathbb R$.
I need help with 2nd and 3rd part. Second part is basically proving that $f(x)=x^3$ isn't uniformly continuous. But I can't think of the sequences required to prove the result.
You want $\lvert x_n^3-y_n^3\rvert > \epsilon_0$. Maybe it can be done with $x_n>y_n$, in which case this is $x^3_n>y_n^3+\epsilon_0$. Let's see if $x_n^3=y_n^3+2\epsilon_0$ might somehow work... With $y_n=n$, then $x_n=(n^3-2\epsilon_0)^{1/3}$. Does this satisfy the hypothesis? $x_n-y_n=(n^3-2\epsilon_0)^{1/3}-n$, and one can show that this approaches $0$ as $n\to\infty$.
For the third part, do you know any connections between bounded intervals, compact subsets, and uniform continuity?