Mathlib Map

Theorems · Theorem · commutative algebra

ofNat_smul_eq_nsmul

∀ (R : Type u_1) {M : Type u_3} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] (n : ℕ)
  [inst_3 : n.AtLeastTwo] (b : M), OfNat.ofNat n • b = OfNat.ofNat n • b

nsmul is equal to any other module structure via a cast.

Defined in
Mathlib.Algebra.Module.NatInt
Cited by
5 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext
Assumes
SemiringAddCommMonoidModuleNat.AtLeastTwo

Around this declaration

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

Cites5

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

Cited by5

Results whose statement or proof uses this declaration.