Suppose that $A$ has no inverse. Prove that there exists a vector $b$ such that $Ax = b$ has no solution
My try
Proving by contradiction , Assume that for all vector $b$, $Ax = b$ have at least one solution. This implies
$$A^{-1}Ax = A^{-1}b$$ which then gives $$x=A^{-1}b$$ but this means that $A^{-1}$ exists and hence contradicting our assumption that $A$ has no inverse, hence proving our original statement. Is my prove correct.Could anyone explain Thanks. Also lets say if i would to use a direct proof instead. How would i go about doing it.