Mathlib Map

Theorems · Theorem · group theory

npowRec_add

∀ {M : Type u} [inst : One M] [inst_1 : Semigroup M] (m n : ℕ),
  n ≠ 0 → ∀ (a : M), 1 * a = a → npowRec (m + n) a = npowRec m a * npowRec n a
Defined in
Mathlib.Algebra.Group.Defs
Cited by
2 results in Mathlib
Foundations
Depth 11 from the axioms · uses propext
Assumes
OneSemigroup

Around this declaration

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

Cites2

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

Cited by2

Results whose statement or proof uses this declaration.