Theorems · Theorem · real analysis
Function.periodic_iterate_iff
∀ {α : Type u_1} {f : α → α} {n : ℕ} {a : α}, Function.Periodic (fun x => f^[x] a) n ↔ Function.IsPeriodicPt f n aThe 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
- 2 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.iteratestatement and proof · cited by 740
- Function.Periodicstatement and proof · cited by 154
- Function.IsPeriodicPtstatement and proof · cited by 68
- Function.iterate_add_applyproof · cited by 24
- Function.IsFixedPt.eqproof · cited by 14
- Function.Periodic.eqproof · cited by 12
Cited by2
Results whose statement or proof uses this declaration.
- Function.Periodic.isPeriodicPtproof · cited by 0
- Function.IsPeriodicPt.periodic_iterateproof · cited by 0