Mathlib Map

Theorems · Definition · ring theory

GradedMonoid.GMonoid.gnpowRec

{ι : Type u_1} →
  {A : ι → Type u_2} →
    [inst : AddMonoid ι] → [GradedMonoid.GMul A] → [GradedMonoid.GOne A] → (n : ℕ) → {i : ι} → A i → A (n • i)

A default implementation of power on a graded monoid, like npowRec. GMonoid.gnpow should be used instead.

Defined in
Mathlib.Algebra.GradedMonoid
Cited by
2 results in Mathlib
Foundations
Depth 11 from the axioms · uses no axioms
Assumes
AddMonoidGradedMonoid.GMulGradedMonoid.GOne

Around this declaration

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

Cites3

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.