0

I was studying ratio test in infinite sequence. Then I came across this $$\left| \frac{a_{n+1}}{a_n} - l \right| < \epsilon$$ i.e. $$\left| \frac{a_{n+1}}{a_n} \right| < |l|+\epsilon$$

I don't understand how $| a-b | < c$ becomes $|a| < |b| + c$. Is that a formula?

Calvin Khor
  • 34,903
Vibhav
  • 115

2 Answers2

2

We have: $|a-b| \geq |a|-|b| \Rightarrow c > |a|-|b| \Rightarrow c+|b| > |a|$

DeepSea
  • 77,651
0

with $b_n = a_{n+1}/a_n$, you have the starting point $$|b_n - l|\leq ε $$ Triangle inequality gives \begin{align}|b_n| &\leq |b_n - l| + |l|\\ \implies |b_n| &\leq |l| + ε \end{align}

Calvin Khor
  • 34,903