Documentation

MIPRE.Background.Repetition.CommutingRepetition.OTQCS.Bands

Retained bins as a band family #

noncomputable def CommutingRepetition.binLo (r θ L : ) :

Lowest retained bin index: the bin containing L.

Equations
Instances For
    noncomputable def CommutingRepetition.binHi (r θ H : ) :

    Highest retained bin index: the bin containing H.

    Equations
    Instances For
      noncomputable def CommutingRepetition.binCount (r θ L H : ) :

      Number of retained bins (those meeting the window [L, H]).

      Equations
      Instances For
        noncomputable def CommutingRepetition.retainedBin (r θ L H : ) (k : Fin (binCount r θ L H)) :

        The k-th retained bin I_j^θ ∩ [L, H], j = binLo + k (06_otqcs.tex, eq N1-Z "the finite retained bin set").

        Equations
        Instances For
          noncomputable def CommutingRepetition.retainedVal (r θ L H : ) (k : Fin (binCount r θ L H)) :

          Its band value: the upper endpoint t_j^θ = r^(j+1+θ) (eq shifted-bins).

          Equations
          Instances For
            theorem CommutingRepetition.binIdx_mono {r θ : } (hr : 1 < r) {a b : } (ha : 0 < a) (hab : a b) :
            binIdx r θ a binIdx r θ b
            theorem CommutingRepetition.binIdx_mem_range {r θ L H : } (hr : 1 < r) (hL : 0 < L) {a : } (ha : a Set.Icc L H) :
            binLo r θ L binIdx r θ a binIdx r θ a binHi r θ H
            noncomputable def CommutingRepetition.retainedIdx {r θ L H : } (hr : 1 < r) (hL : 0 < L) {a : } (ha : a Set.Icc L H) :
            Fin (binCount r θ L H)

            The retained index of a point of the window.

            Equations
            Instances For
              theorem CommutingRepetition.retainedIdx_spec {r θ L H : } (hr : 1 < r) (hL : 0 < L) {a : } (ha : a Set.Icc L H) :
              binLo r θ L + (retainedIdx hr hL ha) = binIdx r θ a
              theorem CommutingRepetition.roundSq_eq_sum_retained {r θ L H : } (hr : 1 < r) (hL : 0 < L) (a : ) :
              roundSq r θ L H a = k : Fin (binCount r θ L H), retainedVal r θ L H k ^ 2 * (retainedBin r θ L H k).indicator 1 a

              The retained rounded square regroups over the retained bins: roundSq a = ∑_k t_k² 1_{B_k}(a) (eq abcGamma, finite retained-bin form).

              theorem CommutingRepetition.jointRoundSq_eq_sum_retained {r θ L H : } (hr : 1 < r) (hL : 0 < L) (a b : ) :
              jointRoundSq r θ L H a b = k : Fin (binCount r θ L H), retainedVal r θ L H k ^ 2 * (retainedBin r θ L H k ×ˢ retainedBin r θ L H k).indicator 1 (a, b)

              The same-bin joint rounded square regroups over the retained bins: jointRoundSq a b = ∑_k t_k² 1_{B_k × B_k}(a, b).

              theorem CommutingRepetition.isBandFamily_retained {r θ L H : } (hr : 1 < r) (hL : 0 < L) :
              IsBandFamily (retainedBin r θ L H) (retainedVal r θ L H)

              The retained bins form a band family.

              theorem CommutingRepetition.retainedBin_subset {r θ L H : } (hr : 1 < r) (hL : 0 < L) (k : Fin (binCount r θ L H)) :
              retainedBin r θ L H kSet.Icc (retainedVal r θ L H k / r) (retainedVal r θ L H k)

              Each retained bin sits inside [t_k / r, t_k] (the shifted-bin geometry, as consumed by selSharp_round).

              theorem CommutingRepetition.iUnion_retainedBin {r θ L H : } (hr : 1 < r) (hL : 0 < L) :
              ⋃ (k : Fin (binCount r θ L H)), retainedBin r θ L H k = Set.Icc L H

              The retained bins cover exactly the window [L, H].

              theorem CommutingRepetition.binCount_pos {r θ L H : } (hr : 1 < r) (hL : 0 < L) (hLH : L H) :
              0 < binCount r θ L H

              A nondegenerate window retains at least one bin.

              The grid functionals as band sums #

              theorem CommutingRepetition.gridA_eq_sum_retained {r θ L H : } (hr : 1 < r) (hL : 0 < L) (ν : MeasureTheory.Measure ( × )) [MeasureTheory.IsProbabilityMeasure ν] :
              gridA ν r θ L H = k : Fin (binCount r θ L H), retainedVal r θ L H k ^ 2 * ((MeasureTheory.Measure.map Prod.fst ν) (retainedBin r θ L H k)).toReal
              theorem CommutingRepetition.gridB_eq_sum_retained {r θ L H : } (hr : 1 < r) (hL : 0 < L) (ν : MeasureTheory.Measure ( × )) [MeasureTheory.IsProbabilityMeasure ν] :
              gridB ν r θ L H = k : Fin (binCount r θ L H), retainedVal r θ L H k ^ 2 * ((MeasureTheory.Measure.map Prod.snd ν) (retainedBin r θ L H k)).toReal
              theorem CommutingRepetition.gridC_eq_sum_retained {r θ L H : } (hr : 1 < r) (hL : 0 < L) (ν : MeasureTheory.Measure ( × )) [MeasureTheory.IsProbabilityMeasure ν] :
              gridC ν r θ L H = k : Fin (binCount r θ L H), retainedVal r θ L H k ^ 2 * (ν (retainedBin r θ L H k ×ˢ retainedBin r θ L H k)).toReal

              Band-mass inequalities (eq c-min and a + b − c ≤ Z) #

              Per bin: μ_A(B) + μ_B(B) − ν(B×B) = ν((B×ℝ) ∪ (ℝ×B)) ≤ 1.

              theorem CommutingRepetition.bandCross_nonneg {N : StdTracialAlgebra} {S : Type v} {T : Type w} {x : SN.H} {y : TN.H} (F : ModulusFamily N x y) {m : } (B : Fin mSet ) (t : Fin m) (s : S) (t' : T) :
              0 bandCross F B t s t'
              theorem CommutingRepetition.bandCross_le_bandMassA {N : StdTracialAlgebra} {S : Type v} {T : Type w} {x : SN.H} {y : TN.H} (F : ModulusFamily N x y) {m : } (B : Fin mSet ) (t : Fin m) (hB : IsBandFamily B t) (s : S) (t' : T) :
              bandCross F B t s t' bandMassA F B t s
              theorem CommutingRepetition.bandCross_le_bandMassB {N : StdTracialAlgebra} {S : Type v} {T : Type w} {x : SN.H} {y : TN.H} (F : ModulusFamily N x y) {m : } (B : Fin mSet ) (t : Fin m) (hB : IsBandFamily B t) (s : S) (t' : T) :
              bandCross F B t s t' bandMassB F B t t'
              theorem CommutingRepetition.bandMassA_le_bandZ {N : StdTracialAlgebra} {S : Type v} {T : Type w} {x : SN.H} {y : TN.H} (F : ModulusFamily N x y) {m : } (B : Fin mSet ) (t : Fin m) (s : S) :
              bandMassA F B t s bandZ t
              theorem CommutingRepetition.bandMassB_le_bandZ {N : StdTracialAlgebra} {S : Type v} {T : Type w} {x : SN.H} {y : TN.H} (F : ModulusFamily N x y) {m : } (B : Fin mSet ) (t : Fin m) (t' : T) :
              bandMassB F B t t' bandZ t
              theorem CommutingRepetition.bandMass_add_sub_cross_le_bandZ {N : StdTracialAlgebra} {S : Type v} {T : Type w} {x : SN.H} {y : TN.H} (F : ModulusFamily N x y) {m : } (B : Fin mSet ) (t : Fin m) (hB : IsBandFamily B t) (s : S) (t' : T) :
              bandMassA F B t s + bandMassB F B t t' - bandCross F B t s t' bandZ t

              a_s + b_t − c_{st} ≤ Z (the per-trial progress is a probability).

              theorem CommutingRepetition.bandZ_pos_of_pos {m : } (hm : 0 < m) {t : Fin m} (ht : ∀ (j : Fin m), 0 < t j) :
              0 < bandZ t

              Z = ∑ t_j² > 0 for a nonempty band family with positive values.

              Second-moment facts for the spectral distributions #

              theorem CommutingRepetition.setIntegral_sq_Icc_ge (μ : MeasureTheory.Measure ) [MeasureTheory.IsProbabilityMeasure μ] (hnn : μ (Set.Iio 0) = 0) (h1 : (b : ), b ^ 2 μ = 1) {L H ρ : } (hL : 0 < L) (hLH : L < H) (htail : (b : ) in Set.Ioi H, b ^ 2 μ ρ) :
              1 - ρ - L ^ 2 (b : ) in Set.Icc L H, b ^ 2 μ

              The retained-window second moment of a spectral distribution supported on [0, ∞) with unit second moment and high tail at most ρ is at least 1 − ρ − L² (06_otqcs.tex, eq rounding-tails: the omitted region is the low window [0, L) of mass at most and the high tail).

              theorem CommutingRepetition.exists_tail_cutoff {ι : Type u_1} [Fintype ι] (μ : ιMeasureTheory.Measure ) [∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)] (hint : ∀ (i : ι), MeasureTheory.Integrable (fun (b : ) => b ^ 2) (μ i)) {ρ : } ( : 0 < ρ) (L : ) :
              ∃ (H : ), L < H ∀ (i : ι), (b : ) in Set.Ioi H, b ^ 2 μ i ρ

              One finite cutoff H > L makes every high squared tail of a finite family of probability measures with finite second moment at most ρ (06_otqcs.tex, "for each ρ > 0 one finite H makes the two high-tail bounds hold for every member").