Linear Algebra
3.108 min read

Injectivity and Linear Independence

There is a beautiful connection between injectivity of AA and the columns of AA. AA is injective if and only if its columns are linearly independent.

Why? Ax=x1a1++xnan=0A\mathbf{x} = x_1\mathbf{a}_1 + \cdots + x_n\mathbf{a}_n = \mathbf{0} has only the trivial solution iff the columns aj\mathbf{a}_j 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
ARm×nA \in \mathbb{R}^{m \times n} is injective \Longleftrightarrow its columns a1,,an\mathbf{a}_1, \ldots, \mathbf{a}_n 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 AA are linearly dependent, then AA is not injective.

Common Mistakes

  • Thinking column independence is a geometric property with no algebraic meaning — it is equivalent to injectivity.