Mathlib Map

Theorems · Theorem · linear algebra

Submodule.span_image

∀ {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₂]
  {s : Set M} [inst_6 : RingHomSurjective σ₁₂] (f : M →ₛₗ[σ₁₂] M₂),
  Submodule.span R₂ (⇑f '' s) = Submodule.map f (Submodule.span R s)
Defined in
Mathlib.LinearAlgebra.Span.Basic
Cited by
25 results in Mathlib
Foundations
Depth 28 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.FG.map · cited by 25FG.mapSubmodule.eq_top_of_finrank_eq · cited by 15Submodule.eq_top_of_finra…linearIndependent_iff_card_eq_finrank_span · cited by 5linearIndependent_iff_car…AffineMap.map_vectorSpan · cited by 4AffineMap.map_vectorSpanbasis_finite_of_finite_spans · cited by 4basis_finite_of_finite_sp…Submodule.lift_spanRank_map_le · cited by 3Submodule.lift_spanRank_m…RootPairing.linearIndepOn_root_baseOf · cited by 3RootPairing.linearIndepOn…Module.finitePresentation_of_free_of_surjective · cited by 3Module.finitePresentation…Submodule.span_smul · cited by 3Submodule.span_smulSubmodule.apply_mem_span_image_of_mem_span · cited by 3Submodule.apply_mem_span_…Submodule.lift_spanRank_map_eq_of_injective · cited by 2Submodule.lift_spanRank_m…Module.exists_basis_of_span_of_maximalIdeal_rTensor_injective · cited by 2Module.exists_basis_of_sp…Submodule.span_algebraMap_image_of_tower · cited by 2Submodule.span_algebraMap…LinearMap.span_inl_union_inr · cited by 2LinearMap.span_inl_union_…bernsteinPolynomial.linearIndependent_aux · cited by 1bernsteinPolynomial.linea…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.mapRingHomSurjective · cited by 220RingHomSurjectiveSubmodule.map_span · cited by 84Submodule.map_spanSubmodule.span_imageCITED BYCITES

Cites13

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

Cited by25

Results whose statement or proof uses this declaration.