Documentation

Oseledets.Continuous.SuspensionExponentSetMeasurable

Measurability of the full-time special-flow exponent set #

This module discharges the last explicit measurability hypothesis of the unconditional space-level special-flow exponent (hPmeas): for a fixed value L, under a bounded roof c ≤ τ ≤ C, the set of base points carrying the full-time cover-cocycle growth rate L,

{x | Real.log ‖coverCocycle A T hτ hc hcpos (x, 0) t‖ / t → L as t → ∞},

is measurable. The cover cocycle has no in-library measurability-in-x lemma, so this cannot be attacked directly. Instead the set is first rewritten — pointwise in x — as the discrete return-time exponent set (coverCocycle_exponent_set_eq, the between-returns squeeze of Oseledets.Continuous.SuspensionExponentSetEquiv), whose convergence is of an -indexed sequence of measurable functions and hence measurable by MeasureTheory.measurableSet_tendsto, with the per-index measurability supplied by measurable_logNorm_div_returnTime (Oseledets.Continuous.SuspensionReturnTimeMeasurable).

Main results #

theorem Oseledets.measurableSet_coverCocycle_exponent {X : Type u_1} [MeasurableSpace X] {d : } {A : XMatrix (Fin d) (Fin d) } (hA : Measurable A) (T : X ≃ᵐ X) {τ : X} ( : Measurable τ) {c C : } (hc : ∀ (x : X), c τ x) (hcpos : 0 < c) (hC : ∀ (x : X), τ x C) (L : ) :
MeasurableSet {x : X | Filter.Tendsto (fun (t : ) => Real.log coverCocycle A T hc hcpos (x, 0) t / t) Filter.atTop (nhds L)}

Measurability of the full-time cover-cocycle exponent set. For a fixed value L, the set of base points x whose full-time cover-cocycle log-norm rescaled by t tends to L as the real t → ∞ is measurable. The cover cocycle carries no direct measurability-in-x lemma; instead the set is rewritten as the discrete return-time exponent set (coverCocycle_exponent_set_eq, the between-returns squeeze) and that set is measurable by MeasureTheory.measurableSet_tendsto applied to the -indexed sequence of measurable functions x ↦ Real.log ‖cocycle A (⇑T) n x‖ / returnTime T hτ n x (measurable_logNorm_div_returnTime).