I'm reading in my textbook this theorem about the properties of inverse matrices:
I don't follow how 1) and 3) follow from the idea that inverses are unique. Why does the fact that a matrix only has one inverse matter in these theorems?
This is the theorem about uniqueness that I read:
Quick question, why does $CI = C$ in the proof for uniqueness?


Identity matrix is neutral with respect to multiplication, i.e. for any square matrix $P$ you have $PI=IP=P$. You can easily show this property, just put the definition of $I$ in the the definition of matrix multiplication.
For (1), suppose that $AB=BA=I$. By definition, it means that $A = B^{-1}$. Then again, if you put $B = A^{-1}$, then our hypothesis holds ($AA^{-1}=A^{-1}A=I$), hence $A = B^{-1} = (A^{-1})^{-1}$.
The (3) is done likewise.