$RTP:$ Show, that if a homogeneous system of equations $Ax=0$ has only a trivial solution, then $A$ is non-singular/invertible.
My idea is to prove this by contrapositive. Lets assume, that $A$ is singular. This means the inverse matrix $A^{-1}$ doesn't exist.
A linear system $Ax=0$ has a unique solution ( e.g only a trivial solution ), given by $x=A^{-1}0$. However, since a singular matrix has no inverse matrix $A^{-1}$ the system has does not have a unique solution. Thus we have proven our original statement by contrapositive. Is this correct?
No, it is not correct. There is an unjustifed jump from the non-existence of $A^{-1}$ to “the system has does not have a unique solution”.
You can do it as follows: since $A$ is singular, there is a vector $v=(x_1,\ldots,x_n)\neq(0,\ldots,0)$ such that $A.v=0$. So either the system has no solution or, if it has a solution $(y_1,\ldots,y_n)$, then$$(x_1+y_1,\ldots,x_n+y_n)$$shall be another distinct solution.