Role-register tensor algebra for the low individual degree test #
Role-register operators and strategy symmetrization infrastructure extracted from
MIPStarRE.LDT.Test.Strategy.
Role-register tensor algebra #
Basis projector onto the role sector r.
Equations
- MIPStarRE.LDT.roleProj r = Matrix.single r r 1
Instances For
The basis projector onto a role sector is positive semidefinite.
Tensor an operator with the role projector selecting the r block.
Equations
Instances For
Principal role block of an operator on the role-register local space.
Equations
- MIPStarRE.LDT.roleBlock r Y = Matrix.submatrix Y (fun (i : ι) => (r, i)) fun (i : ι) => (r, i)
Instances For
Basis projector onto a pair of role sectors.
Equations
Instances For
Orthogonal role-pair sectors AB and BA have zero product.
Orthogonal role-pair sectors BA and AB have zero product.
Reindex a bipartite local-space operator into the (Role × ι) local spaces and
restrict it to the selected role sector.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The projection onto a pair of role sectors is positive semidefinite.
Swapping the density of a rank-one pure state swaps the underlying state vector.
Classical role-register symmetrization of a bipartite state.
The A/B sector carries the original state, while the B/A sector carries the
swapped state. The scalar 2 on each occupied role sector compensates for the
normalized-trace convention on the enlarged ambient space.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The normalized trace of a two-role sector projection is 1 / 4.
A vector-level SWAP-invariant pure state induces the mixed-state symmetry API used throughout the current development.
A vector-level SWAP-invariant pure state automatically satisfies
PermInvState. This is the intended bridge from the paper's pure-state symmetry
assumption to the density-matrix API used in Lean.
The classical role-register symmetrized state is permutation-invariant.
The classical role-register symmetrized state preserves normalization.
The role-register symmetrized state has the same total expectation as the original state.
Equations
- MIPStarRE.LDT.swapQuantumState ψ = { density := MIPStarRE.LDT.swapDensity ψ.density, density_psd := ⋯ }