Mathlib Map

Theorems · Definition · linear algebra

Submodule.projectionOnto

{R : Type u_1} →
  [inst : Ring R] →
    {E : Type u_2} →
      [inst_1 : AddCommGroup E] → [inst_2 : Module R E] → (p q : Submodule R E) → IsCompl p q → E →ₗ[R] ↥p

Projection to a submodule along a complement. It is the unique linear map f : E → p such that f x = x for x ∈ p and f x = 0 for x ∈ q. For the projection from E to E, see Submodule.projection. See also: * Submodule.projectionOntoL and Submodule.projectionL for the continuous versions. * Submodule.orthogonalProjection and Submodule.orthogonalProjectionOnto for the projections along the orthogonal subspace. See also LinearMap.linearProjOfIsCompl.

Defined in
Mathlib.LinearAlgebra.Projection
Cited by
81 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupModule

Around this declaration

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

Submodule.projection · cited by 63Submodule.projectionSubmodule.projectionOnto_apply_left · cited by 23Submodule.projectionOnto_…Submodule.quotientEquivOfIsCompl · cited by 23Submodule.quotientEquivOf…Submodule.projectionOntoL · cited by 20Submodule.projectionOntoLSubmodule.projectionOnto_apply_right · cited by 12Submodule.projectionOnto_…LinearMap.linearProjOfIsCompl · cited by 9LinearMap.linearProjOfIsC…Submodule.prodEquivOfIsCompl_symm_apply · cited by 7Submodule.prodEquivOfIsCo…Submodule.ker_projectionOnto · cited by 7Submodule.ker_projectionO…LinearMap.ofIsCompl_eq · cited by 6LinearMap.ofIsCompl_eqSubmodule.range_projection · cited by 6Submodule.range_projectionSubmodule.orthogonalDecomposition_apply · cited by 6Submodule.orthogonalDecom…Submodule.toLinearMap_prodEquivOfIsCompl_symm · cited by 5Submodule.toLinearMap_pro…LinearMap.ofIsCompl_apply_left · cited by 5LinearMap.ofIsCompl_apply…LinearMap.ofIsCompl_apply_right · cited by 5LinearMap.ofIsCompl_apply…Submodule.range_projectionOnto · cited by 5Submodule.range_projectio…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommGroup · cited by 12871AddCommGroupLinearMap · cited by 10215LinearMapRing · cited by 7463RingSubmodule · cited by 7192SubmoduleLinearMap.comp · cited by 1642LinearMap.compLinearEquiv.symm · cited by 1461LinearEquiv.symmLinearEquiv.toLinearMap · cited by 1171LinearEquiv.toLinearMapIsCompl · cited by 351IsComplLinearMap.fst · cited by 64LinearMap.fstSubmodule.prodEquivOfIsCompl · cited by 35Submodule.prodEquivOfIsCo…Submodule.projectionOntoCITED BYCITES

Cites12

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

Cited by87

Results whose statement or proof uses this declaration.