pith. machine review for the scientific record. sign in
module module high

IndisputableMonolith.Physics.CubeSpectrum

show as:
view Lean formalization →

The CubeSpectrum module defines the graph Q3 and its spectral invariants as the unit cell of the Z^3 recognition lattice. It computes vertices, edges, degree, Euler characteristic, Laplacian eigenvalues with multiplicities {1,3,3,1} matching binomial coefficients C(3,k), spectral gap, and trace. Physicists modeling critical points and renormalization flows on three-dimensional lattices cite these results to anchor the phi-ladder scaling. The module consists of direct definitions from the hypercube construction with no complex proofs.

claimThe 3-cube graph $Q_3$ has Laplacian eigenvalues $2k$ with multiplicity $C(3,k)$ for $k=0,1,2,3$, yielding the set of multiplicities {1,3,3,1}.

background

Recognition Science places the recognition lattice on Z^3 with fundamental domain the 3-cube graph Q3. This module introduces Q3_vertices as the set of 8 points with coordinates in {0,1}^3, Q3_edges as the 12 pairs differing in one coordinate, Q3_degree as the constant 3, and Q3_euler as the Euler characteristic. It further defines Q3_laplacian_eigenvalues, Q3_spectral_gap, and Q3_trace using the hypercube spectrum whose multiplicities are the binomial coefficients C(3,k).

proof idea

This is a definition module, no proofs. It constructs the vertex and edge sets of Q3 explicitly from the 3-bit strings and single-bit flips, then derives the Laplacian spectrum and its multiplicities directly from the known eigenvalues of the n-cube at n=3.

why it matters in Recognition Science

This module supplies the lattice geometry required by the thermal fixed-point operator in ThermalFixedPoint, where the renormalization group acts along the phi-ladder on the Q3 spectrum. It also underpins the O(N) universality classes in UniversalityClasses by providing the automorphism structure of Q3 for mapping symmetry rank N to critical exponents in D=3. The module realizes the T8 step of the forcing chain by fixing three spatial dimensions through the explicit binomial multiplicities.

scope and limits

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

declarations in this module (25)