Theorems · Definition · group theory
nsmulRecAuto
{M : Type u_2} → [AddSemigroup M] → [Zero M] → ℕ → M → MAn abbreviation for nsmulRec with an additional typeclass assumptions on associativity
so that we can use @[csimp] to replace it with an implementation by repeated doubling in compiled
code as an automatic parameter.
- Defined in
- Mathlib.Algebra.Group.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
- Assumes
- AddSemigroupZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddSemigroupstatement and proof · cited by 136
Cited by2
Results whose statement or proof uses this declaration.
- nsmulRec_eq_nsmulBinRecstatement and proof · cited by 1
- nsmulBinRec_succproof · cited by 0