Periodicity #
In this file we define and then prove facts about periodic and antiperiodic functions.
Main definitions #
-
function.periodic: A functionfis periodic if∀ x, f (x + c) = f x.fis referred to as periodic with periodcorc-periodic. -
function.antiperiodic: A functionfis antiperiodic if∀ x, f (x + c) = -f x.fis referred to as antiperiodic with antiperiodcorc-antiperiodic.
Note that any c-antiperiodic function will necessarily also be 2*c-periodic.
Tags #
period, periodic, periodicity, antiperiodic
Periodicity #
A function f is said to be periodic with period c if for all x, f (x + c) = f x.
Equations
- function.periodic f c = ∀ (x : α), f (x + c) = f x
If a function f is periodic with positive period c, then for all x there exists some
y ∈ Ico 0 c such that f x = f y.
If a function f is periodic with positive period c, then for all x there exists some
y ∈ Ico a (a + c) such that f x = f y.
If a function f is periodic with positive period c, then for all x there exists some
y ∈ Ioc a (a + c) such that f x = f y.
Lift a periodic function to a function from the quotient group.
Equations
- h.lift x = quotient.lift_on' x f _
Antiperiodicity #
A function f is said to be antiperiodic with antiperiod c if for all x,
f (x + c) = -f x.
Equations
- function.antiperiodic f c = ∀ (x : α), f (x + c) = -f x
If a function is antiperiodic with antiperiod c, then it is also periodic with period
2 * c.