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
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.
- DFunLike.coestatement and proof · cited by 62,936
- Monoidstatement and proof · cited by 3,887
- FunLikestatement and proof · cited by 2,560
- pow_zeroproof · cited by 1,094
- Nat.iteratestatement and proof · cited by 740
- pow_succ'proof · cited by 228
- one_apply_eq_selfproof · cited by 34
- IsOneApplyEqSelfstatement and proof · cited by 12
- mul_apply_eq_compproof · cited by 10
- IsMulApplyEqCompstatement and proof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- FunLike.coe_pow_eq_iterateproof · cited by 2