본문으로 건너뛰기

Eigenvalues and Eigenvectors

5A. Invariant Subspaces

1) Operator

Operator

A linear map from a vector space to itself is called an operator.

TL(V)T\in\mathcal{L}(V)

Meaning: An operator is a linear map whose domain and codomain are the same vector space.

2) Invariant Subspace

Invariant Subspace

A subspace UU of VV is invariant under TL(V)T\in\mathcal{L}(V) if

TuUTu\in U

for every uUu\in U.

Meaning: Applying TT to a vector in UU never moves the vector outside UU.

Restriction to an Invariant Subspace

If UU is invariant under TT, then

TUT|_U

is an operator on UU.

Meaning: An invariant subspace can be studied independently using the restriction of TT.

3) Eigenvalue

Eigenvalue

A scalar λF\lambda\in\mathbb{F} is an eigenvalue of TT if there exists a nonzero vector vVv\in V such that

Tv=λv.Tv=\lambda v.

Meaning: An eigenvalue tells how TT scales some nonzero vector without changing its direction.

One-Dimensional Invariant Subspace

TT has an eigenvalue λ\lambda with eigenvector vv exactly when

span(v)\operatorname{span}(v)

is invariant under TT.

Meaning: Eigenvectors correspond to one-dimensional invariant subspaces.

4) Eigenvector

Eigenvector

A nonzero vector vVv\in V is an eigenvector corresponding to λ\lambda if

Tv=λv.Tv=\lambda v.

Equivalently,

vnull(TλI),v0.v\in\operatorname{null}(T-\lambda I), \qquad v\neq0.

Meaning: An eigenvector is changed only by multiplication by a scalar.

5) Eigenvalue Criterion

Equivalent Conditions for an Eigenvalue

If VV is finite-dimensional, then

λ is an eigenvalue of T\lambda\text{ is an eigenvalue of }T

if and only if

TλIT-\lambda I

is not injective.

Equivalently,

TλIT-\lambda I

is not surjective or not invertible.

Meaning: Finding an eigenvalue is equivalent to finding a scalar that makes TλIT-\lambda I noninvertible.

6) Independent Eigenvectors

Linear Independence of Eigenvectors

Eigenvectors corresponding to distinct eigenvalues are linearly independent.

Meaning: Different eigenvalues automatically produce independent directions.

Number of Distinct Eigenvalues

If VV is finite-dimensional, then

number of distinct eigenvaluesdimV.\text{number of distinct eigenvalues} \le \dim V.

Meaning: An nn-dimensional space cannot have more than nn distinct eigenvalues for one operator.

7) Powers of an Operator

Power of an Operator

For TL(V)T\in\mathcal{L}(V),

T0=IT^0=I

and for a positive integer mm,

Tm=TTm times.T^m = \underbrace{T\cdots T}_{m\text{ times}}.

Meaning: Powers of an operator mean repeated composition of the operator with itself.

8) Polynomial Applied to an Operator

Polynomial of an Operator

If

p(z)=a0+a1z++amzm,p(z) = a_0+a_1z+\cdots+a_mz^m,

then

p(T)=a0I+a1T++amTm.p(T) = a_0I+a_1T+\cdots+a_mT^m.

Meaning: To evaluate a polynomial at an operator, replace the variable by TT.

Multiplicative Property

For polynomials pp and qq,

(pq)(T)=p(T)q(T).(pq)(T)=p(T)q(T).

Furthermore,

p(T)q(T)=q(T)p(T).p(T)q(T)=q(T)p(T).

Meaning: Polynomials of the same operator commute with each other.

9) Invariance from Polynomials of an Operator

Invariant Null Space and Range

For every polynomial pp,

nullp(T)\operatorname{null}p(T)

and

rangep(T)\operatorname{range}p(T)

are invariant under TT.

Meaning: Polynomial expressions in TT naturally produce invariant subspaces.

5B. The Minimal Polynomial

