saadsarfraz Messages 86 Reaction score 1 Thread starter Jan 27, 2009 #1 Suppose n=ab, show that a^2<=n or b^2<=n.
CRGreathouse Science Advisor Homework Helper Messages 2,832 Reaction score 0 Jan 27, 2009 #2 Start with trichotomy: a < b, a = b, or a > b. It's pretty simple.
saadsarfraz Messages 86 Reaction score 1 Jan 27, 2009 #3 I'm fairly new to proofs, so can you please check if this is correct. if a=b, n=a^2 or b^2=n if a>b, a^2>ab, a^2>n if b>a, b^2>ab, b^2>n
I'm fairly new to proofs, so can you please check if this is correct. if a=b, n=a^2 or b^2=n if a>b, a^2>ab, a^2>n if b>a, b^2>ab, b^2>n
CRGreathouse Science Advisor Homework Helper Messages 2,832 Reaction score 0 Jan 27, 2009 #4 What you write is correct, though for the last two you should really use the opposite variable (and reverse signs) because you're trying to show that something's smaller, not bigger.
What you write is correct, though for the last two you should really use the opposite variable (and reverse signs) because you're trying to show that something's smaller, not bigger.
saadsarfraz Messages 86 Reaction score 1 Jan 27, 2009 #6 so it should be like this then: if a>b, ba>b^2, n>b^2 if b>a, ab>a^2, n>a^2