Real Analysis
Sequences
Sequences
A sequence {pn}{pn} in a metric space XX is a function f:N→Xf:N→X which maps nn to pnpn, a point in XX.
A sequence {pn}{pn} converges if there exists a point p∈Xp∈X such that for any ϵ>0ϵ>0, there exists an index N∈NN∈N such that n≥Nn≥N implies d(pn,p)<ϵd(pn,p)<ϵ. A convergent sequence is denoted as pn→ppn→p, read as pnpn converges to pp, or limn→∞pn=plimn→∞pn=p, read as pp is the limit of a sequence pnpn.
For example,
In RR, the sequence pn=n+1npn=n+1n converges to 11.
Proof. Consider any ϵ>0ϵ>0. Choose N=⌈1ϵ⌉+1N=⌈1ϵ⌉+1. For any integer n≥Nn≥N, n>1ϵn>1ϵ. Hence, 1n<ϵ1n<ϵ. So, d(pn,1)=|n+1n−1|=|1n|<ϵd(pn,1)=∣∣n+1n−1∣∣=∣∣1n∣∣<ϵ. QED.
If pn→ppn→p and pn→p′pn→p′ then p=p′p=p′.
Proof (by contradiction). Assume pn→ppn→p and pn→qpn→q. Let ϵ=d(p,q)ϵ=d(p,q). Then, due to convergence, there exists NpNp such that n≥Npn≥Np implies d(pn,p)<ϵ2d(pn,p)<ϵ2. Also, there exists NqNq such that n≥Nqn≥Nq implies d(pn,q)<ϵ2d(pn,q)<ϵ2. Let N=max{Np,Nq}N=max{Np,Nq}. Then n≥Nn≥N implies ϵ=d(p,q)≤d(pn,p)+d(pn,q)<ϵ2+ϵ2=ϵϵ=d(p,q)≤d(pn,p)+d(pn,q)<ϵ2+ϵ2=ϵ, which is a contradiction. QED.
If {pn}{pn} is bounded (the range of pnpn is bounded) then pnpn converges.
False.
If pnpn converges then pnpn is bounded.
Proof. Use ϵ=1ϵ=1. Then there exists NN such that n≥Nn≥N implies d(pn,p)<1d(pn,p)<1. Let R=max{1,d(p,p1),…,d(p,pN−1)}R=max{1,d(p,p1),…,d(p,pN−1)}. All {pn}{pn} are in the open ball BR+1(pn)BR+1(pn). QED.
If pn→ppn→p then pp is a limit point of the range of {pn}{pn}.
False.
If pp is a limit point of EE in XX, there exists a sequence {pn}{pn} in EE such that pn→ppn→p.
Proof. Choose a sequence {pn}{pn}, where each pnpn is in an open ball B1n(p)B1n(p). Then pn→ppn→p. QED.
pn→ppn→p if and only if every neighborhood of pp contains all but finitely many pnpn.
TRUE.
IMPORTANT IDEA: to show convergence, you must fine an NN for every ϵϵ.
Consider sequences {sn}{sn}, {tn}{tn} in CC where sn→ssn→s and tn→ttn→t.
Theorem. limn→∞(c+sn)=c+slimn→∞(c+sn)=c+s.
Proof. Fix ϵ>0ϵ>0. Then, there exists NN such that n≥Nn≥N implies |sn−s|<ϵ|sn−s|<ϵ. Hence, for this NN, n≥Nn≥N implies |(c+sn)−(c−s)|=|sn−s|<ϵ|(c+sn)−(c−s)|=|sn−s|<ϵ, as desired. QED.
Theorem. limn→∞(sn+tn)=s+tlimn→∞(sn+tn)=s+t.
Proof. Given ϵ>0ϵ>0, there exist NsNs and NtNt such that if n≥Nsn≥Ns then |sn−s|<ϵ2|sn−s|<ϵ2 and if n≥Ntn≥Nt then |tn−t|<ϵ2|tn−t|<ϵ2. Let N=max{Ns,Nt}N=max{Ns,Nt}. Then, for n≥Nn≥N, |(sn+tn)−(s+t)|≤|sn−s|+|tn−t|<ϵ2+ϵ2=ϵ|(sn+tn)−(s+t)|≤|sn−s|+|tn−t|<ϵ2+ϵ2=ϵ, as desired. QED.
Theorem. limn→∞(csn)=cslimn→∞(csn)=cs.
Proof. Fix ϵ>0ϵ>0. Then, there exists NN such that n≥Nn≥N implies |sn−s|<ϵ|c||sn−s|<ϵ|c|. Hence, for this NN, n≥Nn≥N implies |csn−cs|=|c||sn−s|<ϵ|csn−cs|=|c||sn−s|<ϵ, as desired. QED.
Theorem. limn→∞(sntn)=stlimn→∞(sntn)=st.
Proof. Fix ϵ>0ϵ>0. Let k=max{1,ϵ,s,t}k=max{1,ϵ,s,t}. Then, there exist NsNs and NtNt such that if n≥Nsn≥Ns then |sn−s|<ϵ3k|sn−s|<ϵ3k and if n≥Ntn≥Nt then |tn−t|<ϵ3k|tn−t|<ϵ3k. Let N=max{Ns,Nt}N=max{Ns,Nt}. Then, for n≥Nn≥N, |sntn−st|=|(sn−s)(tn−t)+s(tn−t)+t(sn−s)|<ϵ29k2+ϵ3+ϵ3<ϵ9k+ϵ3+ϵ3<ϵ|sntn−st|=|(sn−s)(tn−t)+s(tn−t)+t(sn−s)|<ϵ29k2+ϵ3+ϵ3<ϵ9k+ϵ3+ϵ3<ϵ, as desired. QED.
Subsequences
Suppose {pn}{pn} is a sequence. Let n1<n2<n3<…n1<n2<n3<…, where ni∈Nni∈N, be an increasing sequence. Then, {pni}{pni} is a subsequence.
If pn→ppn→p then every subsequence converges to pp.
For example,
- The sequence {1,π,12,π,13,π,…}{1,π,12,π,13,π,…} does not converge. But it has a subsequence {1,12,13,…}{1,12,13,…} that converges to 00 and another subsequence {π,π,π,…}{π,π,π,…} that converges to ππ, which is called a subsequential limit.
A metric space is sequentially compact if every sequence has a convergent subsequence.
Theorem. If a metric space XX is compact then XX is sequentially compact. Or, equivalently, in a compact metric space, every sequence has a subsequence converging to a point of XX.
(In fact, compactness is equivalent to sequential compactness.)
Proof. Let R=range{pn}R=range{pn}. If R is finite, then some p∈pn is achieved infinitely many times. Use that subsequence. If R is infinite, then by previous theorem, since X is compact, R has a limit point p. Use that point p and its nested neighborhoods to construct a subsequence convergent on p. QED.
Corollary. Every bounded sequence in Rk contains a convergent subsequence.
Cauchy Sequence
A sequence {pn} is a Cauchy sequence if for every ϵ>0, there exists N such that m,n>N implies d(pm,pn)<ϵ.
Theorem. If {pn} converges, then {pn} is a Cauchy sequence.
Proof. Given ϵ>0, there exists N such that if n≥N then |pn−p|<ϵ2. Then, for this N, m,n>N implies d(pm,pn)≤d(pm,p)+d(pn,p)<ϵ2+ϵ2=ϵ, as desired. QED.
Complete Spaces
A metric space X is complete if every Cauchy sequence converges to a point of X.
For example,
- Q is not complete.
Theorem. Compact metric spaces are complete.
Proof. Let {xn} be a Cauchy sequence in X. Since X is compact, it is sequentially compact. So, there exists a subsequence {xnk} converging to a point x∈X. Fix ϵ>0. The fact that sequence {xn} is a Cauchy sequence implies there exists N1 such that if i,j>N then d(xi,xj)<ϵ2. The fact that {xnk} converges to x implies there exists N2 such that if nk≥N2 then d(xnk,x)<ϵ2. Let N=max{N1,N2}. Fix any nk,n>N. By triangle inequality, d(xn,x)≤d(xn,xnk)+d(xnk,x)<ϵ2+ϵ2=ϵ. Since {xn} is arbitary, X is complete. QED.
Corollary. [0,1] is complete.
Corollary. k-cells in Rk are complete.
Corollary. Any closed subset of a compact set is complete.
Corollary. Rk is complete.
Proof. If {xn} is Cauchy, it’s bounded. So it’s in some k-cell in Rk. Hence, {xn} converges because k-cells are complete. QED.
For example,
xn=1+12+⋯+1n does not converge.
Proof. Given n>m, consider |xn−xm|=1m+1+1m+2+⋯+1n≥n−mn=1−mn. Let n=2m. We have |x2m−xm|≥12. So the sequence is not Cauchy. Thus, it does not converge. QED.
Let x1=1, x2=2, and xn=xn−1+xn−22. Every subsequence of it is Cauchy so it is convergent.
Theorem. Every metric space (X,d) has a completion (X⋆,d).
Idea: Given X, let X⋆ be the set of all Cauchy sequences in X under an equivalent relation ∼, where {pn}∼{qn} if limn→∞d(pn,qn)=0. For P,Q∈X⋆, let Δ(P,Q):=limn→∞d(pn,qn), where {pn} and {qn} are representatives of P and Q, respectively.
Bounded Sequences
Monotonically increasing sequences: ⋯≤sn−1≤sn≤…
Monotonically decreasing sequences: ⋯≥sn−1≥sn≥…
Theorem. Bounded monotonic sequences converge to their suprema (if increasing) or to their infima (if decreasing).
Proof. Fix a bounded monotonically increasing sequence ${x_n}. Let s=sup(range{xn}). So, for all ϵ>0, there exists N such that s−ϵ≤xN≤s. Then, for all n≥N, s−ϵ≤xN≤xn≤s, as desired. QED.
Divergent Sequences
Write xn→+∞ if for all M∈R, there exist N such that n≥N implies xn>M.
Write xn→−∞ if for all M∈R, there exist N such that n≥N implies xn<M.
Given sequence {xn}, let E be the set of all possible subsequential limits of {xn} (allowing +∞ and −∞, i.e. E is in extended R). Then E is closed. Let s⋆=supE and s⋆=infE. Then lim supn→∞sn=s⋆, called the upper limit of sn, and lim infn→∞sn=s⋆, called the lower limit of sn.
Alternatively, lim supn→∞sn=limn→∞(supk≥nsk). Similarly, lim infn→∞sn=limn→∞(infk≥nsk).
For example,
- If sn→s then lim infsn=lim supsn=s.
- If {sn}={0.1,32,0.11,43,0.111,54,0.1111,65,…} then lim supsn=1 and lim infsn=19.