Physlib

Physlib.QuantumMechanics.DDimensions.Operators.SpectralTheory.SelfAdjoint

Spectral theory for self-adjoint operators

i. Overview

In this module we develop the spectral theory for self-adjoint operators.

ii. Key results

- `resolventSet_eq_regularityDomain` : The resolvent set and regularity domain coincide. That is, if `T - z • 1` has a continuous (equivalently, bounded) inverse then its range is all of `H`. - `spectrum_real` : The spectrum of a self-adjoint unbounded operator is real.

iii. Table of contents

  • A. Resolvent set
  • B. Spectrum

iv. References

A. Resolvent set

B. Spectrum

4 declarations

theorem

ρ(T)=regularityDomain(T)\rho(T) = \text{regularityDomain}(T) for self-adjoint operators TT

Let HH be a complex Hilbert space and TT be a self-adjoint partially defined linear operator on HH. The resolvent set ρ(T)\rho(T) of TT is equal to its regularity domain. That is, a complex number zCz \in \mathbb{C} is in the resolvent set if and only if there exists a constant c>0c > 0 such that for all xx in the domain of TT, Txzxcx\|Tx - zx\| \geq c \|x\|.

theorem

For self-adjoint TT, ran(TzI)=H    zρ(T)\text{ran}(T - zI) = H \implies z \in \rho(T)

Let TT be a self-adjoint partially defined linear operator on a complex Hilbert space HH. For any complex number zCz \in \mathbb{C}, if the range of the operator TzIT - zI (where II is the identity operator) is the entire space HH, then zz belongs to the resolvent set ρ(T)\rho(T).

theorem

The spectrum of a self-adjoint operator is real (σ(T)R\sigma(T) \subseteq \mathbb{R})

Let HH be a complex Hilbert space and TT be a self-adjoint partially defined linear operator on HH. The spectrum of TT, denoted by σ(T)\sigma(T), is a subset of the real numbers, i.e., σ(T)R\sigma(T) \subseteq \mathbb{R}.

theorem

The residual spectrum of a self-adjoint operator is empty (σr(T)=\sigma^r(T) = \emptyset)

Let TT be a self-adjoint partial linear operator on a complex Hilbert space HH. The residual spectrum of TT, denoted by σr(T)\sigma^r(T), is empty, i.e., σr(T)=\sigma^r(T) = \emptyset.