Prove the following statement or give a counterexample if it is false.
Let $A$ be an $n\times n$ matrix. If there exists a $b\in\mathbb R^{n}$ such that $Ax=b$ has a unique solution then $A$ is invertible.
What i tried:
We can see that there exists a $b=0$ such that the equation becomes $Ax=0$ and the unique solution is the trival solution $x=0$, hence $A$ is invertible since only the trival solution exists.
Is my proof correct? Also is this question the contrapositive to the theorem in this question:
Proving the existence of an inverse of a matrix. (Linear algebra).
Beacuse if it is i could use the same method to solve it?