Properties of Two Inequalities

116 Views Asked by At

If $a < b$ and $c < d$, then $a + c < b + d$ if $a, b, c, d$ are positive integers.

My hunch is that this is true, but I'm having difficulty proving it. Is there a property or definition pertaining to inequalities that exists to support/disprove the above?

2

There are 2 best solutions below

0
On BEST ANSWER

$a < b \implies a+c < b+c$

$c < d \implies b+c < b+d$

So $a < b$ and $c<d \implies a+c < b+c < b+d \implies a+c < b+d$

1
On

From the axioms of an ordered field, $a<b \implies a+c<b+c$, and $c<d\implies b+c<b+d.$

Therefore, $a+c<b+c<b+d.$