I want to show a few equivalences for the quadratic matrix $A \in K^{n\times n}$:
- The equation $Ax=b$ has no solution for at least one $b \in K^n$.
- The equation $Ax=b$ has multiple solutions for at least one $b \in K^n$.
- The equation $Ax=b$ has exactly one solution for no $b \in K^n$.
I already thought about using the Rank–nullity theorem: $$\operatorname{dim}(\operatorname{im} (A)) + \operatorname{dim} (\ker (A)) = \operatorname{dim} (A)$$ I know the dimension of $A$, which is $n$. Do I know the dimension of $b$? Is it $n$ as well? I think if I know the dimension of the kernel I can say something about the amount of solutions.
I'm not allowed to use the term "determinant".
Thanks in advance!