Mathlib Map

Theorems · Theorem · commutative algebra

Submodule.restrictScalars_span

∀ (R : Type u) (A : Type w) {M : Type v₁} [inst : CommSemiring R] [inst_1 : Semiring A] [inst_2 : Algebra R A]
  [inst_3 : AddCommMonoid M] [inst_4 : Module R M] [inst_5 : Module A M] [inst_6 : IsScalarTower R A M],
  Function.Surjective ⇑(algebraMap R A) →
    ∀ (X : Set M), Submodule.restrictScalars R (Submodule.span A X) = Submodule.span R X

If A is an R-algebra such that the induced morphism R →+* A is surjective, then the R-module generated by a set X equals the A-module generated by X.

Defined in
Mathlib.Algebra.Algebra.Tower
Cited by
12 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringSemiringAlgebraAddCommMonoidModuleModuleIsScalarTower

Around this declaration

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

Submodule.FG.restrictScalars_of_surjective · cited by 3FG.restrictScalars_of_sur…IsLocalRing.span_eq_top_of_tmul_eq_basis · cited by 3IsLocalRing.span_eq_top_o…Algebra.Generators.exists_presentation_of_basis_cotangent · cited by 2Generators.exists_present…KaehlerDifferential.map_surjective_of_surjective · cited by 1KaehlerDifferential.map_s…IsLocalRing.quotient_span_eq_top_iff_span_eq_top · cited by 1IsLocalRing.quotient_span…IsLocalRing.rank_cotangentSpace_eq_spanrank_maximalIdeal_of_fg · cited by 1IsLocalRing.rank_cotangen…TensorProduct.spanFinrank_top_eq_of_residueField · cited by 1TensorProduct.spanFinrank…Ideal.finrank_quotient_map · cited by 1Ideal.finrank_quotient_mapKaehlerDifferential.kerTotal_map · cited by 1KaehlerDifferential.kerTo…Submodule.coe_span_eq_span_of_surjective · cited by 0Submodule.coe_span_eq_spa…IsLocalRing.CotangentSpace.span_image_eq_top_iff · cited by 0CotangentSpace.span_image…Submodule.spanRank_restrictScalars_eq · cited by 0Submodule.spanRank_restri…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetModule · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringRingHom · cited by 10189RingHomSubmodule · cited by 7192SubmoduleAlgebra.algebraMap · cited by 4706Algebra.algebraMapIsScalarTower · cited by 3896IsScalarTowerSubmodule.span · cited by 1504Submodule.spanLE.le.antisymm · cited by 507le.antisymmSubmodule.subset_span · cited by 234Submodule.subset_spanAddMemClass.add_mem · cited by 229AddMemClass.add_memSubmodule.restrictScalars_spanCITED BYCITES

Cites21

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

Cited by12

Results whose statement or proof uses this declaration.