Exercise: Use the definition of convergence to determine the following limits in R:
limn→∞n+53n+1
limn→∞(n2+n−n)
Proof.
limn→∞n+53n+1=3
limn→∞(n2+n−n)=n2+n+nn=21
Exercise:
Give an example of a convergent sequence {sn} of positive real numbers such that limn→∞snsn+1=1
Give an example of a divergent sequence {sn} of positive real numbers such that limn→∞snsn+1=1
Proof.
sn=1
sn=n
Exercise:
Give an example of a convergent sequence {sn} of real numbers such that the set {sn:n∈N} has exactly one limit point.
Give an example of a convergent sequence {sn} of real numbers such that the set {sn:n∈N} has no limit point.
Prove: If a sequence {sn} of real numbers converges, then the set {sn:n∈N} has at most one limit point.
Proof.
sn=1/n
sn=1
Suppose limn→∞sn=s. Enough to show that if there is a limit point t for the set {sn:n∈N}, then s=t. Deny. Then pick any positive real number ϵ<∣s−t∣/2. There is an integer N such that n≥N implies ∣s−sn∣<ϵ. Observe that now t is still the limit point of the set {sn:n≥N}, because chopping off finitely many points doesn't change the limit point. However, by the choice of ϵ and N, for all n≥N, ∣t−sn∣>∣s−t∣/2>0. A contradiction.
Exercise: Suppose X=∅ is equipped with the discrete metric. Characterize all convergent sequences in X.
Proof.
We say a sequence {sn:n∈N} in X is eventually constant if and only if there are N∈N and s∈X such that for all n>N, sn=s.
We claim that all eventually constant sequences are all convergent sequences in X. Easy to see they are convergent. Left to see that every convergent sequence is eventually constant. Suppose {sn:n∈N} convergences to s. By definition of convergence, there is an integer N such that n>N implies that d(sn,s)<1/2, which, indeed, implies sn=s because of the discrete metric.
Exercise:
Prove: If a sequence {sn}⊂R converges in R then the sequence {∣sn∣} converges in R.
Give an example of a sequence {sn}⊂R such that {∣sn∣} converges but {sn} does not converge.
For a sequence {sn}⊂R we define the sequences {sn+} and {sn−} where sn+:=max{sn,0} and sn−:=min{sn,0} for all n∈N. Prove: the sequence {sn} converges if and only if {sn+} and {sn−} converge.
Proof.
Suppose {sn} converges to s. Then for every ϵ>0, there is an integer N such that n≥N implies ∣sn−s∣<ϵ. Notice that ∣∣sn∣−∣s∣∣≤∣sn−s∣<ϵ. Hence {∣sn∣} converges to ∣s∣.
For example, sn=(−1)n.
Suppose {sn} converges. Notice that sn+=(sn+∣sn∣)/2 and sn−=(sn−∣sn∣)/2. By (a) and theorem 3.4, we know {sn+} and {sn−} also converge. On the other hand, if {sn+} and {sn−} converge, {sn} converges since sn=sn++sn−.