How do I prove that a^2 = b using the field axioms of closure, associativity, commutativity, multiplicative and additive identities, negatives and reciprocals, and distributivity?
My current attempt is:
a = a + 0 (additive identity)
a = a + (-b + b) (existence of negatives)
a * a = a * a + a*(-b) + a*(b) (distributivity of multiplication)
This is where I get stuck even if I sub in ab=1, there is still the a*a on the right side of the equation and no b. Does anyone see where I went wrong or an alternative way to begin this question?
HINT:
First, note that $a^2 \not = 1$, because $ab = 1$ and as $a \not = b$, it follows that $a^2 \not = ab$.
Next, $a^2 \not = a$, because $a \times 1 = a$.
Finally, $a^2 \not = 0$, because $F$ is a field and $a$ is a nonzero element.
What do you have left?