The way we usually prove that something is
unique, i.e. that no other object has the
property we are talking about, is to show that
if two objects have the property, then they are
equal. In this case,
we will let x and z be arbitrary but fixed and
show that
if x and z are both additive identities, then
x = z.
1: ∀y[x + y = y] ∧ ∀y[z + y = y] [Assumption A - i.e. assuming x and z both are "additive identitites"]
2: ∀y[x + y = y] _________________________________________________________________
3: ∀y[z + y = y] _________________________________________________________________
4: x + z = z _________________________________________________________________
5: z + x = x _________________________________________________________________
6: z + x = x + z _________________________________________________________________
7: x = z _________________________________________________________________
8: ∀y[x + y = y] ∧ ∀y[z + y = y] => x = z __________________________________________________________
Since x and z are arbitrary but fixed, we deduce
that for all x and z, if x and z are both additive identities, then
x = z. Thus the addititive identity is unique.