Proving the Triangle Inequality in Real Analysis: abs(abs(x)-abs(y))<=abs(x-y)

mb55113
Messages
3
Reaction score
0

Homework Statement



Prove: abs(abs(x)-abs(y))<=abs(x-y)

Homework Equations



Triangle Inequality:
abs(a+b)<=abs(a)+abs(b)

The Attempt at a Solution



This is what i have so far:

Let a=x-y and b=y. Then
abs(x-y+y) <= abs(x-y)+abs(y) which becomes abs(x)-abs(y)<=abs(x-y). From here i get stuck can anybody help me?
 
Physics news on Phys.org
Well you've got half of it. The other inequality you need to demonstrate is |y| - |x| <= |x-y|. But what is an equivalent way of writing |x-y|?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top