Alice's band mass a = ∑_j t_j² μ_A(B_j) for one pair of packages
(the bandMassA of OTQCS/Trial.lean, without the family wrapper).
Instances For
Bob's band mass b = ∑_j t_j² μ_B(B_j).
Instances For
The joint band mass c = ∑_j t_j² ν(B_j × B_j).
Equations
Instances For
The unnormalized selected word
w_{st} = ∑_j t_j p_j(h_s) p_j(k_t) v_t — an algebra element
(06_otqcs.tex, eq wst).
Equations
Instances For
The selected vector ι(w_{st}) ∈ L² (06_otqcs.tex, eq wst).
Equations
- CommutingRepetition.selVec dA dB B t = N.ι (CommutingRepetition.selWord dA dB B t)
Instances For
The selected state z_{st}: the normalized selected vector when
the common mass is positive, the trace vector (a fixed unit default)
when it vanishes (06_otqcs.tex, eqs zst + c-zero; the default is never
passed to a physical branch — eq common-index-mass gives such branches
zero mass).
Equations
- CommutingRepetition.selState dA dB Jd B t = if CommutingRepetition.pairCross dA dB Jd B t = 0 then N.ι 1 else ↑‖CommutingRepetition.selVec dA dB B t‖⁻¹ • CommutingRepetition.selVec dA dB B t
Instances For
The rounded modulus k_t^♯ = ∑_j t_j p_j(k_t) — a bounded algebra
element (06_otqcs.tex, eq rounded-y).
Equations
- CommutingRepetition.selSharp dB B t = ∑ j : Fin m, ↑(t j) • dB.proj (B j)
Instances For
The rounded polar vector ỹ_t = b_t^{−1/2} k_t^♯ v_t
(06_otqcs.tex, eq rounded-y).
Equations
- CommutingRepetition.selYTilde dB B t = ↑(√(CommutingRepetition.pairMassB dB B t))⁻¹ • N.ι (CommutingRepetition.selSharp dB B t * dB.v)
Instances For
The cut modulus k_t^{cut} = k_t 1_{∪_j B_j}(k_t) as an L² vector
(06_otqcs.tex, above eq rounding-tails, with the retained window
realized by the band union).
Instances For
‖w_{st}‖₂² = c_{st} (06_otqcs.tex, eq w-norm): orthogonality of
the spectral projections, tracial cyclicity, and p_j(k_t) ≤ v_t v_t*.
‖z_{st} − ỹ_t‖₂² ≤ 4 Γ_{st} (06_otqcs.tex, eqs z-rounded-y +
c-zero): at positive common mass via 2 − 2√(c/b) ≤ 2(b−c)/b ≤ 4(b−c) ≤ 4Γ, and at zero common mass via Γ = a + b ≥ 1 against the
crude bound ‖z − ỹ‖² ≤ 4; the constant 4 covers both branches.
Omitted-tail identity (06_otqcs.tex, eq rounding-tails, second
bound, in exact form): the cut loss is the off-window second moment,
‖k_t − k_t^{cut}‖₂² = ∫ b² dμ − ∫_{∪_j B_j} b² dμ (bounded by
ρ + L² at consumption, where the omitted region is the union of the
low window and the high tail).
Upward-rounding cost (06_otqcs.tex, eq rounding-tails, first
bound): when every band sits inside [t_j / r, t_j] — the shifted-bin
geometry at ratio r — the rounded modulus is (r−1)-close to the
cut modulus in L², relative to the second moment:
‖k^♯ − k^{cut}‖₂² ≤ (r − 1)² ‖y‖₂² (at r = 1 + α this is ≤ α²).
Right multiplication by the polar isometry preserves the norms of
the rounded and exact moduli and their combinations (06_otqcs.tex,
display below eq normalization-inequality: "right multiplication by
v_t preserves the norms needed here"): the supports of k_t and
k_t^♯ lie below s(k_t) = v_t v_t*.
Proof-side helpers (not manuscript statements) #
The selected state is a unit vector in both branches of its definition:
the trace vector at zero common mass, the normalized selected vector otherwise
(using ‖w_{st}‖² = c_{st} ≠ 0). Consumed by the ∑ r conjunct of
compile_decomposition (OTQCS/Compile).
Proof-side helper: c_{st} · ⟪z_{st}, L(A) R(B) z_{st}⟫ = τ(w_{st}* A w_{st} B) in both
branches of z_{st} (at zero common mass both sides vanish, since ‖ι w‖² = c = 0).