Very Simple Inequalities Proof

  • Thread starter Thread starter clarence829
  • Start date Start date
  • Tags Tags
    Inequalities Proof
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
7 replies · 2K views
clarence829
Messages
7
Reaction score
0

Homework Statement



Prove the following inequalities for all numbers x, y.

|x+y| ≥ |x|-|y|

[Hint: Write , and apply , together with the fact that


Homework Equations



These were given as hints in my textbook:

x=x+y-y
|a+b| ≤ |a| + |b|
|-y|=|y|


The Attempt at a Solution



I realize that this is very elementary but this is my first day teach myself calculus and that I am inexperienced using proofs in math. Any and all help is greatly appreciated.

1) x=x+y-y
2) |x+y|≤|x|+|y|
3) |-y|=|y|
4) x+y=x+y
5) √(x+y)^2=√(x+y)^2
6) |x+y|=|x+y|
7) |x+y|≤|x|+|y|
8) |x+y|≤|x|+|-y|
 
Physics news on Phys.org
Can you see |x+y|+|-y|>= ? by the relevant facts you were given?

clarence829 said:

Homework Statement



Prove the following inequalities for all numbers x, y.

|x+y| ≥ |x|-|y|

[Hint: Write , and apply , together with the fact that


Homework Equations



These were given as hints in my textbook:

x=x+y-y
|a+b| ≤ |a| + |b|
|-y|=|y|


The Attempt at a Solution



I realize that this is very elementary but this is my first day teach myself calculus and that I am inexperienced using proofs in math. Any and all help is greatly appreciated.

1) x=x+y-y
2) |x+y|≤|x|+|y|
3) |-y|=|y|
4) x+y=x+y
5) √(x+y)^2=√(x+y)^2
6) |x+y|=|x+y|
7) |x+y|≤|x|+|y|
8) |x+y|≤|x|+|-y|
 
If I could get to |x+y|+|-y|≥ |x| then I'd just have to pull |-y| to the right side of the inequality and apply |-y|=|y| to |-y| and I'd have my proof. The problem is that I'm unfamiliar with the various algebraic rules that apply to absolute value, particularly in inequalities.

What are the rules and steps that will get me from x=x+y-y to ≤|x+y|+|-y≥|x|?
 
@SammyS

I see how you're getting your solution and I appreciate the help.

After the question in my textbook (Lang) it says "Hint: Write x=x+y-y, and apply |a+b| ≤ |a|+|b|, together with the fact that |-y|=|y|.

How would one use x=x+y-y in solving this proof?
 
clarence829 said:
@SammyS

I see how you're getting your solution and I appreciate the help.

After the question in my textbook (Lang) it says "Hint: Write x=x+y-y, and apply |a+b| ≤ |a|+|b|, together with the fact that |-y|=|y|.

How would one use x=x+y-y in solving this proof?

x = x+y-y

|x| = |(x+y)+(-y)| ≤ |(x+y)| + |(-y)| ...
 
Everything just finally clicked and it all makes sense now. Thanks again for the help.