Metric-spaces, equicontinuity, proof

  • Thread starter Thread starter bobby2k
  • Start date Start date
  • Tags Tags
    Proof
Click For Summary
SUMMARY

The discussion centers on the proof of a proposition regarding the equicontinuity of a sequence of continuous functions \{f_n\} that converges uniformly to a function f, where A is a compact space. The proof demonstrates that for any given ε, a corresponding δ can be established to ensure equicontinuity, leveraging the properties of uniform continuity and compactness. The Arzelà-Ascoli theorem is referenced, confirming that compactness in function spaces implies equicontinuity. The participants conclude that the proposition is correct, with clarifications on the general applicability of the theorem beyond just R^n.

PREREQUISITES
  • Understanding of uniform convergence and its implications in metric spaces.
  • Familiarity with the Arzelà-Ascoli theorem and its conditions.
  • Knowledge of compactness in metric spaces and its relationship with continuity.
  • Basic concepts of function spaces, particularly C(X,Y) where X is compact.
NEXT STEPS
  • Study the Arzelà-Ascoli theorem in detail, focusing on its applications in various metric spaces.
  • Explore the implications of compactness in function spaces and how it relates to equicontinuity.
  • Investigate uniform convergence and its criteria in the context of continuous functions.
  • Review the properties of compact and Hausdorff spaces to understand their significance in analysis.
USEFUL FOR

Mathematicians, particularly those specializing in real analysis, functional analysis, and topology, will benefit from this discussion. It is also valuable for students studying advanced calculus or analysis who seek to deepen their understanding of continuity and convergence in metric spaces.

bobby2k
Messages
126
Reaction score
2
Hi, can you please check if my proof is correct?

Proposition
Assume that a sequence of continuous functions \{f_n\} converges uniformly to f.
f_n: A\rightarrow B. Also assume that A is compact.
Then \{f_n\} is equicontinuous.

Proof:
Given an \epsilon we must find a \delta so that if x,y \in A,d_A(x,y)< \delta, then d_B(f_n(x),f_n(y))<\epsilon, for all n, and for all x,y.

Given \epsilon. There exists an N such that d_B(f_n(x),f(x))<\epsilon/3 for all n\ge N and all x \in A.
Since f must be continuous and A is compact, f is uniformly continuous. So there exists a \delta^* so that if d_A(x,y)<\delta^*\rightarrow d_B(f(x),f(y))<\epsilon/3
For each i, i <N, there is a \delta_i, so that if d_A(x,y)<\delta_i \rightarrow d_B(f_i(x),f_i(y))<\epsilon. This must be, because each f_n must be uniformly continuous on the compact space A.
Choose \delta = min\{\delta^*,\delta_1,\delta_2,\delta_{N-1}\}.

Now, for any n, if d_A(x,y)<\delta \rightarrow d_B(f_n(x),f_n(y))< \epsilon. This is so, because if n < N it obviously holds, if n \ge N we have:
d_B(f_n(x),f_n(y)) \le d_B(f_n(x),f(x))+d_B(f(x),f(y))+d_B(f(y),f_n(y))< \epsilon/3+\epsilon/3+\epsilon/3 = \epsilon.
 
Last edited:
Physics news on Phys.org
There are some typo's in your proof, but aside from that, the idea seems to be entirely correct.
 
micromass said:
There are some typo's in your proof, but aside from that, the idea seems to be entirely correct.

Thanks, do you know if the statement is correct or not?(it could actually be false) It is the "converse"(not entirely converse, some assumptions are omitted) of a statement I read in a book, so I am not entirely sure if it is correct. The original proof states that if the funcitons converges pointwise on a dense subset of A, and A is compact, B is complete, and the functions are equicontinuous, then it converges uniformly on A. So this is kind of the converse of that.
 
Last edited:
bobby2k said:
Thanks, do you know if the statement is correct or not? It is the converse of a statement I read in a book, so I am not entirely sure if it is correct.

The statement is absolutely correct. In fact, if you're familiar with function spaces like ##\mathcal{C}([a,b])## with the uniform norm, then you can prove that compactness is equivalent to being equicontinuous and being closed and being pointswise bounded. This is the Arzela-Ascoli theorem. In particular, if ##f_n\rightarrow f## uniformly, then

