I know that a question that is very similar, other than the wording, was asked here, but I am more interested in being critiqued on my proof. I would like to know if it is correct, if it is complete, and if it is correctly formatted. Instead of just writing out the answer in a linear fashion and moving on to the next problem, I want to use this opportunity to practice my proof writing skills.
I would also like to know if I should include this lemma: The inverse of $AB$ is the reverse product $B^{−1}A^{−1}$. If it should be included, where does it belong in the proof? Before I even state the theorem? As one of the steps?
Theorem: if $B$ is the inverse of $A^2$, then $AB$ is the inverse of $A$.
Proof: Assume $B$ is the inverse of $A^2$.
1) $A^{ 2 }=AA$, so $[A^{ 2 }]^{ -1 }=(AA)^{ -1 }$
2) The inverse of $AA$ is the reverse product $A^{ -1 }A^{ -1 }$
3) Therefore, $B=A^{ -1 }A^{ -1 }$
4) $(A)B = (A)A^{ -1 }A^{ -1 }$
5) $AB = IA^{ -1 }$
6) $AB = A^{ -1 }$
Q.E.D.