Compact Resolvent for the Kato Operator A_λ #
The closed energy form E_λ gives rise to a self-adjoint operator A_λ ≥ 0 via the Kato representation theorem. Proves A_λ has compact resolvent by combining the Kato structure with the compact embedding D(E_λ) ↪ L²(I).
Reference: lamportform.tex, Theorem 9 (lines 1159–1209).
Kato operator structure #
Structure modeling the resolvent (A_λ + I)⁻¹ of a self-adjoint operator associated to the energy form E_λ via the Kato representation theorem.
The three fields capture:
- The resolvent maps L² into the form domain D(E_λ)
- The resolvent preserves compact support in I = [−log λ, log λ]
- The form identity: ‖(A+I)⁻¹f‖² + E_λ((A+I)⁻¹f) ≤ ‖f‖²
Reference: Kato, Perturbation Theory, Theorem VI.2.1.
Instances For
Kato representation theorem (axiomatized) #
The Kato representation theorem: every closed, densely defined, nonnegative symmetric form on a Hilbert space determines a unique self-adjoint operator. Applied to E_λ, this gives the operator A_λ ≥ 0 whose resolvent satisfies the form identity.
Why axiom: The Kato representation theorem (Kato, Theorem VI.2.1) is deep functional analysis that is not available in Mathlib. The theorem requires:
- E_λ is a closed form (Stage 5C:
energyForm_closed_on_line) - E_λ is densely defined (follows from C_c^∞ ⊂ D(E_λ))
- E_λ is nonneg (by construction as sum of L² norms)
Soundness: Sole precondition is 1 < cutoffLambda. The conclusion
is a KatoOperator structure whose fields (a resolvent operator with
domain/support control and the form identity) are substantive — it cannot
be trivially constructed.
Reference: lamportform.tex, Theorem 9, Step 1 (lines 1164–1174).
Compact resolvent predicate #
Sequential characterization of compact resolvent: the resolvent (A_λ + I)⁻¹ maps bounded L² sequences (supported in I) to sequences with L²-convergent subsequences.
This is equivalent to saying the resolvent is a compact operator on L²(I), which in turn means A_λ has purely discrete spectrum with eigenvalues accumulating only at +∞.
Reference: lamportform.tex, Theorem 9, Step 3 (lines 1192–1209).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Proved theorems #
The resolvent maps bounded, compactly supported L² functions into the
form-norm ball. This is the key link between the Kato operator and the
compact embedding: the form identity gives the graph-norm bound needed
to land in formNormBall.
Reference: lamportform.tex, Theorem 9, Steps 2.3–2.4 (lines 1183–1191).
Main theorem (Theorem 9): The operator A_λ has compact resolvent.
The proof chains the Kato form identity with the compact embedding:
- Each resolvent image lands in the form-norm ball (by
resolvent_mem_formNormBall) - The form-norm ball is relatively compact in L² (by
formNormBall_isRelativelyCompactL2) - Therefore the resolvent sequence has a convergent subsequence
Reference: lamportform.tex, Theorem 9, Step 3 (lines 1192–1209).
Convenience wrapper: the Kato resolvent maps any function into the form domain.