Theorems · Theorem · functional analysis
InnerProductSpace.gramSchmidt_def
∀ (𝕜 : Type u_1) {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
{ι : Type u_3} [inst_3 : LinearOrder ι] [inst_4 : LocallyFiniteOrderBot ι] [inst_5 : WellFoundedLT ι] (f : ι → E)
(n : ι),
InnerProductSpace.gramSchmidt 𝕜 f n = f n - ∑ i < n, (𝕜 ∙ InnerProductSpace.gramSchmidt 𝕜 f i).starProjection (f n)This lemma uses ∑ i in instead of ∑ i :.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 185 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Setstatement · cited by 53,352
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- Submodulestatement · cited by 7,192
- ContinuousLinearMapstatement · cited by 5,352
- Finset.sumstatement and proof · cited by 5,195
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univproof · cited by 3,473
- RCLikestatement and proof · cited by 2,829
Cited by5
Results whose statement or proof uses this declaration.
- InnerProductSpace.gramSchmidt_orthogonalproof · cited by 6
- InnerProductSpace.gramSchmidt_def'proof · cited by 3
- InnerProductSpace.gramSchmidt_of_orthogonalproof · cited by 1
- InnerProductSpace.gramSchmidt_zeroproof · cited by 0
- InnerProductSpace.gramSchmidt_botproof · cited by 0