Kingman means identification #
For an integrable subadditive cocycle g over an ergodic measure-preserving system, Kingman's
theorem (Oseledets.tendsto_kingman_ergodic) provides a constant c to which (n : ℝ)⁻¹ • gₙ
converges μ-a.e.; the file Oseledets.Ergodic.Kingman deliberately leaves the value of c
unidentified.
This module identifies that constant with the limit of the normalized integral means
(∫ g (n+1)) / (n+1), which exists by Fekete's lemma applied to the subadditive sequence
n ↦ ∫ gₙ.
Main statements #
Oseledets.tendsto_kingman_ergodic_means: there is a single constantcthat is both the limit of the integral means(∫ g (n+1)) / (n+1)and theμ-a.e. limit of the normalized cocycle(n : ℝ)⁻¹ • gₙ.
Implementation notes #
The two halves c ≤ L and c ≥ L of the identification c = L := lim (∫ gₙ)/n are proved
separately.
c ≤ L: iterate subadditivity in blocks of lengthn, dividing bym·nand lettingm → ∞. The left-hand side converges along the multiples ofnto the a.e. Kingman limitc, while the right-hand side is theT^[n]-Birkhoff average of(1/n) gₙwhose pointwise limit integrates to(1/n) ∫ gₙ. Integrating the pointwise inequality and lettingn → ∞givesc ≤ L.c ≥ L: a single Fatou pass on the nonnegative defectbirkhoffAverage T (g 1) (n+1) − cdiv g n(nonnegative by singleton subadditivity). Its a.e. limit is the constant∫ g 1 − c, while its integral tends to∫ g 1 − L; Fatou yields∫ g 1 − c ≤ ∫ g 1 − L, i.e.c ≥ L.
Fekete: convergence of the integral means #
The lower bound c ≤ L via block subadditivity #
The upper bound c ≥ L via Fatou on the nonnegative defect #
The means identification #
Kingman means identification. Under the hypotheses of tendsto_kingman_ergodic, there is
a single constant c that is both the limit of the integral means (∫ g (n+1)) / (n+1) and
the μ-a.e. limit of the normalized cocycle (n : ℝ)⁻¹ • gₙ.