Mathlib Map

Theorems · Theorem · dynamical systems

ergodic_smul_of_denseRange_pow

∀ {X : Type u_2} [inst : TopologicalSpace X] [R1Space X] [inst_2 : MeasurableSpace X] [BorelSpace X] {M : Type u_3}
  [inst_4 : Monoid M] [inst_5 : TopologicalSpace M] [inst_6 : MulAction M X] [ContinuousSMul M X] {g : M},
  (DenseRange fun x => g ^ x) →
    ∀ (μ : MeasureTheory.Measure X) [MeasureTheory.IsFiniteMeasure μ] [μ.InnerRegular] [ErgodicSMul M X μ],
      Ergodic (fun x => g • x) μ

If a monoid M continuously acts on an R₁ topological space X, g is an element of M such that its natural powers are dense in M, and μ is a finite inner regular measure on X which is ergodic with respect to the action of M, then the scalar multiplication by g is an ergodic map.

Defined in
Mathlib.Dynamics.Ergodic.Action.OfMinimal
Cited by
1 results in Mathlib
Foundations
Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceR1SpaceMeasurableSpaceBorelSpaceMonoidTopologicalSpaceMulActionContinuousSMulMeasureTheory.IsFiniteMeasureMeasureTheory.Measure.InnerRegularErgodicSMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites25

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.