Documentation

Oseledets.Entropy.CondKSEntropySystem

Relative Kolmogorov–Sinai entropy of a measure-preserving system #

Building on the partition-relative entropy condKsEntropyPartition hm hT hinv P = h(α, T | 𝒜) from Oseledets.Entropy.CondKSEntropy, this file defines the relative Kolmogorov–Sinai entropy of the system itself, h(T | 𝒜) = sup_α h(α, T | 𝒜), the supremum of the partition-relative conditional entropies over all finite measurable partitions α. This is the conditional mirror of Oseledets.Entropy.KSEntropySystem.

The one-sided forward-invariance hypothesis on T (comap T 𝒜 ≤ 𝒜) is a fixed parameter of the definition; the supremum ranges over Fin n-indexed partitions for every n : ℕ. As in the absolute case, the supremum may be infinite, so it is valued in EReal.

Main definitions #

Main results #

References #

noncomputable def Oseledets.Entropy.condKsEntropy {α : Type u_1} {𝒜 : MeasurableSpace α} [ : MeasurableSpace α] [StandardBorelSpace α] {μ : MeasureTheory.Measure α} [MeasureTheory.IsProbabilityMeasure μ] {T : αα} (hm : 𝒜 ) (hT : MeasureTheory.MeasurePreserving T μ μ) (hinv : MeasurableSpace.comap T 𝒜 𝒜) :

The relative Kolmogorov–Sinai entropy of the system h(T | 𝒜): the supremum, taken in EReal, of the partition-relative conditional entropies h(α, T | 𝒜) = condKsEntropyPartition hm hT hinv P over all finite measurable partitions α. The one-sided forward-invariance hypothesis comap T 𝒜 ≤ 𝒜 on T is a fixed parameter; the supremum ranges over Fin n-indexed partitions for every n : ℕ. Valuing it in the complete lattice EReal makes it total even when the entropy is unbounded (+∞).

Equations
Instances For
    theorem Oseledets.Entropy.le_condKsEntropy {α : Type u_1} {𝒜 : MeasurableSpace α} [ : MeasurableSpace α] [StandardBorelSpace α] {μ : MeasureTheory.Measure α} [MeasureTheory.IsProbabilityMeasure μ] {T : αα} (hm : 𝒜 ) (hT : MeasureTheory.MeasurePreserving T μ μ) (hinv : MeasurableSpace.comap T 𝒜 𝒜) {n : } (P : MeasurePartition μ (Fin n)) :
    (condKsEntropyPartition hm hT hinv P) condKsEntropy hm hT hinv

    Every partition-relative conditional Kolmogorov–Sinai entropy h(α, T | 𝒜) is bounded above by the relative entropy of the system h(T | 𝒜): the defining supremum dominates each of its terms (le_iSup applied to the outer n-indexed and the inner partition-indexed suprema).

    theorem Oseledets.Entropy.condKsEntropy_nonneg {α : Type u_1} {𝒜 : MeasurableSpace α} [ : MeasurableSpace α] [StandardBorelSpace α] {μ : MeasureTheory.Measure α} [MeasureTheory.IsProbabilityMeasure μ] {T : αα} (hm : 𝒜 ) (hT : MeasureTheory.MeasurePreserving T μ μ) (hinv : MeasurableSpace.comap T 𝒜 𝒜) :
    0 condKsEntropy hm hT hinv

    Nonnegativity of the relative Kolmogorov–Sinai entropy of the system: 0 ≤ h(T | 𝒜). The trivial one-cell partition trivialPartition μ has nonnegative partition-relative conditional entropy (condKsEntropyPartition_nonneg), and that entropy is below h(T | 𝒜) by le_condKsEntropy; chaining the two EReal inequalities (and EReal.coe_nonneg to lift the nonnegativity to EReal) gives the claim.

    The relative entropy of the system at recovers the absolute entropy: h(T | ⊥) = h(T). Termwise inside the double supremum, each partition-relative conditional entropy h(α, T | ⊥) equals the absolute h(α, T) by condKsEntropyPartition_bot; the two EReal-valued suprema therefore coincide. The one-sided forward-invariance hypothesis is discharged internally for via MeasurableSpace.comap_bot.