Theorems · Definition · functional analysis
OrthogonalFamily
(𝕜 : 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 : ι) → SeminormedAddCommGroup (G i)] →
[inst_4 : (i : ι) → InnerProductSpace 𝕜 (G i)] → ((i : ι) → G i →ₗᵢ[𝕜] E) → PropAn indexed family of mutually-orthogonal subspaces of an inner product space E.
The simple way to express this concept would be as a condition on V : ι → Submodule 𝕜 E. We
instead implement it as a condition on a family of inner product spaces each equipped with an
isometric embedding into E, thus making it a property of morphisms rather than subobjects.
The connection to the subobject spelling is shown in orthogonalFamily_iff_pairwise.
This definition is less lightweight, but allows for better definitional properties when the inner
product space structure on each of the submodules is important -- for example, when considering
their Hilbert sum (PiLp V 2). For example, given an orthonormal set of vectors v : ι → E,
we have an associated orthogonal family of one-dimensional subspaces of E, which it is convenient
to be able to discuss using ι → 𝕜 rather than Π i : ι, span 𝕜 (v i).
- Cited by
- 48 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Inner.innerproof · cited by 1,089
- Pairwiseproof · cited by 516
- LinearIsometrystatement and proof · cited by 194
Cited by57
Results whose statement or proof uses this declaration.
- OrthogonalFamily.linearIsometrystatement and proof · cited by 11
- DirectSum.IsInternal.sigmaOrthonormalBasisIndexEquivstatement · cited by 6
- DirectSum.IsInternal.collectedOrthonormalBasisstatement and proof · cited by 5
- DirectSum.IsInternal.subordinateOrthonormalBasisstatement · cited by 5
- DirectSum.IsInternal.subordinateOrthonormalBasisIndexstatement · cited by 5
- LinearMap.IsSymmetric.orthogonalFamily_eigenspaces'statement · cited by 4
- IsHilbertSum.OrthogonalFamilystatement · cited by 4
- OrthogonalFamily.eq_itestatement and proof · cited by 3
- OrthogonalFamily.isInternal_iffstatement and proof · cited by 3
- OrthogonalFamily.linearIsometry_apply_singlestatement and proof · cited by 3
- LinearMap.IsSymmetric.orthogonalFamily_eigenspacesstatement · cited by 3
- orthogonalFamily_iff_pairwisestatement · cited by 2