Absolute value manipulation in limit proof

61 Views Asked by At

Given $|a_n - L| < \epsilon$ for $n > N$ and $|b_n - a_n| < \epsilon$ for $n > M$ we can conclude $|b_n - L| < k\epsilon$ for $n > max(N, M)$ and some $k$ (e.g. $2$). I understand this intuitively, but how can I show it by algebraic manipulation? I suppose I should use the triangle inequality but I cannot figure out exactly how.

2

There are 2 best solutions below

0
On BEST ANSWER

$|b_n - L|=|(b_n - a_n)+(a_n- L)|\leq |b_n - a_n|+|a_n- L|<2\epsilon$ for $n>\max (N,M)$, using as you suggested the triangle inequality.

2
On

If you choose $n>\max\{N,M\}$ than

$|b_n-L|=|(b_n-a_n)+(a_n-L)|<$

$<|(b_n-a_n)|+|(a_n-L)|<\epsilon+\epsilon=2\epsilon$