Documentation

Oseledets.Entropy.AbramovRokhlinDefect

Reducing the Abramov–Rokhlin residual to a single Cesàro entropy-defect (B6a, issue #13) #

The partition-level Abramov–Rokhlin identity abramovRokhlin_partition_of_W3 (Oseledets.Entropy.AbramovRokhlinPartition) rests on a named hypothesis hW3, which identifies the Cesàro limit of the conditional cell-form sequence condCellSeq hT Q P n = condEntropyGivenPartition μ B_n A_n (with A_n = ⋁_{k<n}T⁻ᵏP, B_n = ⋁_{k<n}T⁻ᵏQ) with the relative Kolmogorov–Sinai entropy condKsEntropyPartition — the relative entropy of P against the fixed factor σ-algebra 𝒜.

This file performs a route-independent refactor: it reduces that hW3 hypothesis to a single, sharper analytic residual hdefect — a "Cesàro defect vanishes" statement — discharging all the surrounding plumbing sorry-free. The hard analytic core (that the defect's Cesàro average vanishes) is carried as the named hypothesis hdefect and is not proved here.

The defect #

Pass through the W2 bridge condEntropyGivenPartition_eq_condEntropy_generated, which rewrites the cell-form conditional entropy as the σ-algebra conditional entropy against the moving generated σ-algebra σ(B_n) = generatedSigmaAlgebra μ (ksJoin hT Q n): condCellSeq hT Q P n = condEntropy μ (σ(B_n)) A_n. The entropy defect at stage n is the gap between conditioning on this moving σ-algebra and on the fixed factor σ-algebra 𝒜: condEntropy μ (σ(B_n)) A_n − condKsEntropySeq 𝒜 hT P n = H(A_n | σ(B_n)) − H(A_n | 𝒜). The single residual hdefect asserts that the Cesàro average defect / n of this gap vanishes.

Main results #

References #

theorem Oseledets.Entropy.tendsto_condCellSeq_of_defect {α : Type u_1} {ι : Type u_2} {κ : Type u_3} {𝒜 : MeasurableSpace α} [ : MeasurableSpace α] [StandardBorelSpace α] {μ : MeasureTheory.Measure α} [MeasureTheory.IsProbabilityMeasure μ] {T : αα} [Fintype ι] [Fintype κ] (hm : 𝒜 ) (hT : MeasureTheory.MeasurePreserving T μ μ) (hinv : MeasurableSpace.comap T 𝒜 𝒜) (Q : MeasurePartition μ κ) (P : MeasurePartition μ ι) (hdefect : Filter.Tendsto (fun (n : ) => (condEntropy μ (generatedSigmaAlgebra μ (ksJoin hT Q n)) (ksJoin hT P n).cells - condKsEntropySeq 𝒜 hT P n) / n) Filter.atTop (nhds 0)) :
Filter.Tendsto (fun (n : ) => condCellSeq hT Q P n / n) Filter.atTop (nhds (condKsEntropyPartition hm hT hinv P))

The conditional cell-form sequence converges, from the vanishing-defect residual (i.e. hdefect ⟹ hW3). Suppose the Cesàro average of the entropy defect H(A_n | σ(B_n)) − H(A_n | 𝒜) = condEntropy μ (σ(B_n)) A_n − condKsEntropySeq 𝒜 hT P n — the gap between conditioning the P-join A_n = ⋁_{k<n}T⁻ᵏP on the moving generated σ-algebra σ(B_n) = generatedSigmaAlgebra μ (ksJoin hT Q n) versus the fixed factor σ-algebra 𝒜 — vanishes (hdefect). Then the Cesàro average of the conditional cell-form sequence converges to the relative Kolmogorov–Sinai entropy: (1/n) condCellSeq hT Q P n → condKsEntropyPartition hm hT hinv P.

The W2 bridge condEntropyGivenPartition_eq_condEntropy_generated identifies, for every n, the cell-form conditional entropy condCellSeq hT Q P n with the σ-algebra conditional entropy condEntropy μ (σ(B_n)) A_n. Splitting a/n = b/n + (a − b)/n writes condCellSeq / n as condKsEntropySeq / n plus defect / n; the first summand converges to condKsEntropyPartition by Fekete (tendsto_condKsEntropySeq), the second to 0 by hdefect.

theorem Oseledets.Entropy.abramovRokhlin_partition_of_defect {α : Type u_1} {ι : Type u_2} {κ : Type u_3} {𝒜 : MeasurableSpace α} [ : MeasurableSpace α] [StandardBorelSpace α] {μ : MeasureTheory.Measure α} [MeasureTheory.IsProbabilityMeasure μ] {T : αα} [Fintype ι] [Fintype κ] (hm : 𝒜 ) (hT : MeasureTheory.MeasurePreserving T μ μ) (hinv : MeasurableSpace.comap T 𝒜 𝒜) (Q : MeasurePartition μ κ) (P : MeasurePartition μ ι) (g : (n : ) → (Fin nι)Fin nκ) (hrefine : ∀ (n : ) (f : Fin nι), (ksJoin hT P n).cells f ≤ᵐ[μ] (ksJoin hT Q n).cells (g n f)) (hdefect : Filter.Tendsto (fun (n : ) => (condEntropy μ (generatedSigmaAlgebra μ (ksJoin hT Q n)) (ksJoin hT P n).cells - condKsEntropySeq 𝒜 hT P n) / n) Filter.atTop (nhds 0)) :

The Abramov–Rokhlin partition identity, modulo the single Cesàro entropy-defect residual. This is the sharpest reduction of the partition-level Abramov–Rokhlin identity. Given the per-n refinement of A_n = ⋁_{k<n}T⁻ᵏP over B_n = ⋁_{k<n}T⁻ᵏQ (each P-join cell is μ-a.e. inside a single Q-join cell, witnessed by g), the whole identity h(P, T) = h(Q, T) + h(P, T | 𝒜) now rests on the single analytic residual hdefect: that the Cesàro average of the entropy defect H(A_n | σ(B_n)) − H(A_n | 𝒜) vanishes — i.e. that the gap between conditioning on the moving generated σ-algebra σ(B_n) = generatedSigmaAlgebra μ (ksJoin hT Q n) (the σ-algebra catching up as n → ∞) and the fixed factor σ-algebra 𝒜 washes out in the Cesàro average. Everything else is discharged sorry-free: tendsto_condCellSeq_of_defect turns hdefect into the hW3 limit-identity through the W2 bridge, and abramovRokhlin_partition_of_W3 then assembles the identity from the per-n refinement and the two Fekete convergences.

See Einsiedler–Lindenstrauss–Ward, Entropy in Ergodic Theory and Topological Dynamics, Ch. 2 (cf. Prop. 2.19, the future formula), and Walters, GTM 79, §4.5.