Theorems · Theorem · functional analysis
IsHilbertSum.mk
∀ {ι : Type u_1} {𝕜 : Type u_2} [inst : RCLike 𝕜] {E : Type u_3} [inst_1 : NormedAddCommGroup E]
[inst_2 : InnerProductSpace 𝕜 E] {G : ι → Type u_4} [inst_3 : (i : ι) → NormedAddCommGroup (G i)]
[inst_4 : (i : ι) → InnerProductSpace 𝕜 (G i)] [inst_5 : CompleteSpace E] {V : (i : ι) → G i →ₗᵢ[𝕜] E}
[∀ (i : ι), CompleteSpace (G i)],
OrthogonalFamily 𝕜 G V → ⊤ ≤ (⨆ i, (V i).range).topologicalClosure → IsHilbertSum 𝕜 G VIf V : Π i, G i →ₗᵢ[𝕜] E is an orthogonal family such that the supremum of the ranges of
V i is dense, then (E, V) is a Hilbert sum of G.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 230 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- Top.topstatement and proof · cited by 9,680
- Submodulestatement · cited by 7,192
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- CompleteSpacestatement and proof · cited by 2,532
- iSupstatement and proof · cited by 2,415
- LinearMap.rangestatement and proof · cited by 893
- LE.le.trans_eqproof · cited by 328
- eq_top_iffproof · cited by 236
- LinearIsometrystatement and proof · cited by 194
Cited by2
Results whose statement or proof uses this declaration.
- Orthonormal.isHilbertSumproof · cited by 1
- IsHilbertSum.mkInternalproof · cited by 1