Audited ldt_simp whitelist #
The ldt_simp simp set is opt-in proof infrastructure for common LDT
bookkeeping. It deliberately avoids broad global [simp] changes.
Initial whitelist:
- Averages and constant families:
avgOver,uniformDistribution, andconstSubMeasFamily. These unfold a project-local finite-support average or a constant wrapper and are used repeatedly when aUnit-indexed paper average is reduced to its single questionwise term. - Relation-level average wrappers:
sddError,sddErrorOp,bipartiteConsError, andbipartiteSSCError. These expose the corresponding questionwise defect under the average without changing any inequality direction. - Measurement-family wrappers:
IdxMeas.toIdxSubMeas,IdxSubMeas.liftLeft,IdxSubMeas.liftRight,SubMeas.liftLeft,SubMeas.liftRight, andProjSubMeas.liftLeft. These are definitional projections/placements used in left/right-register handoff proofs. - Tensor normal forms: the basic left/right tensor product identities below.
They reduce products and adjoints of explicit tensor placements to local
products or
opTensorforms, matching the formulas used by existing proofs.