Theorems · Theorem · real analysis
Function.Periodic.isPeriodicPt
∀ {α : Type u_1} {f : α → α} {n : ℕ} {a : α}, Function.Periodic (fun x => f^[x] a) n → Function.IsPeriodicPt f n aAlias of the forward direction of Function.periodic_iterate_iff.
The iterates a, f a, f^[2] a etc form a periodic sequence with period n
iff a is a periodic point for f.
- Defined in
- Mathlib.Algebra.Ring.Periodic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.iteratestatement · cited by 740
- Function.Periodicstatement · cited by 154
- Function.IsPeriodicPtstatement · cited by 68
- Function.periodic_iterate_iffproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.