Proving a^2 is Always Positive

  • Thread starter Thread starter jaqueh
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
jaqueh
Messages
57
Reaction score
0

Homework Statement


prove a^2 is positive

I have tried this, but i don't know if it's conclusive:

i) Suppose a≥0
then a+1≥1
then a(a+1)≥a
then a^2+a≥a
then a^2≥0
ii) Suppose a≤0
then 1+a≤1
then a(a+1)≥a since a is negative, by a lemma
then a^2+1≥a
then a^2≥0
 
Physics news on Phys.org
ok great, yeah i'll be more specific and i do see my typo: a+1 instead of 1+a
 
oh gosh i didn't even realize i had typed that, haha well thanks anyways.

btw you are always incredibly helpful, and for that i am really grateful!
 
Why don't you just multiply both sides immediately by a?

i.e.

Case 1: a≥0
a2≥0

Case 2: a≤0
a2≥0

Seems a lot more direct and it's the same idea.
 
because you don't know what a*a means yet
 
well I am taking a beginning real analysis course and basically we're building the basic structure of algebra from scratch from a couple of real number axioms.
 
jaqueh said:
well I am taking a beginning real analysis course and basically we're building the basic structure of algebra from scratch from a couple of real number axioms.

OK. But saying you don't know the implication of a*a means you don't know the implication of a*(a+1) either.

You're already making an implicit assumption when you reverse the sign of the inequality upon multiplying by negative a. Multiplying a≤0 by a assumes no more than multiplying a+1≤1 by a.
 
the multiplying done by the negative constant was proved in a lemma but you're right, it wasn't known before. and when i did a(a+1) i guess i knew that it was a*a+a, but i didn't know what a*a was still so i had to describe it using the inequalities