Equivalence of Cauchy sequences/Proof

From Maths
Jump to: navigation, search

Statement

Given two Cauchy sequences, (an)n=1 and (bn)n=1 in a metric space (X,d) we define them as equivalent if[1]:

  • ϵ>0NNnN[n>Nd(an,bn)<ϵ]

And that this indeed actually defines an equivalence relation

Proof

Reflexivity - We must show that (an)n=1(an)n=1

  • Let ϵ>0 be given.
    • Pick N=1 (any NN will work)
      • Let nN be given
      • There are 2 cases now, either n>N or nN
        1. If n>N then by the nature of implies we require the RHS to be true, we require d(an,an)<ϵ to be true.
          • Notice d(an,an)=0 by the definition of a metric
            • As ϵ>0 we see d(an,an)=0<ϵ
          • So d(an,an)<ϵ is true, as required in this case.
        2. If nN by the nature of implies we don't care about the RHS, it can be either true or false.
          • It must be either true or false
          • So we're done

This completes the proof that (an)n=1 is equivalent to (an)n=1


Transitivity - we must show that (an)n=1(bn)n=1 and (bn)n=1(cn)n=1 (an)n=1(cn)n=1

[Expand]

Workings to determine the gist of the proof

  • Let ϵ>0 be given.
    • By hypothesis know both:
      1. ϵ>0N1NnN[n>N1d(an,bn)<ϵ] and:
      2. ϵ>0N2NnN[n>N2d(bn,cn)<ϵ] to be true.
    • Note that ϵ>0ϵ2>0, and in both of the hypothesised statements above, it is true for all ϵ>0
    • Pick N1N using the first statement with ϵ2 as the positive number, now:
      • nN[n>N1d(an,bn)<ϵ2]
    • Pick N2N using the second statement with ϵ2 as the positive number, now:
      • nN[n>N2d(bn,cn)<ϵ2]
    • Pick for NN the value N=max(N1,N2)
      • Now for n>N both d(an,bn) and d(bn,cn) are <ϵ2
      • Let nN be given, there are 2 cases now, n>N or nN
        1. If n>N then by the nature of implies we must show d(an,cn)<ϵ to be true
          • Notice: d(an,cn)d(an,bn)+d(bn,cn) (by the triangle inequality property of a metric) and:
            • d(an,bn)+d(bn,cn)<ϵ2+ϵ2=ϵ
          • Thus we have d(an,cn)<ϵ - as required
        2. If nN by the nature of implies we don't actually care if d(an,cn)<ϵ is true or false.
          • As it must be either true or false, we are done.

This completes the proof that (an)n=1(bn)n=1 and (bn)n=1(cn)n=1 (an)n=1(cn)n=1


Symmetry - that is that (an)n=1(bn)n=1 (bn)n=1(an)n=1

[Expand]

Workings to find the gist of the proof

  • Let ϵ>0 be given.
    • By hypothesis we have:
      • ϵ>0NNnN[n>Nd(an,bn)<ϵ]
    • Choose N to be the NN which exists by hypothesis for our given ϵ
      • Let nN be given, there are now two cases, n>N and nN
        1. if n>N then by the nature of implies we require d(bn,an)<ϵ to be true.
          • Notice d(bn,an)=d(an,bn) by the symmetric property of a metric and
            • By our hypothesis, for our N, n>Nd(an,bn)<ϵ
          • Thus d(bn,an)=d(an,bn)<ϵ and
          • d(bn,an)<ϵ as required
        2. if nN then by the nature of implies the RHS can be either true or false, and the implies condition is satisfied.
          • As d(bn,an)<ϵ is a statement that can only be either true or false, we see that this is satisfied

This completes the proof that (an)n=1(bn)n=1 (bn)n=1(an)n=1

References

  1. Jump up Analysis - Part 1: Elements - Krzysztof Maurin