Mathlib Map

Theorems · Definition · functional analysis

Submodule.starProjection

{𝕜 : Type u_1} →
  {E : Type u_2} →
    [inst : RCLike 𝕜] →
      [inst_1 : NormedAddCommGroup E] →
        [inst_2 : InnerProductSpace 𝕜 E] → (U : Submodule 𝕜 E) → [U.HasOrthogonalProjection] → E →L[𝕜] E

The orthogonal projection onto a subspace as a map from the full space to itself, as opposed to Submodule.orthogonalProjectionOnto, which maps into the subtype. This version is important as it satisfies IsStarProjection.

Defined in
Mathlib.Analysis.InnerProductSpace.Projection.Basic
Cited by
92 results in Mathlib
Foundations
Depth 176 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupInnerProductSpaceSubmodule.HasOrthogonalProjection

Around this declaration

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

InnerProductSpace.gramSchmidt · cited by 30InnerProductSpace.gramSch…Submodule.starProjection_eq_self_iff · cited by 9Submodule.starProjection_…Submodule.starProjection_inner_eq_zero · cited by 8Submodule.starProjection_…Submodule.sub_starProjection_mem_orthogonal · cited by 8Submodule.sub_starProject…Submodule.starProjection_apply · cited by 7Submodule.starProjection_…Submodule.starProjection_orthogonal_val · cited by 7Submodule.starProjection_…Submodule.eq_starProjection_of_mem_of_inner_eq_zero · cited by 6Submodule.eq_starProjecti…EuclideanGeometry.reflection_apply' · cited by 6EuclideanGeometry.reflect…Submodule.inner_orthogonalProjectionOnto_eq_of_mem_right · cited by 5Submodule.inner_orthogona…InnerProductSpace.gramSchmidt_def · cited by 5InnerProductSpace.gramSch…Submodule.starProjection_singleton · cited by 4Submodule.starProjection_…Submodule.inner_starProjection_left_eq_right · cited by 3Submodule.inner_starProje…Submodule.eq_starProjection_of_mem_orthogonal · cited by 3Submodule.eq_starProjecti…Submodule.coe_orthogonalProjectionOnto_apply · cited by 3Submodule.coe_orthogonalP…Submodule.isIdempotentElem_starProjection · cited by 3Submodule.isIdempotentEle…RingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupSubmodule · cited by 7192SubmoduleContinuousLinearMap · cited by 5352ContinuousLinearMapInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeContinuousLinearMap.comp · cited by 709ContinuousLinearMap.compSubmodule.HasOrthogonalProjection · cited by 245Submodule.HasOrthogonalPr…Submodule.orthogonalProjectionOnto · cited by 103Submodule.orthogonalProje…Submodule.subtypeL · cited by 53Submodule.subtypeLSubmodule.starProjectionCITED BYCITES

Cites10

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

Cited by95

Results whose statement or proof uses this declaration.