Mathlib Map

Theorems · Theorem · linear algebra

Submodule.map_span

∀ {R : Type u_1} {R₂ : Type u_2} {M : Type u_4} {M₂ : Type u_5} [inst : Semiring R] [inst_1 : AddCommMonoid M]
  [inst_2 : Module R M] [inst_3 : Semiring R₂] {σ₁₂ : R →+* R₂} [inst_4 : AddCommMonoid M₂] [inst_5 : Module R₂ M₂]
  [inst_6 : RingHomSurjective σ₁₂] (f : M →ₛₗ[σ₁₂] M₂) (s : Set M),
  Submodule.map f (Submodule.span R s) = Submodule.span R₂ (⇑f '' s)
Defined in
Mathlib.LinearAlgebra.Span.Basic
Cited by
84 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModuleSemiringAddCommMonoidModuleRingHomSurjective

Around this declaration

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

Submodule.span_image · cited by 25Submodule.span_imageLinearMap.map_span · cited by 10LinearMap.map_spanModule.Basis.ofZLatticeBasis_span · cited by 6Basis.ofZLatticeBasis_spanModule.finitePresentation_of_surjective · cited by 6Module.finitePresentation…ZLattice.rank · cited by 5ZLattice.rankSubmodule.smul_span · cited by 5Submodule.smul_spanAddMonoidAlgebra.supported_eq_span_single · cited by 5AddMonoidAlgebra.supporte…Submodule.fg_of_fg_map_injective · cited by 5Submodule.fg_of_fg_map_in…Module.Basis.mem_submodule_iff · cited by 4Basis.mem_submodule_iffTensorProduct.vanishesTrivially_of_sum_tmul_eq_zero_of_rTensor_injective · cited by 3TensorProduct.vanishesTri…RootPairing.linearIndepOn_root_baseOf · cited by 3RootPairing.linearIndepOn…IsLocalRing.span_eq_top_of_tmul_eq_basis · cited by 3IsLocalRing.span_eq_top_o…Subalgebra.adjoin_eq_span_basis · cited by 3Subalgebra.adjoin_eq_span…IsLocalization.coeSubmodule_span · cited by 3IsLocalization.coeSubmodu…NumberField.mixedEmbedding.mem_span_fractionalIdealLatticeBasis · cited by 3mixedEmbedding.mem_span_f…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetModule · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidLinearMap · cited by 10215LinearMapRingHom · cited by 10189RingHomSubmodule · cited by 7192SubmoduleSet.image · cited by 5609Set.imageSubmodule.span · cited by 1504Submodule.spanSubmodule.map · cited by 614Submodule.mapSubmodule.subset_span · cited by 234Submodule.subset_spanRingHomSurjective · cited by 220RingHomSurjectiveSet.image_mono · cited by 197Set.image_monoSubmodule.span_eq_of_le · cited by 11Submodule.span_eq_of_leSubmodule.map_spanCITED BYCITES

Cites16

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

Cited by84

Results whose statement or proof uses this declaration.