Theorems · Theorem · operator theory
IsCompactOperator.antilipschitz_of_not_hasEigenvalue
∀ {𝕜 : Type u_1} {X : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup X]
[inst_2 : NormedSpace 𝕜 X] {T : X →L[𝕜] X} {μ : 𝕜},
IsCompactOperator ⇑T → μ ≠ 0 → ¬Module.End.HasEigenvalue (↑T) μ → ∃ K, AntilipschitzWith K ⇑(T - μ • 1)If T : X →L[𝕜] X is a compact operator on a Banach space X, and μ ≠ 0 is not an
eigenvalue of T, then T - μ • 1 is antilipschitz with positive constant.
That is, T - μ • 1 is bounded below as an operator.
This is a useful step in the proof of the Fredholm alternative for compact operators.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 180 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites77
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setproof · cited by 53,352
- Realproof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Set.imageproof · cited by 5,609
- nhdsproof · cited by 5,554
- Norm.normproof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
- NNRealstatement · cited by 4,310
Cited by1
Results whose statement or proof uses this declaration.
- IsCompactOperator.hasEigenvalue_or_mem_resolventSetproof · cited by 1