pith. sign in
theorem

passive_edges_eq

proved
show as:
module
IndisputableMonolith.Constants.AlphaHigherOrder
domain
Constants
line
75 · github
papers citing
none yet

plain-language theorem explainer

passive_edges_eq establishes that the passive edge count on the Q3 cube equals 11. Researchers assembling the alpha framework for fine-structure constant corrections cite this when certifying the cube combinatorics. The proof is a one-line reflexivity that follows from the definition of passive_edges as total edges minus active edges.

Claim. In the Q_3 cube combinatorics the passive edge count satisfies $|E_{passive}| = 11$.

background

The module develops higher-order voxel-seam corrections to α^{-1} in Recognition Science. Q_3 is the structure from SpectralEmergence that forces SU(3)×SU(2)×U(1) gauge content, exactly three particle generations, and 24 chiral fermion flavors. Passive edges are defined as Q3_edges minus active_edges, with the total edge count supplied by the cube combinatorics lemmas in the same module.

proof idea

The proof is a one-line term that applies reflexivity directly to the definition passive_edges := Q3_edges - active_edges, which evaluates to 11 by the prior Q3_edges_eq and active_edges computations.

why it matters

This supplies the passive edge count to the alphaFramework certificate that assembles the series α^{-1} = α_seed − f_gap + Σ δ_n. It fills the first-order correction slot in the module and connects to the D = 3 spatial dimensions and eight-tick octave from the forcing chain. The open question it touches is the explicit computation of δ_2.

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