What do you think is my proof correct?
To prove x.0=0
x.0 = x.0 + 0 (0 is additive identity)
= x.0 + (x + (-x)) (x must have an additive inverse)
= (x.0 + x) + (-x) (by associativity)
= (x.0 + x.1) + (-x) (1 is multiplicative identity)
= x.(0+1) + (-x) (by distributivity)
= x.1 + (-x) (0 is additive identity)
= x + (-x) (1 is multiplicative identity)
= 0 (by definition of additive inverse).