\{f_n~\vert~n\}\cup \{f\}

is equicontinuous. So it remains equicontinuous if we leave out ##f##.
 
micromass said:
The statement is absolutely correct. In fact, if you're familiar with function spaces like ##\mathcal{C}([a,b])## with the uniform norm, then you can prove that compactness is equivalent to being equicontinuous and being closed and being pointswise bounded. This is the Arzela-Ascoli theorem. In particular, if ##f_n\rightarrow f## uniformly, then

\{f_n~\vert~n\}\cup \{f\}

is equicontinuous. So it remains equicontinuous if we leave out ##f##.

Thanks, yes it is the "converse" of a lemma in the book, leading up to Arzela-Ascoli theorem. However I wasn't able to use that theorem on it directly, because the theorem in the book was stated only for C(X,R^m), where X is compact, but in this lemma, Y can be any complete space. But beside from that if you want to show that \{f_n\} is equicontinuous using the arzela-ascoli theorem, then you also have to show that that \{f_n\} is compact, and I presume that is hard?
 
bobby2k said:
Thanks, yes it is the "converse" of a lemma in the book, leading up to Arzela-Ascoli theorem. However I wasn't able to use that theorem on it directly, because the theorem in the book was stated only for C(X,R^m), where X is compact, but in this lemma, Y can be any complete space. But beside from that if you want to show that \{f_n\} is equicontinuous using the arzela-ascoli theorem, then you also have to show that that \{f_n\} is compact, and I presume that is hard?

No, that is actually very easy in this case if you use the right definition (= open cover definition). You have in any metric space ##X## that if ##x_n\rightarrow x##, then ##\{x_n~\vert~n\}\cup \{x\}## is compact.
 
micromass said:
No, that is actually very easy in this case if you use the right definition (= open cover definition). You have in any metric space ##X## that if ##x_n\rightarrow x##, then ##\{x_n~\vert~n\}\cup \{x\}## is compact.

Ah, cool thanks. But the proposition in the first post would then follow from Arzela-Ascoli if B was R^n? Because then \{f_n\} is compact, and hence equicontinuous. But you agree that I can't use the theorem directly when B is any space, or even if B is complete?(A is compact no matter what.)
 
bobby2k said:
Ah, cool thanks. But the proposition in the first post would then follow from Arzela-Ascoli if B was R^n? Because then \{f_n\} is compact, and hence equicontinuous. But you agree that I can't use the theorem directly when B is any space, or even if B is complete?

Do they state Arzela-Axcoli only for ##B=\mathbb{R}^n##? It's true in a far greater generality. For example, there is a version of the theorem for ##B## an arbitrary metric space.
 
micromass said:
Do they state Arzela-Axcoli only for ##B=\mathbb{R}^n##? It's true in a far greater generality. For example, there is a version of the theorem for ##B## an arbitrary metric space.

Yeah, here is the theorem:
theorem.png


Could you change R^m with something more general here?
 
  • #11
Thanks, I am taking real analysis and have not taken topology, so I must admit I do not understand much of that.
But if I want to generalize the theorem in my book. The link from Wikipedia says:
Let X be a compact Hausdorff space and Y a metric space. Then a subset F of C(X,Y) is compact in the compact-open topology if and only if it is equicontinuous, pointwise relatively compact and closed.
Now this link says that all metric spaces are Hausdorff spaces:
http://math.stackexchange.com/quest...ll-metric-spaces-are-hausdorff-spaces-correct So that is fine. The problem is the "f is pointwise relatively compact", I guess that if B= R^m "bounded" implies "pointwise relatively compact". But that maybe if B is only a complete metric space, or arbirary metric space, "bounded" may not imply "pointwise relatively compact".EDIT: I see that for my original question this may not affect it. Because it is on the other side of the equivalence. So that if we start by saying that \{f_n\} converge uniformly to f, and that A is compact, we must have that the limit is continuous, so that limit is in C(A,B). The open covering property says that f_n\cup f is compact. And since we are on the left side of the Arzela-Ascoli(Metric->Hausdorff) we get that they all must be equicontinious, and we remove f?, så all f_n are equicontinuous?

Thanks for your help.
 
Last edited:

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
Replies
19
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K