Let $A$ be an $m \times n$ matrix. If $Ax=b$ has a solution for every $m$-vector $b$, then does $A^T y = c$ also have a solution for every $n$-vector $c$?
My teacher quickly mentioned this property, but there has no explanation or proof. Could someone provide some intuition behind this?
I understand that a pivot in every row means that Ax=b has a solution for all b, but does that apply to this?
We use that $$Ax=b$$ has a solution if and only if $A$ has the same rank as $A'$ which is $A$ concated with $b$. If a solution exist for every $b$, we can conclude that $A$ has full rank. $A^T$ also has full rank and concenating another column cannot change it. Hence $$A^Ty=c$$ is solvable for every $c$.