Bin index of a on the shifted logarithmic grid with ratio r and
shift θ: for 1 < r and 0 < a, binIdx r θ a = j exactly when
a ∈ I_j^θ = [r^(j+θ), r^(j+1+θ)). Junk value at a ≤ 0 (the log is
junk there), harmless: every consumer guards by the retained window
[L, H] with 0 < L. [06_otqcs.tex, eq shifted-bins]
Instances For
The upper endpoint t_j^θ = r^(j+1+θ) of the shifted bin containing
a — the upward-rounded value of a (real exponent, Real.rpow).
[06_otqcs.tex, eq shifted-bins]
Equations
- CommutingRepetition.roundVal r θ a = r ^ (↑(CommutingRepetition.binIdx r θ a) + 1 + θ)
Instances For
Retained rounded square: the integrand realizing a_θ(h) (and
b_θ(k)) against the spectral distribution — (t_j^θ)² on the bin of
a when a lies in the retained window [L, H], zero otherwise, so
that ∑_j (t_j^θ)² τ(1_{I_j^θ ∩ [L,H]}(h)) = ∫ roundSq r θ L H a dμ(a).
[06_otqcs.tex, eq abcGamma, first two lines]
Equations
- CommutingRepetition.roundSq r θ L H a = if a ∈ Set.Icc L H then CommutingRepetition.roundVal r θ a ^ 2 else 0
Instances For
Same-bin retained joint rounded square: the integrand realizing
c_θ(h,k) against the joint spectral measure — (t_j^θ)² when both
coordinates land in the same shifted bin and both are retained, zero
otherwise. [06_otqcs.tex, eq abcGamma, third line]
Equations
- One or more equations did not get rendered due to their size.
Instances For
a_θ of eq abcGamma, read through the coupling: the retained
rounded squared mass of the first coordinate.
Equations
- CommutingRepetition.gridA ν r θ L H = ∫ (p : ℝ × ℝ), CommutingRepetition.roundSq r θ L H p.1 ∂ν
Instances For
b_θ of eq abcGamma: the retained rounded squared mass of the
second coordinate.
Equations
- CommutingRepetition.gridB ν r θ L H = ∫ (p : ℝ × ℝ), CommutingRepetition.roundSq r θ L H p.2 ∂ν
Instances For
c_θ of eq abcGamma: the same-bin retained joint rounded mass.
Equations
- CommutingRepetition.gridC ν r θ L H = ∫ (p : ℝ × ℝ), CommutingRepetition.jointRoundSq r θ L H p.1 p.2 ∂ν
Instances For
Γ_θ = a_θ + b_θ − 2 c_θ of eq abcGamma: the grid disagreement
functional.
Equations
- CommutingRepetition.gridGamma ν r θ L H = CommutingRepetition.gridA ν r θ L H + CommutingRepetition.gridB ν r θ L H - 2 * CommutingRepetition.gridC ν r θ L H
Instances For
Bin geometry (proof layer) #
The joint rounded square is dominated by each slot's rounded
square (roundVal factors through binIdx).
Measurability (proof layer) #
Any function out of the (discrete) bin index is measurable, so any real function factoring through it is.
Integrability and the fixed-shift mass bounds (proof layer) #
Lower half of eq ab-mass for the first coordinate.
Lower half of eq ab-mass for the second coordinate.
The separation probability (proof layer; eq #
separation-probability via a two-interval cover)
A uniformly shifted unit grid separates two reals with probability
at most twice their distance (eq separation-probability, weakened by a
factor of 2 — absorbed by the universal constant): every separating
shift lies in one of two translates of Ioc u v.
The pointwise θ-averaged disagreement bound (proof layer) #
The disagreement integrand.
Equations
- CommutingRepetition.gridF r θ L H a b = CommutingRepetition.roundSq r θ L H a + CommutingRepetition.roundSq r θ L H b - 2 * CommutingRepetition.jointRoundSq r θ L H a b
Instances For
The scalar majorant and the θ-averaged bound (proof layer) #
The scalar majorant of the θ-averaged disagreement integrand.