3.98 min read
Injectivity and Nullity
The precise algebraic characterization of injectivity: is injective if and only if . Equivalently, has only the trivial solution.
Why? If , then , so . If the null space is trivial, then , so .
This gives a clean test: to check if is injective, solve and check if the only solution is .
Formal View
Theorem 3.9
is injective The equation has only the trivial solution .
Why This Matters
The nullity gives a computable measure of injectivity failure.
- Nullity = 0 means the system has at most one solution
- In machine learning, large nullity in a feature matrix signals collinearity issues
Quiz
Question 1
If has nullity 0, then has at most one solution for any .
Common Mistakes
- Confusing "at most one solution" (injectivity) with "exactly one solution" (injectivity + surjectivity = bijectivity).