Proving ab - a - b + 2 > 1 for a > 1 and b > 1

  • Thread starter Thread starter Chen
  • Start date Start date
  • Tags Tags
    Algebra Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Chen
Messages
976
Reaction score
1
Hi,

I need to prove that for every a > 1 and b > 1 the following holds:

ab - a - b + 2 > 1

Can someone please throw me some hints? :)

Thanks,
Chen
 
Physics news on Phys.org
It's equivalent to proving

ab - a - b + 1 > 0
<=>
a(b - 1) - b + 1 > 0
<=>
-a(b - 1) + b - 1 < 0
<=>
(b - 1)(1 - a) < 0.
 
Argh, I was close but didn't see that! Thanks. :-)