Proving Inequality: Using a Hint to Show (a+b)>(c+d)

  • Thread starter Thread starter azizlwl
  • Start date Start date
  • Tags Tags
    Inequality
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
4 replies · 2K views
azizlwl
Messages
1,066
Reaction score
10

Homework Statement



Prove: If a>b and c>d, then a+c>b+d
Hint: (a-b)+(c-d)=(a+c)-(b+d)>0

Homework Equations





The Attempt at a Solution



How to use the hint to prove the inequality?
My method, not sure it's right.
Given c>d, c-d>0
Given a>b => a+(c-d)>b
Thus a+c>b+d
 
Physics news on Phys.org


azizlwl said:

Homework Statement



Prove: If a>b and c>d, then a+c>b+d
Hint: (a-b)+(c-d)=(a+c)-(b+d)>0

Homework Equations





The Attempt at a Solution



How to use the hint to prove the inequality?
My method, not sure it's right.
Given c>d, c-d>0
right.
azizlwl said:
Given a>b => a+(c-d)>b
Why not continue with the same line of thinking as above?

a > b implies what about a - b?
azizlwl said:
Thus a+c>b+d
 


ok i see it now

Given a>b =>a-b>0
Given c>d =>c-d>0

(a-b)+(c-d)>0
(a+c)-(b+d)>0
thus a+c>b+d

thank you