Mathlib Map

Theorems · Definition · linear algebra

Submodule.projection

{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] E

The linear projection onto a subspace along its complement as a map from the full space to itself, as opposed to Submodule.projectionOnto, which maps into the subtype. This version is important as it satisfies IsIdempotentElem. See also: * Submodule.projectionOntoL and Submodule.projectionL for the continuous versions. * Submodule.orthogonalProjection and Submodule.orthogonalProjectionOnto for the projections along the orthogonal subspace.

Defined in
Mathlib.LinearAlgebra.Projection
Cited by
63 results in Mathlib
Foundations
Depth 72 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.starProjection_inner_eq_zero · cited by 8Submodule.starProjection_…Submodule.projection_add_projection_eq_self · cited by 7Submodule.projection_add_…Submodule.range_projection · cited by 6Submodule.range_projectionSubmodule.orthogonalProjectionOnto_norm_le · cited by 6Submodule.orthogonalProje…LinearMap.IsIdempotentElem.eq_projection · cited by 5IsIdempotentElem.eq_proje…Submodule.projection_apply_eq_zero_iff · cited by 4Submodule.projection_appl…Submodule.projection_apply_left · cited by 4Submodule.projection_appl…Submodule.projection_eq_self_sub_projection · cited by 4Submodule.projection_eq_s…Submodule.IsCompl.isTopCompl_iff_projectionOnto · cited by 3IsCompl.isTopCompl_iff_pr…Submodule.projection_apply_mem · cited by 3Submodule.projection_appl…Submodule.projection_eq_id_sub_projection · cited by 3Submodule.projection_eq_i…Submodule.isIdempotentElem_projection · cited by 2Submodule.isIdempotentEle…Submodule.isSymmetricProjection_projection_iff · cited by 2Submodule.isSymmetricProj…Submodule.isSymmetric_projection_iff · cited by 2Submodule.isSymmetric_pro…Submodule.IsTopCompl.continuous_projection · cited by 2IsTopCompl.continuous_pro…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.compSubmodule.subtype · cited by 480Submodule.subtypeIsCompl · cited by 351IsComplSubmodule.projectionOnto · cited by 81Submodule.projectionOntoSubmodule.projectionCITED BYCITES

Cites10

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

Cited by66

Results whose statement or proof uses this declaration.