Real Analysis triangle inequity

Askhwhelp
Messages
84
Reaction score
0
Prove |x|+|y| ≤ |x+y| + |x-y| for all real numbers x and y.
Some ideas I have is let a = x+y and b = x-y and apply triangle inequity
Could anyone give me some direction?

Thanks
 
Physics news on Phys.org
Askhwhelp said:
Prove |x|+|y| ≤ |x+y| + |x-y| for all real numbers x and y.
Some ideas I have is let a = x+y and b = x-y and apply triangle inequity
Could anyone give me some direction?

Thanks

Sure: just use your ideas above and see where they lead.
 
let a = x+y and b = x-y.
|2x| = |a+b| <= |a| + |b|
|2y| = |a- b| <= |a| + |b|
So |2x| + |2y| <= 2(|a| + |b|)
Divide both sides by 2, we get
|x|+ |y| <= |a| + |b|

Is this right way?

Thanks
 
Askhwhelp said:
let a = x+y and b = x-y.
|2x| = |a+b| <= |a| + |b|
|2y| = |a- b| <= |a| + |b|
So |2x| + |2y| <= 2(|a| + |b|)
Divide both sides by 2, we get
|x|+ |y| <= |a| + |b|

Is this right way?

Thanks

Sure, that's a fine proof.
 
  • Like
Likes 1 person
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...

Similar threads

Back
Top