Prove that if a and b are positive real numbers, then a + b $\geq$ ab

4.3k Views Asked by At

As the title states, the question is: Prove that if a and b are positive real numbers, then $a + b \geq ab$

For this proof, I'm supposed to prove by contrapositive.

So, I get this as a general statement:

Assume $a + b < ab$, then we will prove that a and b are real numbers that are less than 0.

But I'm wondering where do I go from here? The only thing I can think of is if a is negative and b is negative, multiplying two negatives will be positive. But then how do I actually write a formal proof for this?

2

There are 2 best solutions below

0
On BEST ANSWER

This is false. Take $a=b=3$. Then $a+b=6<9=ab$.

0
On

$a$ and $b$ are given as positive in the statement of the question, so they can't be negative. To analyse the statement further you can note:

The statement is equivalent to $$1\ge (a-1)(b-1)$$ or, if $a\gt 1$ $$b\le \frac a{a-1}$$ while if $a\lt 1$ $$b\ge \frac a{a-1}$$

If $a=1$ the original inequality becomes $b+1\ge b$ which is clearly true.