Mathlib Map

Theorems · Theorem · ring theory

LinearMapClass.map_smul_of_tower

∀ {M : Type u_8} {M₂ : Type u_10} [inst : AddCommMonoid M] [inst_1 : AddCommMonoid M₂] {R : Type u_14} {S : Type u_15}
  [inst_2 : Semiring S] [inst_3 : SMul R M] [inst_4 : Module S M] [inst_5 : SMul R M₂] [inst_6 : Module S M₂]
  {F : Type u_16} [LinearMap.CompatibleSMul M M₂ R S] [inst_8 : FunLike F M M₂] [LinearMapClass F S M M₂] (fₗ : F)
  (c : R) (x : M), fₗ (c • x) = c • fₗ x
Defined in
Mathlib.Algebra.Module.LinearMap.Defs
Cited by
4 results in Mathlib
Foundations
Depth 22 from the axioms · uses no axioms
Assumes
AddCommMonoidAddCommMonoidSemiringSMulModuleSMulModuleLinearMap.CompatibleSMulFunLikeLinearMapClass

Around this declaration

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

Cites9

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

Cited by4

Results whose statement or proof uses this declaration.