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 #
Oseledets.IsOseledetsFiltration.returnTime_tendsto_topExponent: the concrete top-exponent return-time transfer, with the base-growth hypothesis ofreturnTime_tendsto_exponentdischarged by the MET top-exponent limittendsto_log_opNorm_cocycle.
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.