Mathlib Map

Theorems · Theorem · ring theory

algebraMap_smul

∀ {R : Type u_1} [inst : CommSemiring R] (A : Type u_2) [inst_1 : Semiring A] [inst_2 : Algebra R A] {M : Type u_3}
  [inst_3 : AddCommMonoid M] [inst_4 : Module A M] [inst_5 : Module R M] [IsScalarTower R A M] (r : R) (m : M),
  (algebraMap R A) r • m = r • m
Defined in
Mathlib.Algebra.Algebra.Basic
Cited by
87 results in Mathlib
Foundations
Depth 19 from the axioms · uses no axioms
Assumes
CommSemiringSemiringAlgebraAddCommMonoidModuleModuleIsScalarTower

Around this declaration

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

IsIntegral.smul · cited by 13IsIntegral.smulSubmodule.restrictScalars_span · cited by 12Submodule.restrictScalars…IsAlgebraic.exists_integral_multiple · cited by 8IsAlgebraic.exists_integr…LinearMap.BilinForm.dualSubmodule_span_of_basis · cited by 7BilinForm.dualSubmodule_s…Module.IsTorsionFree.trans_faithfulSMul · cited by 6IsTorsionFree.trans_faith…isBoundedBilinearMap_inner · cited by 6isBoundedBilinearMap_innerSameRay.sameRay_nonneg_smul_right · cited by 6SameRay.sameRay_nonneg_sm…Module.Basis.mem_span_iff_repr_mem · cited by 6Basis.mem_span_iff_repr_m…SchwartzMap.smulLeftCLM_ofReal · cited by 5SchwartzMap.smulLeftCLM_o…ModelWithCorners.convex_range · cited by 5ModelWithCorners.convex_r…Module.length_eq_of_surjective · cited by 4Module.length_eq_of_surje…RootPairing.pairingIn_eq_add_of_root_eq_smul_add_smul · cited by 4RootPairing.pairingIn_eq_…inner_smul_left_eq_star_smul · cited by 4inner_smul_left_eq_star_s…IsBaseChange.basis_repr_comp_apply · cited by 3IsBaseChange.basis_repr_c…span_eq_top_of_isLocalizedModule · cited by 3span_eq_top_of_isLocalize…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringRingHom · cited by 10189RingHomAlgebra.algebraMap · cited by 4706Algebra.algebraMapIsScalarTower · cited by 3896IsScalarToweralgebra_compatible_smul · cited by 7algebra_compatible_smulalgebraMap_smulCITED BYCITES

Cites10

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

Cited by87

Results whose statement or proof uses this declaration.