Problem: Show that for any $a, b \in ℝ ^n: \|a + b\|\geq\|a\|-\|b\|$
I have a feeling that we can use the triangle inequality here somehow. I am not sure how to start this proof?
Problem: Show that for any $a, b \in ℝ ^n: \|a + b\|\geq\|a\|-\|b\|$
I have a feeling that we can use the triangle inequality here somehow. I am not sure how to start this proof?
Copyright © 2021 JogjaFile Inc.
Note that $(a+b)+(-b)=a$. Therefore by the triangle inequality as you suggest, $$\|a\|=\|(a+b)+(-b)\|\leq\|a+b\|+\|-b\|=\|a+b\|+\|b\|.$$ Rearranging gives your desired result.