Documentation

Exchangeability.DeFinetti.ViaL2.WindowMachinery

Window Machinery for Cesàro Averages #

This file defines finite windows of consecutive indices used to express Cesàro averages in the ViaL2 proof of de Finetti's theorem.

Main definitions #

Main results #

References #

Finite window of consecutive indices.

The window {n+1, n+2, ..., n+k} represented as a Finset. Used to express Cesàro averages: (1/k) * ∑_{i ∈ window n k} f(X_i).

Equations
Instances For

    The window contains exactly k elements.

    theorem Exchangeability.DeFinetti.ViaL2.mem_window_iff {n k t : } :
    t window n k i < k, t = n + i + 1

    Characterization of window membership.

    theorem Exchangeability.DeFinetti.ViaL2.sum_window_eq_sum_fin {β : Type u_1} [AddCommMonoid β] (n k : ) (g : β) :
    twindow n k, g t = i : Fin k, g (n + i + 1)

    Sum over a window of length k can be reindexed as a sum over Fin k.