Mathlib Map

Theorems · Definition · functional analysis

Submodule.projectionL

{R : Type u_1} →
  [inst : Ring R] →
    {M : Type u_2} →
      [inst_1 : TopologicalSpace M] →
        [inst_2 : AddCommGroup M] → [inst_3 : Module R M] → (p q : Submodule R M) → Submodule.IsTopCompl p q → M →L[R] M

If h : IsTopCompl p q, h.projection is the continuous linear projection M →L[R] M onto p along q. This is the continuous version of Submodule.IsCompl.projection. See also Submodule.IsTopCompl.projectionOnto for the same projection as an element of M →L[R] p.

Defined in
Mathlib.Topology.Algebra.Module.Complement
Cited by
21 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingTopologicalSpaceAddCommGroupModule

Around this declaration

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

Submodule.projectionL_add_projectionL_eq_self · cited by 2Submodule.projectionL_add…Submodule.isIdempotentElem_projectionL · cited by 1Submodule.isIdempotentEle…Submodule.projectionL_eq_self_sub_projectionL · cited by 1Submodule.projectionL_eq_…Submodule.toLinearMap_projectionL · cited by 1Submodule.toLinearMap_pro…ContinuousLinearMap.IsIdempotentElem.eq_projectionL · cited by 1IsIdempotentElem.eq_proje…Submodule.projectionL_apply_eq_zero_iff · cited by 1Submodule.projectionL_app…Submodule.projectionL_apply_eq_zero_of_mem_right · cited by 1Submodule.projectionL_app…Submodule.projectionL_apply_left · cited by 0Submodule.projectionL_app…Submodule.projectionL_apply_mem · cited by 0Submodule.projectionL_app…Submodule.projectionL_apply_right · cited by 0Submodule.projectionL_app…Submodule.projectionL_eq_id_sub_projectionL · cited by 0Submodule.projectionL_eq_…Submodule.ker_projectionL · cited by 0Submodule.ker_projectionLSubmodule.projectionL_eq_self_iff · cited by 0Submodule.projectionL_eq_…ContinuousLinearMap.isStrictMap_isClosed_range_iff_quotient · cited by 0ContinuousLinearMap.isStr…Submodule.projectionL.congr_simp · cited by 0projectionL.congr_simpTopologicalSpace · cited by 24529TopologicalSpaceModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommGroup · cited by 12871AddCommGroupRing · cited by 7463RingSubmodule · cited by 7192SubmoduleContinuousLinearMap · cited by 5352ContinuousLinearMapContinuousLinearMap.comp · cited by 709ContinuousLinearMap.compSubmodule.IsTopCompl · cited by 89Submodule.IsTopComplSubmodule.subtypeL · cited by 53Submodule.subtypeLSubmodule.projectionOntoL · cited by 20Submodule.projectionOntoLSubmodule.projectionLCITED BYCITES

Cites11

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

Cited by21

Results whose statement or proof uses this declaration.