4.89 min read
Right Invertibility and Surjectivity
A matrix is right invertible if there exists a matrix such that . That is, applying after gives the identity.
The connection to surjectivity: is right invertible if and only if is surjective. Proof: if , then for any , , so is a solution. Conversely, right invertibility requires rank .
The right inverse is a "right undo" — composing on the right of recovers the identity. Geometrically: picks a "section" of — one pre-image for each output.
Formal View
Theorem 4.8
is right invertible is surjective .
Why This Matters
Right invertibility is the algebraic certificate of surjectivity.
- Pseudoinverse: the minimum-norm right inverse of a surjective matrix
- Control systems: right invertibility of the control matrix means all states can be reached
Quiz
Question 1
A matrix with rank 3 is right invertible.
Common Mistakes
- Confusing right inverse (undoes when composed on the right) with left inverse (undoes when composed on the left).