I'm trying to prove that these three conditions are equivalent.
- $Ax=0$ has only trivial solution.
- operator $A$ is invertible.
- $Ax=B$ has a unique solution.
I proved $1 \implies 2$ and $2 \implies 3$ but I need help writing the proof of $3 \implies 1$. Can you help me with this?
IMO I think this is trivial, but I need help writing it clearly.
Starting from the assumption that $Ax = b$ has a unique solution, suppose that $Ax = 0$ had a nontrivial solution, i.e. $A\bar{x} = 0$ for some $\bar{x} \neq 0$. Then, assuming $x^*$ is the solution of $Ax = b$:
$$ A(x^* + \bar{x}) = Ax^* + A(\bar{x}) = b + 0 = b $$ which would show that $Ax = b$ has at least two solutions, a contradiction.