Mathlib Map

Theorems · Theorem · commutative algebra

LinearMap.range_codRestrict

∀ {R : Type u_1} {R₂ : Type u_2} {M : Type u_5} {M₂ : Type u_6} [inst : Semiring R] [inst_1 : Semiring R₂]
  [inst_2 : AddCommMonoid M] [inst_3 : AddCommMonoid M₂] [inst_4 : Module R M] [inst_5 : Module R₂ M₂] {τ₂₁ : R₂ →+* R}
  [inst_6 : RingHomSurjective τ₂₁] (p : Submodule R M) (f : M₂ →ₛₗ[τ₂₁] M) (hf : ∀ (c : M₂), f c ∈ p),
  (LinearMap.codRestrict p f hf).range = Submodule.comap p.subtype f.range
Defined in
Mathlib.Algebra.Module.Submodule.Range
Cited by
11 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringSemiringAddCommMonoidAddCommMonoidModuleModuleRingHomSurjective

Around this declaration

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

LinearMap.range_rangeRestrict · cited by 9LinearMap.range_rangeRest…AdicCompletion.pow_smul_top_eq_ker_eval · cited by 4AdicCompletion.pow_smul_t…groupHomology.H1π_eq_zero_iff · cited by 4groupHomology.H1π_eq_zero…Rep.FiniteCyclicGroup.groupCohomologyπOdd_eq_zero_iff · cited by 2FiniteCyclicGroup.groupCo…groupCohomology.H1π_eq_zero_iff · cited by 2groupCohomology.H1π_eq_ze…Rep.FiniteCyclicGroup.groupHomologyπEven_eq_zero_iff · cited by 1FiniteCyclicGroup.groupHo…Rep.FiniteCyclicGroup.groupHomologyπOdd_eq_zero_iff · cited by 1FiniteCyclicGroup.groupHo…groupCohomology.H2π_eq_zero_iff · cited by 1groupCohomology.H2π_eq_ze…groupHomology.H2π_eq_zero_iff · cited by 1groupHomology.H2π_eq_zero…Rep.FiniteCyclicGroup.groupCohomologyπEven_eq_zero_iff · cited by 1FiniteCyclicGroup.groupCo…rank_add_rank_split · cited by 0rank_add_rank_splitDFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidLinearMap · cited by 10215LinearMapRingHom · cited by 10189RingHomTop.top · cited by 9680Top.topSubmodule · cited by 7192SubmoduleLinearMap.range · cited by 893LinearMap.rangeSubmodule.subtype · cited by 480Submodule.subtypeSubmodule.comap · cited by 347Submodule.comapRingHomSurjective · cited by 220RingHomSurjectiveLinearMap.codRestrict · cited by 61LinearMap.codRestrictLinearMap.range_eq_map · cited by 27LinearMap.range_eq_mapLinearMap.range_codRestrictCITED BYCITES

Cites16

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.