pith. machine review for the scientific record. sign in
theorem

cube3_edge_count

proved
show as:
module
IndisputableMonolith.Foundation.GaugeFromCube
domain
Foundation
line
112 · github
papers citing
none yet

plain-language theorem explainer

The three-dimensional cube has exactly 12 edges. Researchers deriving the Standard Model gauge group SU(3) × SU(2) × U(1) from the automorphism group of Q3 cite this count when enumerating the edges that arise from the signed-permutation action on three axes. The proof evaluates the closed-form expression D · 2^(D-1) at D = 3 by direct arithmetic reduction.

Claim. The edge count of the D-cube is given by $D · 2^{D-1}$, hence the three-dimensional cube has $3 · 2^{2} = 12$ edges.

background

The module derives the full Standard Model gauge group from the hyperoctahedral group B3 of the 3-cube Q3, whose vertices are {0,1}^3 and whose automorphisms are signed permutations of the three axes. The general edge-count function is defined as D · 2^(D-1), which counts each of the D coordinate directions paired with the 2^(D-1) choices of fixed coordinates on the remaining axes. Upstream results supply the J-cost structures and the spectral emergence that simultaneously forces the gauge content (sector dimensions 3 + 2 + 1), three generations, and |Aut(Q3)| = 48 from the same cube geometry.

proof idea

One-line wrapper that applies native_decide to evaluate the arithmetic expression D · 2^(D-1) at D = 3.

why it matters

This supplies the concrete numerical value required for the D = 3 case in the layer decomposition of B3 = (Z/2Z)^3 ⋊ S3 that yields the Weyl groups of SU(3) and SU(2) × U(1). It directly supports the module's claim that the 3-cube forces the full gauge group together with 24 chiral fermions, closing the gap left by earlier derivations of only the SU(3) factor. The result aligns with the T8 forcing of three spatial dimensions and the eight-tick octave structure.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.