Invertible Matrix Theroem

If $A$ is an $n\times n$ invertible matrix then the following are equivalent:

  1. $A$ is row reducible to the identity
  2. $A$ has $n$ pivot positions, aka $\textrm{rank}(A)=0$
  3. The image of $A$ has dimension $n$
    1. The span of the column vectors of $A$ span all of $\R^n$
  4. The columns of $A$ are linearly independent
    1. They form a basis of $\R^n$
  5. The equation $A\bold x=\bold b$ has a unique solution for $\bold b$
  6. The Linear Transformation T: $\R^n\rightarrow\R^n~~ \bold x\rightarrow A\bold x$ maps $\R^n$ onto $\R^n$
    1. This linear transformation is one to one
  7. $A^T$ is invertible
  8. $\ker(A)=\{\bold 0\}$ the nullspace is just the 0 vector
  9. $\det A\ne0$
  10. $\dim(\ker(A)) = 0$
  11. The only solution to the linear relation of the column vectors of $A$ is the trivial solution

Systems of Linear Equations

$$ A\bold x =\bold b $$