This is my professor's proof of uniqueness of additive identity:
assume there exists $0', 0 \in F$ where $a + 0 = 0 + a = a$ and $a + 0' = 0' + a = a$.
w.t.s that $0 = 0'$
taking $a = 0'$ and $a = 0$ we get $0 + 0' = 0'$ and $0 + 0' = 0$, therefore $0 = 0'$.
Why is she allowed to simply take $a = 0$ and $a = 0'$? Don't we want to show it for every $a$? This is what I don't get about this specific proof.