6.2. Concrete examples
Mathlib contains proofs that certain maps are ergodic. Here are two examples of maps
on the circle \mathbb{R} / \mathbb{Z} (with its Haar measure):
-
Given given a natural number
n > 1, the mapx ↦ nxis ergodic. This appears in Mathlib asAddCircle.ergodic_nsmul. -
Given a point
a, the mapx ↦ x + ais ergodic iffais has infinite order (i.e., is irrational). This appears in Mathlib asAddCircle.ergodic_add_right.