Let $a, b, c \in \mathbb{R}$. Prove if $a + b = a$ then $b = 0$.
Suppose that $a + b = a$. Then $a + b - a = a - a = 0 = b$ by the inverses law for addition. By the Identity law for addition it follows that $a + 0 = a$, and it follows by the Identity law for addition that if $b = 0$, then $0 + b = b = 0$, therefore $b = 0$.
Is it redundant to use the identity law for addition for a and b? Does this seem correct?