I have to prove the following theorem(Apostol's Calculus I, exercise 1 page 19):
If $ab = 0$ then either $a = 0$ or $b = 0$.
My attempt to solve it was: $ab = 0$ can be rewritten as $ab = a0$, because $a0 = 0$(already been proved). So we now can cut a on both sides(already been proved too), so we have $b = 0$. Also, we could rewrite the original equation as $ab = b0$ and b on both sides of equation and turn it into $a = 0$.
I think my proof covers the basic steps but I don't think it's asserting anything.