Mathlib Map

Theorems · Definition · functional analysis

InnerProductSpace.gramSchmidt

(𝕜 : Type u_1) →
  {E : Type u_2} →
    [inst : RCLike 𝕜] →
      [inst_1 : NormedAddCommGroup E] →
        [InnerProductSpace 𝕜 E] →
          {ι : Type u_3} → [inst : LinearOrder ι] → [LocallyFiniteOrderBot ι] → [WellFoundedLT ι] → (ι → E) → ι → E

The Gram-Schmidt process takes a set of vectors as input and outputs a set of orthogonal vectors which have the same span.

Defined in
Mathlib.Analysis.InnerProductSpace.GramSchmidtOrtho
Cited by
30 results in Mathlib
Foundations
Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupInnerProductSpaceLinearOrderLocallyFiniteOrderBotWellFoundedLT

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

InnerProductSpace.gramSchmidtNormed · cited by 13InnerProductSpace.gramSch…InnerProductSpace.gramSchmidt_orthogonal · cited by 6InnerProductSpace.gramSch…LDL.lowerInv · cited by 6LDL.lowerInvInnerProductSpace.gramSchmidt_def · cited by 5InnerProductSpace.gramSch…InnerProductSpace.gramSchmidt_mem_span · cited by 4InnerProductSpace.gramSch…InnerProductSpace.mem_span_gramSchmidt · cited by 4InnerProductSpace.mem_spa…InnerProductSpace.gramSchmidt_def' · cited by 3InnerProductSpace.gramSch…InnerProductSpace.gramSchmidt_ne_zero · cited by 2InnerProductSpace.gramSch…InnerProductSpace.gramSchmidt_ne_zero_coe · cited by 2InnerProductSpace.gramSch…InnerProductSpace.span_gramSchmidtNormed · cited by 2InnerProductSpace.span_gr…InnerProductSpace.span_gramSchmidt_Iio · cited by 2InnerProductSpace.span_gr…InnerProductSpace.gramSchmidt_inv_triangular · cited by 1InnerProductSpace.gramSch…InnerProductSpace.gramSchmidt_linearIndependent · cited by 1InnerProductSpace.gramSch…InnerProductSpace.gramSchmidt_of_orthogonal · cited by 1InnerProductSpace.gramSch…InnerProductSpace.gramSchmidt_triangular · cited by 1InnerProductSpace.gramSch…DFunLike.coe · cited by 62936DFunLike.coeNormedAddCommGroup · cited by 15752NormedAddCommGroupLinearOrder · cited by 8572LinearOrderFinset.sum · cited by 5195Finset.sumInnerProductSpace · cited by 3523InnerProductSpaceFinset.univ · cited by 3473Finset.univRCLike · cited by 2829RCLikeSubmodule.span · cited by 1504Submodule.spanWellFoundedLT · cited by 491WellFoundedLTLocallyFiniteOrderBot · cited by 286LocallyFiniteOrderBotFinset.Iio · cited by 147Finset.IioSubmodule.starProjection · cited by 92Submodule.starProjectionIsWellOrder.toHasWellFounded · cited by 1IsWellOrder.toHasWellFoun…InnerProductSpace.gramSchmidtCITED BYCITES

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by32

Results whose statement or proof uses this declaration.