pith. machine review for the scientific record. sign in
def definition def or abbrev high

Q3_edges

show as:
view Lean formalization →

Q3_edges supplies the edge count of the three-cube as twelve. Researchers on the Recognition Science derivation of the fine-structure constant cite this count when assembling combinatorial inputs for the series corrections to alpha inverse. The declaration is introduced as a direct arithmetic definition matching the general edge formula for the n-cube.

claimThe number of edges of the three-cube satisfies $E(3) = 3 × 2^{2}$.

background

The module AlphaHigherOrder develops higher-order voxel-seam corrections to alpha inverse using the combinatorics of the three-cube Q3. The series is alpha inverse equals alpha seed minus f gap plus sum delta n, where each delta n is a finite sum over n-fold face-wallpaper configurations on Q3 weighted by the Z2^5 measure. Upstream results from SpectralEmergence prove E(3) equals twelve via norm_num on the general edge function, while CubeSpectrum defines the same value directly.

proof idea

This is a one-line definition that directly encodes the edge count of the three-cube via the arithmetic expression three multiplied by two to the power two.

why it matters in Recognition Science

Q3_edges enters the AlphaFrameworkCert structure that certifies all elements are in place for the delta two computation. It appears in the numerological summary theorem, which states that the key numbers of the Standard Model are cube numbers including twelve edges as gauge generators. The declaration supports the spectral emergence master theorem that derives the entire Standard Model structure from D equals three spatial dimensions. It touches the open question of computing delta two explicitly.

scope and limits

formal statement (Lean)

  63def Q3_edges : ℕ := 3 * 2^2

used by (10)

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

depends on (2)

Lean names referenced from this declaration's body.