3.108 min read
Injectivity and Linear Independence
There is a beautiful connection between injectivity of and the columns of . is injective if and only if its columns are linearly independent.
Why? has only the trivial solution iff the columns are linearly independent (by definition of linear independence).
This means: "the map is injective" = "the columns are independent" = "the null space is trivial." Three equivalent ways to say the same thing.
Formal View
Theorem 3.10
is injective its columns are linearly independent.
Why This Matters
This connects the algebraic notion (independence) to the functional notion (injectivity) — they are the same thing.
- Testing linear independence of measurements = testing injectivity of the measurement matrix
- Removing dependent columns from a dataset = making the data matrix injective
Quiz
Question 1
If the columns of are linearly dependent, then is not injective.
Common Mistakes
- Thinking column independence is a geometric property with no algebraic meaning — it is equivalent to injectivity.