1) Existence of Eigenvalues over C\mathbb{C}

Existence of Eigenvalues

Every operator on a finite-dimensional nonzero complex vector space has an eigenvalue.

Meaning: Over C\mathbb{C}, every finite-dimensional nonzero operator has at least one eigenvector direction.

2) Monic Polynomial

Monic Polynomial

A polynomial is monic if its highest-degree coefficient is 11.

Meaning: A monic polynomial is normalized so that its leading coefficient equals one.

3) Minimal Polynomial

Minimal Polynomial

For finite-dimensional VV and TL(V)T\in\mathcal{L}(V), the minimal polynomial of TT is the unique monic polynomial pp of smallest degree such that

p(T)=0.p(T)=0.

Meaning: The minimal polynomial is the shortest polynomial relation satisfied by TT.

Degree Bound

The minimal polynomial satisfies

degpdimV.\deg p\le\dim V.

Meaning: An operator on an nn-dimensional space satisfies a polynomial equation of degree at most nn.

4) Eigenvalues and the Minimal Polynomial

Zeros of the Minimal Polynomial

A scalar λF\lambda\in\mathbb{F} is an eigenvalue of TT if and only if

p(λ)=0,p(\lambda)=0,

where pp is the minimal polynomial of TT.

Meaning: The eigenvalues of an operator are exactly the roots of its minimal polynomial.

Complex Factorization

For a complex vector space,

p(z)=(zλ1)(zλm),p(z) = (z-\lambda_1)\cdots(z-\lambda_m),

where the λk\lambda_k are the eigenvalues of TT, possibly repeated.

Meaning: Over C\mathbb{C}, the minimal polynomial factors completely using the eigenvalues.

5) Polynomials that Annihilate an Operator

Polynomial Multiple Criterion

If pp is the minimal polynomial of TT, then

q(T)=0q(T)=0

if and only if

q=psq=ps

for some polynomial ss.

Meaning: Every polynomial relation satisfied by TT must contain the minimal polynomial as a factor.

6) Minimal Polynomial of a Restriction

Restriction Property

If UU is invariant under TT, then the minimal polynomial of TT is a polynomial multiple of the minimal polynomial of

TU.T|_U.

Meaning: Restricting an operator to an invariant subspace cannot require a more complicated minimal polynomial.

7) Invertibility and the Minimal Polynomial

Invertibility Criterion

TT is not invertible if and only if the constant term of its minimal polynomial is 00.

Equivalently,

T invertible    p(0)0.T\text{ invertible} \iff p(0)\neq0.

Meaning: An operator is noninvertible exactly when 00 is one of its eigenvalues.

8) Eigenvalues over R\mathbb{R}

Odd-Dimensional Real Vector Spaces

Every operator on an odd-dimensional real vector space has a real eigenvalue.

Meaning: Although real operators do not always have real eigenvalues, odd dimension guarantees at least one.

5C. Upper-Triangular Matrices

1) Upper-Triangular Matrix

Upper-Triangular Matrix

A square matrix is upper triangular if every entry below the diagonal is 00.

(λ10λ200λn)\begin{pmatrix} \lambda_1 & * & \cdots & *\\ 0 & \lambda_2 & \cdots & *\\ \vdots & \ddots & \ddots & \vdots\\ 0 & \cdots & 0 & \lambda_n \end{pmatrix}

Meaning: An upper-triangular matrix has zeros everywhere below its diagonal.

2) Invariant-Subspace Criterion

Upper-Triangular Matrix Criterion

For a basis v1,,vnv_1,\ldots,v_n, the matrix of TT is upper triangular if and only if

Tvkspan(v1,,vk)T v_k \in \operatorname{span}(v_1,\ldots,v_k)

for every kk.

Equivalently,

span(v1,,vk)\operatorname{span}(v_1,\ldots,v_k)

is invariant under TT for every kk.

Meaning: Upper triangular form corresponds to a nested sequence of invariant subspaces.

