Section 10 — commutativity points approximation layer #
Restricted-diagonal approximation infrastructure for commutativity at points.
Decompose a point in Point params.next into its truncated point and final coordinate.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Decompose the uniform average over a next-level point into a height and prefix average.
Marginalizing a uniform point in Point params.next to its height
coordinate gives the uniform distribution on Fq params.
Build an operator family from its outcomes, taking the total to be their sum.
Equations
- MIPStarRE.LDT.CommutativityPoints.opFamilyOfOutcome outcome = { outcome := outcome, total := ∑ a : Outcome, outcome a }
Instances For
Equations
- MIPStarRE.LDT.CommutativityPoints.pointPairOutcomeSwapEquiv params = Equiv.prodComm (MIPStarRE.LDT.Fq params) (MIPStarRE.LDT.Fq params)
Instances For
Transport the corrected restricted-diagonal approximation bound to the shared point-with-diagonal-line distribution used downstream.
The reindexing runs through rebasedLastRestrictedQuestionEquiv, which turns a
restricted sample together with an evaluation parameter into the corresponding
rebased diagonal-line question.
Answer-valued version of
sampledDiagonalLineApproximation_pointWithDiagonalLine.
This is the Section 10 diagonal approximation needed by the answer-valued commutativity route: it uses the answer-valued diagonal verifier relation directly and does not pass through an ordinary dummy diagonal measurement.