Theorems · Theorem · operator theory
ContinuousLinearMap.isFredholm_tfae
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NontriviallyNormedField 𝕜] [inst_1 : AddCommGroup E]
[inst_2 : AddCommGroup F] [inst_3 : Module 𝕜 E] [inst_4 : Module 𝕜 F] [inst_5 : TopologicalSpace E]
[inst_6 : TopologicalSpace F] [CompleteSpace 𝕜] [IsTopologicalAddGroup E] [ContinuousSMul 𝕜 E]
[IsTopologicalAddGroup F] [ContinuousSMul 𝕜 F] [T2Space E] [T2Space F] (u : E →L[𝕜] F),
[u.IsFredholm, ∃ v, (↑v).IsQuasiInverse ↑u,
∃ E₁ F₁,
IsClosed ↑E₁ ∧ IsClosed ↑F₁ ∧ E₁.CoFG ∧ F₁.CoFG ∧ ∃ (h : Set.MapsTo ⇑u ↑E₁ ↑F₁), (u.restrict h).IsInvertible,
Nonempty u.FredholmPackage].TFAELet E, F be two Hausdorff topological vector spaces over a complete NontriviallyNormedField
denoted 𝕜, and u : E →L[𝕜] F a continuous linear map. The following conditions are equivalent:
1. u is a Fredholm operator, in the sense of ContinuousLinearMap.IsFredholm.
2. u admits a continuous quasi-inverse, in the sense of LinearMap.IsQuasiInverse.
3. There are closed finite-codimension subspaces E₁ and F₁ of E and F between which u
induces an isomorphism.
4. u admits a FredholmPackage.
In practice, condition 4 is the "strongest", so you should probably not use it to prove that an
operator is Fredholm.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 182 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- SetLike.coestatement and proof · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- ContinuousLinearMapstatement and proof · cited by 5,352
- CompleteSpacestatement and proof · cited by 2,532
- IsClosedstatement and proof · cited by 1,639
- IsTopologicalAddGroupstatement and proof · cited by 1,394
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.isFredholm_iff_exists_isQuasiInverseproof · cited by 2
- ContinuousLinearMap.FredholmPackage.isFredholmproof · cited by 0