Problem. Suppose $A$ is a non-zero, square $n\times n$ matrix, such that there exists some column vector $\vec{b}$ such that $A\vec{x} = \vec{b}$ has no solutions. Does there exist some $\vec{z} \neq \vec{0}$ such that $A\vec{x} = \vec{z}$ has a solution? If so, how many solutions exist? Are the columns of $A$ linearly in-dependent or dependent?
While it is clear to me that $span(A) \neq \mathbb{R}^n$ (and therefore the columns of $A$ are linearly depdendent), it isn't clear to me whether there exists some nonzero $\vec{z}$ such that $A\vec{x} = \vec{z}$ is solvable.
I know that $A\vec{x} = \vec{0}$ must have more than the trivial solution. I also know that $\text{RREF}(A)$ must have fewer than $n$ pivots (i.e. at least one free variable). In general, however, is it not the case that such a system may have either no or infinitely many solutions for an arbitrary $\vec{z}$? How do we know that a $\vec{z}$ with a solution (which must, therefore, have infinitely many solutions) exists?
Since $A\ne0$, there is some $i\in\{1,2,\ldots,n\}$ such that the $i$th column is not null. Let $\vec z$ be the vector whose coordinates are the entries of that column. Then $A\cdot(0,0,\ldots,0,1,0,\ldots,0)$, with the $1$ at the $i$th position, is equal to $\vec z$. Of course, if $\lambda$ is a scalar, then,$$A\cdot(0,0,\ldots,0,\lambda,0,\ldots,0)=\lambda\vec z,$$and therefore there are infinitely many solutions.