Raw operator families for the low individual degree test #
This file introduces the notion of an indexed family of operators used in the paper
without positivity or boundedness requirements. These are used for ≈_δ
chains whose intermediate objects are arbitrary matrix families rather than
honest submeasurements.
References #
references/ldt-paper/self_improvement.texreferences/ldt-paper/commutativity-points.texreferences/ldt-paper/commutativity-G.texreferences/ldt-paper/ld-pasting.texblueprint/src/chapter/ch07_self_improvement.texblueprint/src/chapter/ch08_commutativity.texblueprint/src/chapter/ch09_pasting.tex
A raw operator family: outcome operators indexed by α, without PSD or bound
requirements. This matches the paper's use of arbitrary matrix families in
≈_δ chains.
- outcome : α → Quantum.Op ι
- total : Quantum.Op ι
Instances For
Indexed raw operator family (question → outcome → operator).
Equations
- MIPStarRE.LDT.IdxOpFamily Question Outcome ι = (Question → MIPStarRE.LDT.OpFamily Outcome ι)
Instances For
Forget the PSD and boundedness structure of a submeasurement.
Instances For
Equations
Forget the PSD and boundedness structure of an indexed submeasurement family.
Equations
- A.toIdxOpFamily q = (A q).toOpFamily
Instances For
Place a raw operator family on the left tensor factor of ιA × ιB.
Equations
- A.leftPlacedOpFamily = { outcome := fun (a : α) => MIPStarRE.LDT.leftTensor (A.outcome a), total := MIPStarRE.LDT.leftTensor A.total }
Instances For
Place a raw operator family on the right tensor factor of ιA × ιB.
Equations
- A.rightPlacedOpFamily = { outcome := fun (a : α) => MIPStarRE.LDT.rightTensor (A.outcome a), total := MIPStarRE.LDT.rightTensor A.total }
Instances For
Post-process the outcomes of a raw operator family.
Equations
Instances For
Lift an indexed raw operator family to the left tensor factor.
Equations
- A.liftLeft q = (A q).leftPlacedOpFamily