3) Polynomial Equation from an Upper-Triangular Matrix

Upper-Triangular Operator Equation

If an upper-triangular matrix of TT has diagonal entries

λ1,,λn,\lambda_1,\ldots,\lambda_n,

then

(Tλ1I)(TλnI)=0.(T-\lambda_1I)\cdots(T-\lambda_nI)=0.

Meaning: The diagonal entries produce a polynomial that annihilates the operator.

4) Eigenvalues of an Upper-Triangular Matrix

Diagonal Entries Are Eigenvalues

If the matrix of TT is upper triangular, then its eigenvalues are exactly the entries on the diagonal.

Meaning: Eigenvalues can be read directly from the diagonal of an upper-triangular representation.

5) Existence of Upper-Triangular Form

Minimal Polynomial Criterion

TT has an upper-triangular matrix with respect to some basis if and only if its minimal polynomial factors completely into degree-one factors:

p(z)=(zλ1)(zλm).p(z) = (z-\lambda_1)\cdots(z-\lambda_m).

Meaning: Upper triangularization is possible exactly when the minimal polynomial splits over the scalar field.

6) Complex Upper-Triangularization

Complex Upper-Triangularization

Every operator on a finite-dimensional complex vector space has an upper-triangular matrix with respect to some basis.

Meaning: Over C\mathbb{C}, every finite-dimensional operator can be represented in upper-triangular form.

5D. Diagonalizable Operators

1) Diagonal Matrix

Diagonal Matrix

A square matrix is diagonal if every entry outside the diagonal is 00.

(λ1000λ2000λn)\begin{pmatrix} \lambda_1 & 0 & \cdots & 0\\ 0 & \lambda_2 & \cdots & 0\\ \vdots & \vdots & \ddots & \vdots\\ 0 & 0 & \cdots & \lambda_n \end{pmatrix}

Meaning: A diagonal matrix acts independently on each coordinate direction.

2) Diagonalizable Operator

Diagonalizable

An operator is diagonalizable if it has a diagonal matrix with respect to some basis of VV.

Meaning: A diagonalizable operator becomes simple scaling along suitable basis directions.

3) Eigenspace

Eigenspace

For λF\lambda\in\mathbb{F},

E(λ,T)=null(TλI).E(\lambda,T) = \operatorname{null}(T-\lambda I).

Equivalently,

E(λ,T)={vVTv=λv}.E(\lambda,T) = \{v\in V\mid Tv=\lambda v\}.

Meaning: An eigenspace contains all eigenvectors associated with one eigenvalue, together with the zero vector.

Eigenvalue Criterion

λ is an eigenvalue    E(λ,T){0}.\lambda\text{ is an eigenvalue} \iff E(\lambda,T)\neq\{0\}.

Meaning: An eigenvalue exists exactly when its eigenspace contains a nonzero vector.

4) Sum of Eigenspaces

Direct Sum of Eigenspaces

If

λ1,,λm\lambda_1,\ldots,\lambda_m

are distinct eigenvalues, then

E(λ1,T)E(λm,T)E(\lambda_1,T) \oplus\cdots\oplus E(\lambda_m,T)

is a direct sum.

If VV is finite-dimensional,

k=1mdimE(λk,T)dimV.\sum_{k=1}^{m}\dim E(\lambda_k,T) \le \dim V.

Meaning: Eigenspaces belonging to different eigenvalues contain independent directions.

5) Conditions for Diagonalizability

Diagonalizability Criterion

For finite-dimensional VV, the following are equivalent:

  • TT is diagonalizable.
  • VV has a basis consisting of eigenvectors of TT.
  • VV is the direct sum of its eigenspaces.
  • The dimensions of all distinct eigenspaces add to dimV\dim V.

Thus,

V=E(λ1,T)E(λm,T).V = E(\lambda_1,T) \oplus\cdots\oplus E(\lambda_m,T).

