pith. sign in
def

gauge_sum_prediction

definition
show as:
module
IndisputableMonolith.Constants.StrongCoupling
domain
Constants
line
51 · github
papers citing
none yet

plain-language theorem explainer

Physicists deriving the strong coupling constant within the Recognition Science framework cite gauge_sum_prediction for the total gauge coupling sum at the unification scale. The quantity equals twelve times pi because the three-dimensional hypercube possesses twelve edges. The definition is obtained by direct substitution of the hypercube edge count for dimension three, scaled by pi.

Claim. The gauge sum prediction equals $12π$, obtained as the product of the number of edges in the three-dimensional hypercube and $π$.

background

The module develops the strong coupling constant from the phi-geometry of the Recognition Science framework. The cube_edges function counts the edges of a d-dimensional hypercube via the formula d times 2 to the power of d minus one. For the gauge structure the sum is formed at d equals three and multiplied by pi, reflecting the assignment of the strong sector to the complement of the electromagnetic and weak couplings within the eight-tick gauge structure.

proof idea

The definition is a one-line wrapper that invokes cube_edges at argument three and multiplies the integer result by Real.pi.

why it matters

This definition provides the numerical core for the strong coupling certificate. It is invoked to prove the gauge sum equals twelve pi, to establish the bounds thirty-six less than the sum less than forty-eight, and to populate the StrongCouplingCert structure. The result realizes the structural prediction that the strong sector occupies the remaining degrees of freedom after the electromagnetic coupling is fixed by forty-four pi resummation and the weak coupling by the sine squared of the Weinberg angle equal to three minus phi over six, consistent with the three spatial dimensions forced by the unified forcing chain.

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