Documentation

Oseledets.Continuous.ReturnTimeTopExponent

The concrete top-exponent return-time transfer #

Oseledets.returnTime_tendsto_exponent (in Oseledets.Continuous.ReturnTimeExponent) transfers any base log-norm growth rate lam through the suspension roof to the return-time exponent lam / ∫ τ, but it takes the base growth rate as a hypothesis hgrow. This module discharges that hypothesis with the genuine top Lyapunov exponent supplied by the multiplicative ergodic theorem.

The base growth rate is produced by Oseledets.IsOseledetsFiltration.tendsto_log_opNorm_cocycle (Oseledets.Lyapunov.Extensions.Corollaries), which states that, for an Oseledets filtration datum (k, lam, V) of an invertible cocycle, the operator-norm growth rate n⁻¹ · log ‖A⁽ⁿ⁾(x)‖ converges μ-a.e. to the top exponent lam ⟨0, hk⟩. Feeding this into returnTime_tendsto_exponent (with the roof average from Oseledets.tendsto_roofAverage_ae and ∫ τ ≠ 0 from Oseledets.integral_roof_pos) yields the concrete identity

log ‖A⁽ⁿ⁾(x)‖ / roofSum n x → lam ⟨0, hk⟩ / ∫ τ (μ-a.e.).

Main results #

theorem Oseledets.IsOseledetsFiltration.returnTime_tendsto_topExponent {X : Type u_1} [MeasurableSpace X] {d : } {A : XMatrix (Fin d) (Fin d) } {k : } {lam : Fin k} {V : Fin (k + 1)XSubmodule (EuclideanSpace (Fin d))} {μ : MeasureTheory.Measure X} [MeasureTheory.IsProbabilityMeasure μ] (T : X ≃ᵐ X) (hT : Ergodic (⇑T) μ) (hA : ∀ (x : X), (A x).det 0) (hV : IsOseledetsFiltration μ (⇑T) A k lam V) (hk : 0 < k) {τ : X} ( : Measurable τ) (hτint : MeasureTheory.Integrable τ μ) {c : } (hc : ∀ (x : X), c τ x) (hcpos : 0 < c) :
∀ᵐ (x : X) μ, Filter.Tendsto (fun (n : ) => Real.log cocycle A (⇑T) n x / roofSum T (↑n) x) Filter.atTop (nhds (lam 0, hk / (y : X), τ y μ))

Concrete top-exponent return-time transfer. Let T : X ≃ᵐ X be ergodic for a probability measure μ, let A be an invertible base cocycle generator ((A x).det ≠ 0) carrying an Oseledets filtration datum (k, lam, V) with 0 < k, and let τ be a measurable integrable roof with a uniform positive lower bound 0 < c ≤ τ. Then the base cocycle log-norm, rescaled by the return time roofSum n x (the suspension time after n base steps), converges μ-a.e. to lam ⟨0, hk⟩ / ∫ τ, the top Lyapunov exponent divided by the mean roof.

The proof discharges the base-growth hypothesis of returnTime_tendsto_exponent with the MET top-exponent limit IsOseledetsFiltration.tendsto_log_opNorm_cocycle, supplies the roof average via tendsto_roofAverage_ae, and obtains ∫ τ ≠ 0 from integral_roof_pos.