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 #
Oseledets.measurableSet_coverCocycle_exponent: the full-time cover-cocycle exponent set{x | log ‖coverCocycle (x, 0) t‖ / t → L}is measurable (underMeasurable A, measurable roofτ, and a bounded roofc ≤ τ ≤ C).
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).