Invariant Subspaces — Definition & Examples


Invariant Subspaces

An invariant subspace is a subspace that a given linear transformation cannot “move you out of.”

Definition

Let V be a vector space and
T : V → V a linear transformation.
A subspace W ⊆ V is invariant under T if:

T(W) ⊆ W

Meaning: whenever w ∈ W, applying T keeps you inside W.

Intuition: Think of T as “dynamics.” If you start in an invariant subspace,
you never leave it.

Basic Examples

1) Trivial invariant subspaces

These exist for every linear operator:

  • {0}
  • The whole space V

2) Eigenspaces

If v is an eigenvector of T with eigenvalue
λ, then T v = λ v, and the span of v
is invariant. More generally, the eigenspace
Eλ = { v : T v = λ v } is invariant.

Example: For T = diag(2, 3) on ℝ²,
the x-axis is invariant (eigenvalue 2) and the y-axis is invariant (eigenvalue 3).

3) Upper-triangular matrix example

Let

T = [ [1, 1],
      [0, 1] ]

The subspace W = span{(1,0)} is invariant because
T(1,0) = (1,0).
But the y-axis is not invariant since
T(0,1) = (1,1) is not in span{(0,1)}.

Function Space Examples

4) Differential operator

Let T = d/dx.

  • The space of all polynomials is invariant.
  • The space of polynomials of degree ≤ n is invariant.
  • The space of even functions is not invariant (derivative of even is odd).
  • The space of odd functions is invariant under d²/dx².

5) Fourier / frequency subspaces

For periodic functions and T = d/dx, each Fourier mode
e^{ikx} spans an invariant subspace:

  • The span of e^{ikx} for fixed k is invariant.
  • This is why many PDEs “decouple” in Fourier space.

Quantum Mechanics Connection

In quantum mechanics, invariant subspaces often correspond to conserved sectors.
If a Hamiltonian respects a symmetry, the Hilbert space can decompose into invariant subspaces
that evolve independently.

Example idea: Symmetries related to angular momentum lead to invariant subspaces
labeled by quantum numbers (e.g., fixed ).

Representation Theory View

  • A representation is irreducible if it has no nontrivial invariant subspaces.
  • Decomposing a space into invariant subspaces reveals “independent components” of an action.

Key Takeaway

An invariant subspace is a part of the space that a transformation respects:
start inside it, apply the transformation, and you stay inside it.