Let fn be a sequence of not necessarily continuous functions R→R such that fn(xn)→f(x) whenever xn→x. Show that f is continuous.
What I am trying to do is to show that whenever we have x∈R and xn→x, then f(xn)→f(x), when n→∞.
These types of things are usually showed by using the triangle inequality. I know I can make |f(x)−fn(xn)| as small as possible by choosing a big enough n. I can also make |f(x)−fn(x)| as small as possible. But I am not able to combine these to prove that |f(x)−f(xn)| can be made as small as possible.
Answer
First note that the hypothesis implies that the fn converge pointwise to f. To see this, consider the constant sequence ⟨xn:n∈N⟩ where xn=x for each n∈N: ⟨fn(x):n∈N⟩=⟨fn(xn):n∈N⟩→f(x).
Now suppose that f is not continuous at x, and let ⟨xn:n∈N⟩→x be such that ⟨f(xn):n∈N⟩ does not converge to f(x). Then there is an ϵ>0 such that |f(xn)−f(x)|≥ϵ for infinitely many n∈N, so you can find a subsequence ⟨xnk:k∈N⟩ such that |f(xnk)−f(x)|≥ϵ for every k∈N. Since ⟨xnk:k∈N⟩→x, you might as well assume from the start that you have a sequence ⟨xn:n∈N⟩ and an ϵ>0 such that ⟨xn:n∈N⟩→x and |f(xn)−f(x)|≥ϵ for all n∈N.
By hypothesis ⟨fn(xn):n∈N⟩→f(x). Choose n0∈N so that |fn(x0)−f(x0)|<ϵ/2 for all n≥n0; we can do this, since the fn’s converge pointwise to f. Now choose n1>n0 so that |fn(x1)−f(x1)|<ϵ/2 for all n≥n1. Continue in this way to construct an increasing sequence ⟨nk:k∈N⟩ such that |fn(xk)−f(xk)|<ϵ/2 for all n≥nk.
Now form a new sequence ⟨yn:n∈N⟩ as follows:
$$y_n=\begin{cases} x_0,&\text{if }n\le n_0\\ x_k,&\text{if }n_{k-1}
It’s not hard to see that ⟨yn:n∈N⟩→x: it’s just the sequence ⟨xn:n∈N⟩ with each term repeated some finite number of times. Note that ynk=xk for every k∈N. Thus, for each k∈N we have fnk(ynk)=fnk(xk), which by the choice of nk implies that |fnk(ynk)−f(ynk)|<ϵ/2.
Now ⟨fn(yn):n∈N⟩→f(x), so ⟨fnk(ynk):k∈N⟩→f(x), and there must be a k∈N such that |fnk(ynk)−f(x)|<ϵ/2. But then
|f(ynk)−f(x)|≤|f(ynk)−fnk(ynk)|+|fnk(ynk)−f(x)|<ϵ2+ϵ2=ϵ,
which is a contradiction: |f(ynk)−f(x)|=|f(xk)−f(x)|≥ϵ.
Thus, f must in fact be continuous at x.
No comments:
Post a Comment