Definition

The period of state is defined as:

The GCD of all steps at which it is possible to return to state .

  • Periodic: period — returns are confined to multiples of
  • Aperiodic: period — no such rhythm, can return at irregular times

Example

Periodic State (d=2)

A swing at the highest point on the right side:

  • If at highest point now (Step 0), must swing down→left→back→right
  • Can only be at that state at Step 2, 4, 6, etc.
  • Period

Aperiodic State (d=1)

Checking phone for notifications:

  • Can return at Step 1, 5, 12, or any time
  • GCD of all possible return times is 1