Meaning: An operator is diagonalizable exactly when its eigenvectors provide enough independent directions to form a basis.

6) Enough Distinct Eigenvalues

Distinct Eigenvalue Criterion

If

TT

has dimV\dim V distinct eigenvalues, then TT is diagonalizable.

Meaning: An nn-dimensional operator with nn distinct eigenvalues automatically has an eigenvector basis.

7) Minimal Polynomial Criterion for Diagonalizability

Diagonalizability and Minimal Polynomial

TT is diagonalizable if and only if its minimal polynomial has the form

p(z)=(zλ1)(zλm),p(z) = (z-\lambda_1)\cdots(z-\lambda_m),

where

λ1,,λm\lambda_1,\ldots,\lambda_m

are distinct.

Meaning: An operator is diagonalizable exactly when its minimal polynomial splits into distinct linear factors.

8) Restriction of a Diagonalizable Operator

Restriction Property

If TT is diagonalizable and UU is invariant under TT, then

TUT|_U

is diagonalizable.

Meaning: Diagonalizability is preserved when restricting to an invariant subspace.

9) Gershgorin Disks

Gershgorin Disk

For a matrix AA, the jjth Gershgorin disk is

{zF:zAj,jk=1kjnAj,k}.\left\{ z\in\mathbb{F} : |z-A_{j,j}| \le \sum_{\substack{k=1\\k\neq j}}^n |A_{j,k}| \right\}.

Meaning: Each disk is centered at a diagonal entry, with radius determined by the other entries in that row.

Gershgorin Disk Theorem

Every eigenvalue of TT lies in at least one Gershgorin disk.

Meaning: Gershgorin disks provide regions where the eigenvalues of a matrix must lie.

5E. Commuting Operators

1) Commuting Operators

Commute

Two operators SS and TT commute if

ST=TS.ST=TS.

Two matrices AA and BB commute if

AB=BA.AB=BA.

Meaning: Commuting operators give the same result regardless of which one is applied first.

2) Operators and Their Matrices

Commutativity and Matrix Representation

With respect to the same basis,

ST=TSST=TS

if and only if

M(S)M(T)=M(T)M(S).\mathcal{M}(S)\mathcal{M}(T) = \mathcal{M}(T)\mathcal{M}(S).

Meaning: Commutativity of operators is exactly reflected by commutativity of their matrix representations.

3) Invariance of Eigenspaces

Eigenspace Invariance

If SS and TT commute, then for every eigenvalue λ\lambda of SS,

E(λ,S)E(\lambda,S)

is invariant under TT.

Meaning: An operator that commutes with SS preserves each eigenspace of SS.

4) Simultaneous Diagonalization

Simultaneous Diagonalizability

Two diagonalizable operators have diagonal matrices with respect to the same basis if and only if they commute.

Meaning: Commuting diagonalizable operators can be diagonalized using one common eigenvector basis.

5) Common Eigenvector

Common Eigenvector Theorem

Every pair of commuting operators on a finite-dimensional nonzero complex vector space has a common eigenvector.

Meaning: Two commuting complex operators always share at least one eigenvector direction.

6) Simultaneous Upper Triangularization

Simultaneous Upper Triangularization

If SS and TT commute on a finite-dimensional complex vector space, then there exists a basis with respect to which both operators have upper-triangular matrices.

Meaning: Commuting complex operators can be simplified simultaneously using the same basis.

7) Eigenvalues of Sums and Products

Eigenvalues of a Sum

If SS and TT commute on a finite-dimensional complex vector space, every eigenvalue of

S+TS+T

is the sum of an eigenvalue of SS and an eigenvalue of TT.

Meaning: Commutativity gives a direct relationship between the eigenvalues of the operators and their sum.

Eigenvalues of a Product

If SS and TT commute, every eigenvalue of

STST

is the product of an eigenvalue of SS and an eigenvalue of TT.

Meaning: For commuting operators, eigenvalues of their product come from products of their individual eigenvalues.