Documentation

MIPRE.Background.Repetition.CommutingRepetition.Resolver.EntropicBudget

theorem CommutingRepetition.Resolver.telescope {n : } (f : Fin (n + 1)) :
s : Fin n, (f s.castSucc - f s.succ) = f 0 - f (Fin.last n)

Telescoping over Fin n.

theorem CommutingRepetition.Resolver.entropy_budget {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {I : Type} [Fintype I] [DecidableEq I] (Fs : IA) (hF0 : ∀ (i : I), 0 Fs i) (hF1 : ∀ (i : I), Fs i 1) (ω : A →ₗ[] ) (hmono : ∀ {a b : A}, a bω a ω b) (hm1 : ω 1 1) {V : Type u_2} [NormedAddCommGroup V] (Φ : IV) (hinc : ∀ (i i' : I), Φ i - Φ i' ^ 2 = ω (kern (Fs i) (Fs i) - kern (Fs i) (Fs i') - kern (Fs i') (Fs i) + kern (Fs i') (Fs i'))) {steps : } {Ω : Type} [Fintype Ω] (law : Ω) (hlaw : ∀ (ω : Ω), 0 law ω) (hsum : ω : Ω, law ω = 1) (idx : Fin (steps + 1)ΩI) (hidx0 : ∀ (ω ω' : Ω), idx 0 ω = idx 0 ω') (htower : ∀ (s : Fin steps) (i : I), ω : Ω, (if idx s.castSucc ω = i then law ω else 0) Fs (idx s.succ ω) = (∑ ω : Ω, if idx s.castSucc ω = i then law ω else 0) Fs i) (ω₀ : Ω) :
s : Fin steps, ω : Ω, law ω * Φ (idx s.succ ω) - Φ (idx s.castSucc ω) ^ 2 (ω (Fs (idx 0 ω₀))).negMulLog

The telescoped entropy budget.