Section 7 — Matrix variance trace forms #
This file contains the matrix-level variance quantities and trace-form rewrite
statements used after the Fourier spectral-gap material in MatrixRealization.Core.
References #
blueprint/src/chapter/ch05_expansion.texreferences/ldt-paper/expansion.tex
The quadratic form τ(ρ (X-Y)^*(X-Y)).
Equations
Instances For
The actual local variance, averaged over the hypercube edge set. This matches the Section 7.1 rerandomization distribution on ordered edges.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The actual global variance, averaged over two independent points.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The matrix-level combined column operator used for the trace rewrites.
Its u-th block is (A^u)ᴴ, so that the trace witnesses match the
quadratic forms τ(ρ · (A^u - A^v)ᴴ (A^u - A^v)) for arbitrary families.
Equations
- MIPStarRE.LDT.ExpansionHypercubeGraph.matrixCombinedOperator params model ui j = star (model.family ui.1 j ui.2)
Instances For
Bridge for the column-operator view used in the quadratic-form witnesses.
Equations
Instances For
Paper origin: references/ldt-paper/expansion.tex:145-154
(\label{lem:local-rewrite}); trace witness for the local-variance
rewrite, matrix realization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The actual trace form for the local variance.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Paper origin: references/ldt-paper/expansion.tex:179-190
(\label{lem:global-rewrite}); trace witness for the global-variance
rewrite, matrix realization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The actual trace form for the global variance.
The 1 / hypercubeVertexCount factor (= 1 / M where M = q^m) matches the paper's
lem:global-rewrite: the global variance equals
(1/M) · Tr(⟨φ⊥| ⊗ A⊥ · (I ⊗ |ψ⟩⟨ψ|) · |φ⊥⟩ ⊗ A⊥),
which in turn equals (1/2) · E_{u,v} ⟨ψ| (Aᵘ − Aᵛ)² ⊗ I |ψ⟩.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Adjoint sandwiching is monotone in the middle factor.
Monotonicity of Re τ with respect to the matrix order.
Paper origin: references/ldt-paper/expansion.tex:145-178
(\label{lem:local-rewrite}); matrix realization of LocalRewriteStatement.
Matrix-level rewrite identity for the local variance.
Instances For
Paper origin: references/ldt-paper/expansion.tex:179-269
(\label{lem:global-rewrite}); matrix realization of GlobalRewriteStatement.
Matrix-level rewrite identity for the global variance.