Empirical measures and the Krylov–Bogolyubov theorem #
This module introduces orbit empirical measures for an iterated map. This allows us to prove the Krylov–Bogolyubov (or Krylov–Bogoliubov) theorem, which asserts the existence of invariant Borel probability measures for continuous dynamics on compact metrizable spaces.
Main definitions #
empiricalMeasure: an empirical measure forniterations of a mapfstarting at a pointx.
Main results #
exists_measurePreserving_probabilityMeasuregives an invariant probability measure for a continuous map on a compact Hausdorff space. This is the classical Krylov-Bogolyubov theorem.exists_measurePreserving_probabilityMeasure_of_compact_forwardInvariantgives an invariant probability measure defined over a (not necessarily compact) ambient space, supported on a compact, forward invariant subset.
TODO #
- When the
Measurablerequirement ofMeasurePreservingis relaxed,exists_measurePreserving_probabilityMeasure_of_compact_forwardInvariantcan be generalized.
An empirical measure is the Birkhoff average of the Dirac measures along an orbit starting from
x under the dynamics generated by f. This uses n + 1 iterations, to give a well-defined
probability measure for any n.
Equations
- MeasureTheory.empiricalMeasure f x n = birkhoffAverage NNReal f MeasureTheory.Measure.dirac (n + 1) x
Instances For
If, for a bounded continuous function g, the difference between the integrals of g ∘ f
and g tends to zero with respect to a filter of probability measures, then for a limit
measure μ, we have ∫ y, (g ∘ f) y ∂μ = ∫ y, g y ∂μ.
Krylov-Bogolyubov theorem: there exists a regular, invariant, Borel probability measure, for a continuous function on a nonempty, compact, Hausdorff space.
Krylov-Bogolyubov theorem for forward invariant compact sets.