3.89 min read
Injectivity: No Collisions
A linear map is injective (or one-to-one) if different inputs always produce different outputs: . No two inputs "collide" at the same output.
Equivalently (by linearity): has only the trivial solution . The null space is trivial: .
Geometrically: the map is "faithful" — it doesn't "compress" any direction to zero. An injective map requires at least as many rows as columns: .
Formal View
Definition 3.8 — Injectivity
is injective if . Equivalently, , i.e., .
Why This Matters
Injectivity means the map is reversible — from the output, we can uniquely recover the input.
- A linear code is injective iff distinct messages produce distinct codewords
- A linear measurement system is injective iff distinct signals produce distinct measurements
- A transformation is injective iff it has a left inverse (can undo it)
Quiz
Question 1
A matrix can be injective?
Common Mistakes
- Thinking injectivity requires the matrix to be square — it just requires .
- Confusing injective (no collisions) with surjective (covers everything).