Ergodic maps and measures #
Let f : α → α be measure preserving with respect to a measure μ. We say f is ergodic with
respect to μ (or μ is ergodic with respect to f) if the only null-measurable sets s that
are almost invariant (i.e. f ⁻¹' s =ᵐ[μ] s) are either almost empty or full.
In this file we define ergodic maps / measures together with quasi-ergodic maps / measures and provide some basic API. Quasi-ergodicity is a weaker condition than ergodicity for which the measure preserving condition is relaxed to quasi-measure-preserving.
Main definitions #
PreErgodic: the ergodicity condition without the measure-preserving condition. This exists to share code between theErgodicandQuasiErgodicdefinitions.Ergodic: the definition of ergodic maps / measures.QuasiErgodic: the definition of quasi-ergodic maps / measures.Ergodic.quasiErgodic: an ergodic map / measure is quasi-ergodic.PreErgodic.of_preimage_eq: to prove pre-ergodicity of a quasi-measure-preserving map, it suffices to check the ergodicity condition on strictly invariant measurable sets.
A map f : α → α is said to be pre-ergodic with respect to a measure μ if any
null-measurable almost invariant set is either almost empty or full.
- aeconst_set ⦃s : Set α⦄ : MeasureTheory.NullMeasurableSet s μ → f ⁻¹' s =ᵐ[μ] s → Filter.EventuallyEmptyOrUniv s (MeasureTheory.ae μ)
Instances For
A map f : α → α is said to be ergodic with respect to a measure μ if it is measure
preserving and pre-ergodic.
- measurable : Measurable f
- aeconst_set ⦃s : Set α⦄ : MeasureTheory.NullMeasurableSet s μ → f ⁻¹' s =ᵐ[μ] s → Filter.EventuallyEmptyOrUniv s (MeasureTheory.ae μ)
Instances For
A map f : α → α is said to be quasi-ergodic with respect to a measure μ if it is
quasi-measure-preserving and pre-ergodic.
- measurable : Measurable f
- absolutelyContinuous : (map f μ).AbsolutelyContinuous μ
- aeconst_set ⦃s : Set α⦄ : MeasureTheory.NullMeasurableSet s μ → f ⁻¹' s =ᵐ[μ] s → Filter.EventuallyEmptyOrUniv s (MeasureTheory.ae μ)
Instances For
To prove that a quasi-measure-preserving f is pre-ergodic, it suffices to check the ergodicity
condition on strictly invariant measurable sets.
To prove that a quasi-measure-preserving f is ergodic, it suffices to check the ergodicity
condition on strictly invariant measurable sets.
To prove that a quasi-measure-preserving f is quasi-ergodic, it suffices to check the
ergodicity condition on strictly invariant measurable sets.
On a probability space, the (pre)ergodicity condition is a zero-one law.
For a quasi-ergodic map, sets that are almost invariant (rather than strictly invariant) are still either almost empty or full.
For a quasi-ergodic map, sets that are almost invariant (rather than strictly invariant) are still either almost empty or full.
An ergodic map is quasi-ergodic.
See also Ergodic.ae_empty_or_univ_of_image_ae_le.
If a measurable equivalence is ergodic, then so is the inverse map.