For any $a \in F$, $a0 = 0$.
I know this proof works: $a0 = a(0+0) = a0 + a0$; taking the additive inverse of $a0$, we get $a0=0$.
But how about this? $a0 = a(1+(-1)) = a + (-a) = 0$
The reason I'm skeptical is because not all fields have -1 as an element. I tried to work around this issue by saying that "-1" exists in all fields in the sense that all fields have 0,1 and "-1" stands for the additive inverse of "1." For example, {0,1} is a field with 1 + 1 = 0: here, 1 is "-1" (it's the additive inverse). To make sense of this idea, I redid the proof without thinking of numbers; instead I used variables to represent an element of a field and its additive inverse. For example, let j be an element of a field and w its additive inverse:
$a0 = a(j+w) = aj + aw$
Where do I go from here? How do I show that $aj$ and $aw$ are additive inverses of each other?