Mathlib Map

Theorems · Theorem · general algebraic systems

pow_apply_eq_iterate

∀ {F : Type u_1} {α : Type u_2} [inst : FunLike F α α] [inst_1 : Monoid F] [IsOneApplyEqSelf F α] [IsMulApplyEqComp F α]
  (f : F) (n : ℕ) (x : α), (f ^ n) x = (⇑f)^[n] x
Defined in
Mathlib.Data.FunLike.IsApply
Cited by
1 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext, Quot.sound
Assumes
FunLikeMonoidIsOneApplyEqSelfIsMulApplyEqComp

Around this declaration

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

Cites10

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

Cited by1

Results whose statement or proof uses this declaration.