Documentation

MIPStarRE.LDT.ExpansionHypercubeGraph.Theorems.Matrix

Section 7 hypercube graph: matrix-realization theorems #

Translating the squared-difference expectation of the hypercube graph operators into the ev-based inner-product language of the matrix realization model.

References #

The matrix correlation term is symmetric under swapping the two points.

Expand the matrix squared-difference expectation into diagonal and correlation terms.

Closed form for the matrix global-variance trace expression.

theorem MIPStarRE.LDT.ExpansionHypercubeGraph.matrixGlobalVariance_eq_closedForm (params : Parameters) (model : MatrixOperatorFamilyRealization params) :
matrixGlobalVariance params model = (↑(hypercubeVertexCount params))⁻¹ * u : Point params, ev (matrixModelState model) (Matrix.conjTranspose (model.family u) * model.family u) - (↑(hypercubeVertexCount params))⁻¹ * (↑(hypercubeVertexCount params))⁻¹ * u : Point params, v : Point params, ev (matrixModelState model) (Matrix.conjTranspose (model.family v) * model.family u)

Closed form for the matrix global variance.

The rerandomized-edge weight sums to the uniform point weight across each source row.

The rerandomized-edge weight sums to the uniform point weight across each target column.

Symmetry of edge weights and the Laplacian edge-difference form #

The rerandomizeCoordWeight is symmetric: w(u,v) = w(v,u).

prop:laplacian-rewrite: the Laplacian equals the edge-difference form (1/2) · E_{(u,v)∼C} (|u⟩-|v⟩)(⟨u|-⟨v|), proved entrywise using the symmetry and row/column-sum properties of the edge distribution.

Closed form for the matrix local-variance trace expression.