Phase 2 stability defect infrastructure #
Internal helper definitions and lemmas for the Phase 2 scalar bridge in
ProcessedG. These definitions extract and bound the one-dimensional stability
defect controlled by gCommStability_scalar (the paper's clm:g-comm-stability),
reindex the question-level defect into the stability defect via finite
marginalization, and perform the subtraction algebra that rewrites the phase-2
insertion/removal difference as the negative defect.
The scalar defect controlled by gCommStability_scalar after averaging out
all evaluated-slice variables except the second slice height y.
This is the paper's boundedness witness term for clm:g-comm-stability: for a
fixed y, gCommStabilityR params family y averages the left-register sandwich
G^{u,x}_a G^y_g G^{u,x}_a, while
IdxPolyFamily.averagedSlicePointEvaluationOperator strategy y g averages the
right-register point answer A^{v,y}_{g(v)} over the tail point v.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Direct √ζ control of the phase-2 stability defect.
The remaining bridge from the explicit evaluated-slice difference to this
one-dimensional defect is pure finite reindexing and averaging: expand
totalSandwichFamily, decompose the sampled second point as (v,y), collect the
postprocessing fiber ∑_b ∑_{g : g(v)=b} into ∑_g, and average the first
sampled point into gCommStabilityR.
The still-unmarginalized phase-2 defect at a sampled evaluated-slice question.
This is the exact question-level term obtained after expanding
totalSandwichFamily and using
S * G^y.total - S = -S * (1 - G^y.total) for the left-register sandwich S.
The remaining reindexing residual averages this term to
evaluatedSlicePhaseTwoStabilityDefect.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Postprocessing a sandwiched product by its second coordinate sums over the outer outcome.
For the sandwiched submeasurement with outcomes (a, b) and effect
A_a B_b A_a, the Prod.snd postprocessing has outcome b equal to
∑ a, A_a B_b A_a. This is the finite-fiber identity used to recognize the
gCommStabilityR averaged sandwich.
Pull two finite averages into a bipartite expectation with averaged operators.
For a fixed polynomial outcome g, the left register is averaged over 𝒟Q
while the right register is averaged over 𝒟V. The identity rewrites the
nested scalar average of
ev ψ (leftTensor (F q g a * R) * rightTensor (P g v)) into the expectation of
leftTensor ((E_q ∑_a F q g a) * R) * rightTensor (E_v P g v), preserving the
outer sum over g.
Reindex the pointwise phase-2 question defect by polynomial outcomes.
When the sampled second point is appendPoint v y, the postprocessed slice
outcome (evaluatedSliceSecondFactor ...).outcome b is the sum of
G^y_g over the fiber g v = b. Expanding this fiber inside the sandwiched
left-register expression and summing over b collapses the defect to a
polynomial-indexed sum whose right-register outcome is A^{v,y}_{g(v)}.
The proof is heartbeat-heavy because it keeps the finite-fiber and tensor
linearity steps explicit rather than hiding the #714 marginalization residual in
one large simp.
Pointwise algebra for the phase-2 subtraction.
After expanding totalSandwichFamily, the inserted summand has the extra factor
G^y.total on the left register. This lemma rewrites the difference with the
removed summand as the negative defect, using the noncommutative identity
S * T - S = -(S * (1 - T)).
Average the pointwise phase-2 algebra over evaluated-slice questions.
This proves the advertised sign rewrite
avgOver 𝒟 phase1Inserted - avgOver 𝒟 phase2Removed = -avgOver 𝒟 questionDefect.
It leaves only the finite marginalization from the question-level defect to the
one-dimensional evaluatedSlicePhaseTwoStabilityDefect.
Exact finite reindexing identity for the phase-2 scalar bridge.
Paper origin: references/ldt-paper/commutativity-G.tex:60-83, the finite
averaging and reindexing step leading to the scalar eq:add-an-a bridge.
This statement contains no analytic estimate. It says that the question-level
phase-2 defect averages to the one-dimensional scalar defect bounded by
gCommStability_scalar. The proof is only finite marginalization and fiber
bookkeeping: decompose the second sampled point as (v,y), collapse the
postprocessing fibers, and average the first sampled point into
gCommStabilityR.