$$ a = b $$ $$ a^2 = ab $$ $$ a^2 - b^2 = ab - b^2 $$ $$ (a+b)(a - b) = b(a - b) $$ $$ a + b = b $$ $$ 2b = b $$ $$ 2 = 1 $$
Does the self-reference to the original formula make this path of argument invalid? I am confused as to what's going on here.
Would this be a better continuation from $a + b = b$:
$$ a + b = b \implies a = 0 \implies b = 0$$