Theorems · Theorem · functional analysis
OrthogonalFamily.orthonormal_sigma_orthonormal
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : SeminormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
{ι : Type u_4} {G : ι → Type u_5} [inst_3 : (i : ι) → NormedAddCommGroup (G i)]
[inst_4 : (i : ι) → InnerProductSpace 𝕜 (G i)] {V : (i : ι) → G i →ₗᵢ[𝕜] E},
OrthogonalFamily 𝕜 G V →
∀ {α : ι → Type u_6} {v_family : (i : ι) → α i → G i},
(∀ (i : ι), Orthonormal 𝕜 (v_family i)) → Orthonormal 𝕜 fun a => (V a.fst) (v_family a.fst a.snd)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- LinearIsometrystatement and proof · cited by 194
- Orthonormalstatement and proof · cited by 85
- OrthogonalFamilystatement and proof · cited by 48
- LinearIsometry.inner_map_mapproof · cited by 16
- LinearIsometry.norm_mapproof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- DirectSum.IsInternal.collectedBasis_orthonormalproof · cited by 0