Is My Proof That ab<a Correct Given 0<a<1 and 0<b<1?

  • Thread starter Thread starter knowLittle
  • Start date Start date
  • Tags Tags
    Inequalities
Click For Summary
The discussion centers on the proof that if 0 < a < 1 and 0 < b < 1, then ab < a. The initial proof involves multiplying the inequality 0 < b < 1 by 'a', resulting in 0 < ab < a, which is valid since 'a' is positive. Participants note that the proof's validity may depend on the axioms and rules applied. There is a suggestion to consider factoring to further clarify the proof. Overall, the conclusion supports that ab is indeed less than a under the given conditions.
knowLittle
Messages
307
Reaction score
3
I would like some feedback on my proof.

Can I just say that :
0< a<1 ... [1]
0<b<1 ... [2]

multiplying [2] by 'a' everywhere, then I get
0<ab<a

And, we prove that ab<a?
 
Physics news on Phys.org
Yes. But you need to note that the multiply does not reverse the inequality signs because "a" is always positive.
(and don't you want a final QED?)
 
knowLittle said:
I would like some feedback on my proof.

Can I just say that :
0< a<1 ... [1]
0<b<1 ... [2]

multiplying [2] by 'a' everywhere, then I get
0<ab<a

And, we prove that ab<a?
Actually, if 0 < a and 0 < b < 1, then ab < a. a does not have to be less than 1.

-Dan
 
  • Like
Likes SammyS and FactChecker
I don't want to be overkill on this, but the proof will depend on the axioms and rules you're going by.
You may, though, move the a to the other side and factor.
 
  • Like
Likes .Scott and topsquark
Thank you all!
 
  • Like
Likes .Scott, berkeman and WWGD
The working out suggests first equating ## \sqrt{i} = x + iy ## and suggests that squaring and equating real and imaginary parts of both sides results in ## \sqrt{i} = \pm (1+i)/ \sqrt{2} ## Squaring both sides results in: $$ i = (x + iy)^2 $$ $$ i = x^2 + 2ixy -y^2 $$ equating real parts gives $$ x^2 - y^2 = 0 $$ $$ (x+y)(x-y) = 0 $$ $$ x = \pm y $$ equating imaginary parts gives: $$ i = 2ixy $$ $$ 2xy = 1 $$ I'm not really sure how to proceed from here.