Linear Independence & Linear Dependence
Understanding when vectors truly span new directions — and when they don't.
Linear Independence
A subset $S$ of a vector space $V$ is called Linearly Independent if, for any finite collection of distinct vectors $u_1, u_2, \dots, u_n \in S$, the equation
holds only when $a_1 = a_2 = \cdots = a_n = 0$. That is, the trivial combination is the only way to produce the zero vector.
For any vectors $u_1, u_2, \dots, u_n$, we always have $a_1 u_1 + a_2 u_2 + \cdots + a_n u_n = 0$ when $a_1 = a_2 = \cdots = a_n = 0$. This is called the trivial solution. Linear independence demands it be the only solution.
Linear Dependence
A subset $S$ that is not linearly independent is called Linearly Dependent. There exist scalars $a_1, a_2, \dots, a_n$, not all zero, such that
At least one vector can be expressed as a linear combination of the others — it is "redundant" and adds no new direction.
Elementary Facts
- The empty set is linearly independent — a linearly dependent set must be non-empty by definition.
- A set $\{u\}$ containing a single non-zero vector is always linearly independent. If $au = 0$ for non-zero $a$, then $u = a^{-1} \cdot 0 = 0$, a contradiction.
- A set is linearly independent if and only if the only linear combination of its vectors equal to $0$ is the trivial one.
Intuitive Meaning
Each vector adds a new direction that cannot be reached by the others. No vector in the set is a linear combination of the rest.
At least one vector is redundant — it can be written as a combination of the others. The vectors live in a smaller subspace than their count suggests.
Key Properties
Relationship with Span and Basis
Linear independence, span, and basis form the structural backbone of every vector space.
- A basis is a set that is both linearly independent and spans the space — the most efficient description of the space.
- Removing dependent vectors from a set does not change its span — those vectors contributed nothing new.
- The dimension $\dim(V)$ equals the size of any basis: the maximum size of a linearly independent set, and the minimum size of a spanning set.
Testing for Linear Independence
Given vectors $v_1, \dots, v_k$ in $\mathbb{R}^n$, follow these steps:
- Form matrix $A$ whose columns are the vectors $v_1, \dots, v_k$.
- Row reduce $A$ to row echelon form.
- If every column has a pivot → vectors are linearly independent.
- If any column lacks a pivot → vectors are linearly dependent.
No comments:
Post a Comment