cragar
- 2,546
- 3
Homework Statement
Assume x_n and y_n are Cauchy sequences.
Give a direct argument that x_n+y_n is Cauchy.
That does not use the Cauchy criterion or the algebraic limit theorem.
A sequence is Cauchy if for every \epsilon>0 there exists an
N\in \mathbb{N} such that whenever m,n\geq N
it follows that |a_n-a_m|< \epsilon
The Attempt at a Solution
Lets call x_n+y_n=c_n
now we want to show that |c_m-c_n|< \epsilon
Let's assume for the sake of contradiction that
c_m-c_n> \epsilon
so we would have
|x_m+y_m-x_n-y_n|> \epsilon
x_m> \epsilon+y_n-y_m
since y_n>y_m
and we know that x_m< \epsilon
so this is a contradiction and the original statement must be true.