Section 7 hypercube graph: trace-form foundations #
This file provides the abstract theorem statements and trace-form identities
used to formalize the local and global variance rewrites in Section 7 of the LDT
paper. The concrete matrix-realization statements are proved first; the
public-facing statements in MIPStarRE.LDT.ExpansionHypercubeGraph.Theorems.Results
then specialize these identities to arbitrary finite-dimensional operator
families.
References #
references/ldt-paper/expansion.tex, especiallylem:local-rewriteandlem:global-rewriteblueprint/src/chapter/ch05_expansion.tex
Statement structures and matrix realization #
Paper origin: references/ldt-paper/expansion.tex:145-178
(\label{lem:local-rewrite}).
Conclusion statement for lem:local-rewrite: the local variance is rewritten as a
trace-form expectation in the operator family A.
The local variance agrees with the trace form built from the Laplacian.
Instances For
Paper origin: references/ldt-paper/expansion.tex:179-269
(\label{lem:global-rewrite}).
Conclusion statement for lem:global-rewrite: the global variance is rewritten as a
trace-form expectation along the eigenbasis of the hypercube graph
Laplacian.
- decomposition : ∃ (decomp : GlobalVarianceDecomposition params A), globalVariance params A ψ = globalVarianceTraceForm params A ψ decomp
A Fourier-mode decomposition whose trace form recovers the global variance.
Instances For
Reinterpret an abstract operator family and quantum state as the concrete matrix realization used by the trace-form proof of Section 7.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If the ambient outcome type is empty, the abstract local variance is zero.
If the ambient outcome type is empty, the abstract global variance is zero.
If the ambient outcome type is empty, the local trace formula vanishes.
If the ambient outcome type is empty, the global trace formula vanishes.
Finite-sum helper lemmas #
Distribute a doubly indexed sum across pointwise addition.
Distribute a doubly indexed sum across pointwise subtraction.
Trace witness closed forms #
Turn a matrix realization state into the corresponding abstract quantum state.
Equations
Instances For
Expand the normalized trace of the combined tensor witness into its explicit double-sum form.
Closed form of globalVarianceTraceForm as the average squared norm of the
orthogonal residual family carried by the decomposition.
Closed form of globalVarianceTraceForm in the same centered-correlation
coordinates as matrixGlobalVariance_eq_closedForm.