3.119 min read
Bijectivity and Square Matrices
A map is bijective if it is both injective and surjective — every output is reached, and each output has exactly one pre-image. Bijections have inverses.
For to be bijective, we need both (surjective) and (injective). By the Rank-Nullity theorem (Section 3.17), this forces : square matrices.
So: only square matrices can be bijective. And for a square matrix, surjectivity injectivity bijectivity. You only need to check one.
Formal View
Theorem 3.11 (Collapse Theorem)
For a square matrix :
This equivalence fails for non-square matrices.
Why This Matters
The Collapse Theorem is what makes square matrices special — one condition implies all.
- For square linear systems: unique solution iff the coefficient matrix is bijective iff it is invertible
- In cryptography, bijective linear maps over finite fields are used in block ciphers
Quiz
Question 1
A matrix with rank 2 is bijective.
Common Mistakes
- Applying the Collapse Theorem to non-square matrices — it ONLY holds for square matrices.
- Thinking bijectivity is harder to check than surjectivity or injectivity for square matrices — they are equivalent.