Mathlib Map

Theorems · Definition · functional analysis

InnerProductSpace.gramSchmidtOrthonormalBasis

{𝕜 : Type u_1} →
  {E : Type u_2} →
    [inst : RCLike 𝕜] →
      [inst_1 : NormedAddCommGroup E] →
        [inst_2 : InnerProductSpace 𝕜 E] →
          {ι : Type u_3} →
            [inst_3 : LinearOrder ι] →
              [LocallyFiniteOrderBot ι] →
                [WellFoundedLT ι] →
                  [inst_6 : Fintype ι] →
                    [FiniteDimensional 𝕜 E] → Module.finrank 𝕜 E = Fintype.card ι → (ι → E) → OrthonormalBasis ι 𝕜 E

Given an indexed family f : ι → E of vectors in an inner product space E, for which the size of the index set is the dimension of E, produce an orthonormal basis for E which agrees with the orthonormal set produced by the Gram-Schmidt orthonormalization process on the elements of ι for which this process gives a nonzero number.

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

Around this declaration

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

InnerProductSpace.gramSchmidtOrthonormalBasis_apply · cited by 3InnerProductSpace.gramSch…Orientation.abs_volumeForm_apply_le · cited by 2Orientation.abs_volumeFor…InnerProductSpace.gramSchmidtOrthonormalBasis_det · cited by 2InnerProductSpace.gramSch…InnerProductSpace.gramSchmidtOrthonormalBasis_inv_isUpperTriangular · cited by 2InnerProductSpace.gramSch…Orientation.abs_volumeForm_apply_of_pairwise_orthogonal · cited by 1Orientation.abs_volumeFor…InnerProductSpace.inner_gramSchmidtOrthonormalBasis_eq_zero · cited by 1InnerProductSpace.inner_g…InnerProductSpace.gramSchmidtOrthonormalBasis_apply_of_orthogonal · cited by 1InnerProductSpace.gramSch…InnerProductSpace.gramSchmidtOrthonormalBasis_inv_triangular · cited by 1InnerProductSpace.gramSch…InnerProductSpace.gramSchmidtOrthonormalBasis_inv_triangular' · cited by 1InnerProductSpace.gramSch…InnerProductSpace.gramSchmidtOrthonormalBasis_inv_blockTriangular · cited by 0InnerProductSpace.gramSch…InnerProductSpace.gramSchmidtOrthonormalBasis.congr_simp · cited by 0gramSchmidtOrthonormalBas…NormedAddCommGroup · cited by 15752NormedAddCommGroupLinearOrder · cited by 8572LinearOrderFintype · cited by 7736FintypeInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeFiniteDimensional · cited by 1854FiniteDimensionalModule.finrank · cited by 1770Module.finrankFintype.card · cited by 1386Fintype.cardWellFoundedLT · cited by 491WellFoundedLTLocallyFiniteOrderBot · cited by 286LocallyFiniteOrderBotOrthonormalBasis · cited by 188OrthonormalBasisInnerProductSpace.gramSchmidt…CITED BYCITES

Cites11

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

Cited by11

Results whose statement or proof uses this declaration.