This was a problem that the Professor went over in class, but I am having trouble understanding and finishing the proof. The full question is:
$f:I \rightarrow \mathbb R$ is continuous at $x_0 \in I$ if and only if for any monotonic sequence $x_n$, with $x_n \rightarrow x_0$ we have $f(x_n) \rightarrow f(x_0)$
This is his solution (I'll mention where I am confused):
We know that for every monotonic sequence $$(x_n) \rightarrow x_0, f(x_n) \rightarrow f(x_0)$$ Want to show that $$x_n \rightarrow x_0 \implies f(x_n) \rightarrow f(x_0) $$ for any $x_n$. With $x_n \rightarrow x_0$ we know there exists a monotonic convergent subsequence, $$x_{n_k} \rightarrow x_0 .$$ Now we want to show $\{f(x_n)\}_n$ is Cauchy.
(Where did this come from? Why does this need to be shown? From what I understand, $\{f(x_n)\}_n$ is a subsequence of the function $f$? Or would this technically be called a subfunction? I don't know if there is such a thing)
For any $\epsilon > 0, \exists N_{\epsilon}$ such that $$|f(x_m)-f(x_n)|<\epsilon \quad for \quad m,n>N_{\epsilon} $$ If not, $\exists \epsilon_0, \forall N\in \mathbb R$ such that $$|f(x_m)-f(x_n)|\geq \epsilon \quad for \quad some \quad m,n>N$$
I am supposed to finish the proof by showing that $\{f(x_n)\}_n$ is Cauchy, but I am not sure how to do this and don't know where to begin. Sorry if the question involves a lot of explaining, it isn't a homework problem to be turned in but I need to understand what is going on (if I can show it is Cauchy, however, I do get a bit of extra credit, so please don't give me the answer off the bat).
Thanks for any help! This function\continuity chapter really has me scratching my head.
we now wish to evaluate $f(x_{n_k})$ for this monotone sequence, this is a sequence, for example if your function is $x^2$ and your sequence is $1/n$, then $f(x_n)=1/n^2$
– Lost1 Apr 10 '13 at 16:05