26 Cauchy Sequences Practice

2.6.2

Question

Give an example of each of the following, or argue that such a request is impossible.
a. A Cauchy sequence that is not monotone.
b. A Cauchy sequence with an unbounded subsequence.
c. A divergent monotone sequence with a Cauchy subsequence.
d. An unbounded sequence containing a subsequence that is Cauchy.

Proof

a. The sequence:

(an)={1nx is even1nx is odd

That's because the sequence isn't strictly increasing or decreasing (look at the first few terms to see the alternating behavior. But it is convergent to 0 and thus is Cauchy.

b. Impossible. From 25 Subsequences and the Bolzano-Weierstrass Theorem Practice#2.5.5 the contra-positive says that if there is a subsequence that diverges, then the main (bounded) subsequence diverges. If the Cauchy sequence (which must be bounded since it's convergent) had an unbounded subsequence, then the Cauchy sequence must diverge which is impossible.

c. Impossible. A divergent monotone sequence is unbounded (assume that the sequence is bounded. Then MCT says is convergent which is a contradiction), so then any subsequence is still monotone and unbounded. That implies that all these sub-sequences are divergent as the contra-positive of MCT.

d. Take:

(an)={nx is odd1nx is even

2.6.3

Question

If (xn) and (yn) are Cauchy sequence, then one easy way to prove that (xn+yn) is Cauchy is to use the Cauchy Criterion. By Cauchy Sequences Converge, (xn) and (yn) converge and the Limit Laws (Algebraic Limit Theorem) implies (xn+yn) is convergent, hence Cauchy.
a. Give a direct argument that (xn+yn) is a Cauchy sequence that does not use the Cauchy Criterion or the ALT.
b. Do the same for the product (xnyn).

Proof

a. Let ϵ>0. Notice ϵ2>0 then because xn,yn are Cauchy (since they're convergent) then there is some Nx,NyN such that for all m,nNx:

|xnxm|<ϵ

and for m,nNy:

|ynym|<ϵ

Now take N=max(Nx,Ny). Then let any m,nN so then:

|(x+y)n(x+y)m|=|(xnxm)+(ynym)||xnxm|+|ynym|<ϵ2+ϵ2=ϵ

b. Bound |xn|M1 and |yn|M2 are bounds (since they converge), then choose N=max(Nx,Ny) (same as (a)) such that:

|xnynxmym|=|(xnynxnym)(xnymxmym)||xn(ynym)|+|ym(xnxm)|=|xn||ynym|+|ym||xnxm|M1|ynym|+M2|xnxm|<M1(ϵ2M1)+M2(ϵ2M2)=ϵ

2.6.4

Question

Let (an) and (bn) be Cauchy sequences. Decide whether each of the following sequence is a Cauchy sequence, justifying each conclusion.
a. cn=|anbn|
b. cn=(1)nan
c. cn=[[anan]] where [[xx]] refers to the greatest integer less than or equal to x.

Proof

a. Yes it's Cauchy since when (an),(bn) are Cauchy you can use 26 Cauchy Sequences Practice#2.6.3 (a) to get that their sum must also be Cauchy (the absolute values don't change anything here, since we know (anbn) must be Cauchy, the sequence is definitely convergent for the absolute values, applying the definition).

b. No. For example if an=1 then cn=(1)n which doesn't converge and thus can't be Cauchy.

c. Not it's possible for it to not be Cauchy. Take:

an=(1)nn

this doesn't work since for the odd an's the [[a2k+1a2k+1]]1 while [[a2ka2k]]0 which are different values, so then by the contrapositive of 25 Subsequences and the Bolzano-Weierstrass Theorem Practice#2.5.5 then this must diverge and thus not be Cauchy.

2.6.5

Question

Consider the following (invented) definition: A Sequence sn is pseudo-Cauchy if, ϵ>0 there NN such any nN implies |sn+1sn|<ϵ.
Decide which one of the following two propositions is actually true. Supply a proof for the valid statement and a counterexample for the other.
i. Pseudo-Cauchy sequences are bounded.
ii.. If (xn),(yn) are pseudo-Cauchy, then (xn+yn) is pseudo-Cauchy as well.

Scratch:

Let's see if (i) is true

The idea of (i) is that any step ϵ has all terms after some N taking that step size between values. That would make sequences like 1n are still pseudo-Cauchy and thus convergent.

What about (ii)? It's probably not true since:

|(xn+1+yn+1)(xn+yn)||xn+1xn|+|yn+1yn|<ϵ2+ϵ2=ϵ

So this property does hold for (ii), so (i) must not be true. Essentially, pseudo-Cauchy is weaker than convergence (being fully Cauchy).

Proof

i. This is false. Consider the sequence sn=in1i. Then notice that sn is unbounded, but it is pseudo-Cauchy as we'll show. Let ϵ>0. We want to show that:

|sn+1sn|<ϵ

The LHS reduces to:

|i=1n+11ii=1n1i|=1n+1

Notice that for any ϵ if we have:

1n+1<ϵ1ϵ<n+11ϵ1<n

we need to choose N>1ϵ1. Then any n>N (working backwards) has:

|sn+1sn|<ϵ

showing pseudo-Cauchy for sn. However, as we know sn is unbounded (namely because it's divergent and increasing) so this is a counter-example to (i).

ii. This is true. Let (xn),(yn) be pseudo-Cauchy, and let ϵ>0. Then ϵ2>0 so using the definition then:

|xn+1xn|<ϵ2,|yn+1yn|<ϵ2

then:

|(xn+1+yn+1)(xn+yn)||xn+1xn|+|yn+1yn|<ϵ2+ϵ2=ϵ

Showing (xn+yn) is pseudo-Cauchy.