Periodicity #
In this file we define and then prove facts about periodic and antiperiodic functions.
Main definitions #
- Function.Periodic: A function- fis periodic if- ∀ x, f (x + c) = f x.- fis referred to as periodic with period- cor- c-periodic.
- Function.Antiperiodic: A function- fis antiperiodic if- ∀ x, f (x + c) = -f x.- fis referred to as antiperiodic with antiperiod- cor- c-antiperiodic.
Note that any c-antiperiodic function will necessarily also be 2 • c-periodic.
Tags #
period, periodic, periodicity, antiperiodic
Periodicity #
The iterates a, f a, f^[2] a etc form a periodic sequence with period n
iff a is a periodic point for f.
Alias 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.
Alias of the reverse 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.
Lift a periodic function to a function from the quotient group.
Equations
- h.lift x = Quotient.liftOn' x f ⋯
Instances For
A periodic function f : R → X on a semiring (or, more generally, AddZeroClass)
of non-zero period is not injective.
Antiperiodicity #
If a function is antiperiodic with antiperiod c, then it is also Periodic with period
2 • c.
If a function is antiperiodic with antiperiod c, then it is also Periodic with period
2 * c.