Real Analysis triangle inequity

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
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   Reactions: 1 person