How to prove, that solution of system $Ax = b$ exists only if there is no solution of $A^T y = 0$ and $b^T y = 1$?

447 Views Asked by At

I have a little linear algebra problem here:

How can I prove, that there is a solution of system $Ax = b$ only if there is no solution of $A^T y = 0$ and $b^T y = 1$?

2

There are 2 best solutions below

1
On BEST ANSWER

Assume $A^Ty=0$ and $b^Ty=1$. Then $$1=b^Ty=(Ax)^Ty=x^TA^Ty=x^T0=0.$$

0
On

By the fundamental theorem of linear algebra, $\mathrm{Im}(A)\perp\mathrm{Ker}(A^T)$. If $Ax=b$ is solvable and hence $b\in\mathrm{Im}(A)$, we have $b^Ty=0$ for all $y\in\mathrm{Ker}(A^T)$ (solutions of $A^Ty=0$).