ConceptComplete

Bounded Linear Operators - Examples and Constructions

The spectrum of an operator generalizes the concept of eigenvalues from finite-dimensional linear algebra and plays a central role in the study of operators on Banach spaces.

DefinitionSpectrum and Resolvent

Let TB(X)T \in \mathcal{B}(X) where XX is a Banach space. A complex number λC\lambda \in \mathbb{C} is in the resolvent set ρ(T)\rho(T) if (TλI)(T - \lambda I) is bijective with bounded inverse.

The spectrum of TT is σ(T)=Cρ(T)\sigma(T) = \mathbb{C} \setminus \rho(T).

For λρ(T)\lambda \in \rho(T), the operator Rλ(T)=(TλI)1R_\lambda(T) = (T - \lambda I)^{-1} is called the resolvent of TT at λ\lambda.

The spectrum decomposes into three disjoint parts:

  1. Point Spectrum: σp(T)={λ:TλI is not injective}\sigma_p(T) = \{\lambda : T - \lambda I \text{ is not injective}\} (eigenvalues)
  2. Continuous Spectrum: σc(T)={λ:TλI is injective with dense range but not surjective}\sigma_c(T) = \{\lambda : T - \lambda I \text{ is injective with dense range but not surjective}\}
  3. Residual Spectrum: σr(T)={λ:TλI is injective but range is not dense}\sigma_r(T) = \{\lambda : T - \lambda I \text{ is injective but range is not dense}\}
TheoremBasic Properties of the Spectrum

Let TB(X)T \in \mathcal{B}(X) where XX is a Banach space. Then:

  1. The spectrum σ(T)\sigma(T) is a non-empty compact subset of C\mathbb{C}
  2. σ(T){λC:λT}\sigma(T) \subset \{\lambda \in \mathbb{C} : |\lambda| \leq \|T\|\}
  3. The resolvent set ρ(T)\rho(T) is open and Rλ(T)R_\lambda(T) is analytic on ρ(T)\rho(T)
  4. The spectral radius r(T)=sup{λ:λσ(T)}=limnTn1/nr(T) = \sup\{|\lambda| : \lambda \in \sigma(T)\} = \lim_{n \to \infty} \|T^n\|^{1/n}
ExampleSpectra of Standard Operators
  1. Finite Dimensions: For T:CnCnT : \mathbb{C}^n \to \mathbb{C}^n, we have σ(T)=σp(T)\sigma(T) = \sigma_p(T) (only eigenvalues)

  2. Shift Operator: On 2\ell^2, if (Sx)n=xn+1(Sx)_n = x_{n+1}, then:

    • σ(S)={λ:λ1}\sigma(S) = \{\lambda : |\lambda| \leq 1\} (closed unit disk)
    • σp(S)=\sigma_p(S) = \emptyset (no eigenvalues)
    • σc(S)={λ:λ<1}\sigma_c(S) = \{\lambda : |\lambda| < 1\} (open disk)
    • σr(S)={λ:λ=1}\sigma_r(S) = \{\lambda : |\lambda| = 1\} (unit circle)
  3. Multiplication Operator: On L2[0,1]L^2[0,1], if (Mϕf)(x)=ϕ(x)f(x)(M_\phi f)(x) = \phi(x) f(x) where ϕ\phi is continuous, then σ(Mϕ)=Range(ϕ)\sigma(M_\phi) = \overline{\text{Range}(\phi)} (closure of the range of ϕ\phi)

  4. Identity: σ(I)={1}\sigma(I) = \{1\} and σ(0)={0}\sigma(0) = \{0\}

Remark

In infinite dimensions, the spectrum can be much richer than just eigenvalues. Operators may have no eigenvalues at all (like the shift operator), or the eigenvalues may form only a small part of the spectrum. This is one of the fundamental differences between finite and infinite-dimensional operator theory.

Understanding the spectrum is crucial for solving differential equations, analyzing stability of dynamical systems, and developing spectral methods for numerical approximation.