Theorems · Theorem · dynamical systems
MeasureTheory.Conservative.frequently_ae_mem_and_frequently_image_mem
∀ {α : Type u_1} [inst : MeasurableSpace α] {f : α → α} {s : Set α} {μ : MeasureTheory.Measure α},
MeasureTheory.Conservative f μ →
MeasureTheory.NullMeasurableSet s μ → μ s ≠ 0 → ∃ᵐ (x : α) ∂μ, x ∈ s ∧ ∃ᶠ (n : ℕ) in Filter.atTop, f^[n] x ∈ sIf f is a conservative self-map and s is a measurable set of positive measure, then
ae μ-frequently we have x ∈ s and s returns to s under infinitely many iterations of f.
- Defined in
- Mathlib.Dynamics.Ergodic.Conservative
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Filter.atTopstatement and proof · cited by 2,405
- MeasureTheory.aestatement · cited by 2,352
- Nat.iteratestatement and proof · cited by 740
- Filter.Frequentlystatement and proof · cited by 414
- MeasureTheory.NullMeasurableSetstatement and proof · cited by 337
- Filter.Frequently.monoproof · cited by 64
- Filter.Frequently.and_eventuallyproof · cited by 49
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Conservative.iterateproof · cited by 0