[Math] Problem with showing that every Contractive Sequence is Cauchy

cauchy-sequencesconvergence-divergenceproof-explanationreal-analysis

Here's the proof which shows that every contractive sequence satisfies the Cauchy criterion, and I don't seem to be convinced with it.

enter image description here

My doubts:

  1. Why is the fact that the RHS tends to zero on approaching larger $n$, sufficient to say that we can always find a natural number (say $K$) such that the Cauchy criterion is met for $m,n \ge K$
  2. What exactly is the epsilon we choose, here? Is it the expression on the RHS? If so, we should be able to show that the RHS ranges over all real numbers, because we're concerned with all $\varepsilon >0$

Best Answer

Instead of explicitly demonstrating some natural $K$ making the Cauchy condition satisfied, the proof is indirectly doing that by using a known fact from Real Analysis that the sequence $\{C^{n - 1}\}_{n \in \Bbb Z_+}$ tends to $0$ as $\Bbb Z_+ \ni n \to \infty$ as long as $0 < C < 1$ (which indeed holds for contractive sequences).

In other words, the natural number $K$ is "secretly" being chosen like this:

If $x_2 = x_1$, then there is nothing to prove. So assume $|x_2 - x_1| > 0$.

Now fix some $\varepsilon > 0$. And note that because $C^{n - 1} \to 0$ as long as $0 < C < 1$, there must be some natural $K$ such that $\Bbb Z_+ \ni \forall n > K$ we have $$|C^{n - 1}| = C^{n - 1} < \varepsilon \frac{1 - C}{|x_2 - x_1|}$$ (note $1 - C > 0$ as $0 < C < 1$).

Hence continuing the proof from the last inequality, we get that for our epsilon above and for all naturals $m > n > K$: $$ |x_m - x_n| < C^{n - 1}\frac{1}{1 - C}|x_2- x_1| < \varepsilon \frac{1-C}{|x_2 - x_1|} \cdot \frac{1}{1 - C}|x_2 - x_1| = \varepsilon $$ demonstrating that the sequence is Cauchy.

Related Question