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.
2026-04-19 03:42:25.1776570145
Absolute value manipulation in limit proof
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$|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.