cube_edges
cube_edges supplies the closed-form count of edges in a d-dimensional hypercube as d times 2 to the power d-1. Derivations of the fine-structure constant in Recognition Science cite the D=3 case to fix the total at 12 and the passive field edges at 11. The definition is a direct algebraic expression with no lemmas or tactics.
claimThe number of edges in a $d$-dimensional hypercube is $d · 2^{d-1}$.
background
The Alpha Derivation module starts from the cubic ledger Q₃ as the fundamental unit cell forced by the Meta-Principle on Z³. D is fixed at 3 by the upstream forcing chain. Standard hypercube combinatorics then give vertices 2^D, edges d·2^(d-1), and faces 2d. These counts separate active edges (one per recognition tick) from the remaining passive field edges that dress the vacuum geometry.
proof idea
Direct definition that implements the standard hypercube edge formula. No lemmas are invoked and no tactics are applied; the expression is the closed combinatorial form.
why it matters in Recognition Science
The definition anchors the geometric seed 4π·11 and the seam numerator 6·17+1 inside alpha_ingredients_from_D3_cube and eleven_is_forced. Those theorems close the provenance of all numerical constants in the α^{-1} derivation to D=3 cube geometry, consistent with the eight-tick octave and the T8 forcing of three spatial dimensions.
scope and limits
- Does not apply for non-integer or non-positive d.
- Does not incorporate boundary or curvature corrections.
- Does not compute solid angles or dihedral angles.
- Does not include phi-ladder mass or energy scalings.
Lean usage
theorem edges_at_D3 : cube_edges D = 12 := by native_decide
formal statement (Lean)
54def cube_edges (d : ℕ) : ℕ := d * 2^(d - 1)
proof body
Definition body.
55
56/-- Number of faces in the D-hypercube: 2D. -/
used by (40)
-
alpha_ingredients_from_D3_cube -
edges_at_D3 -
eleven_is_forced -
passive_field_edges -
alphaFramework -
AlphaFrameworkCert -
eleven_is_passive_edges -
geometric_seed_eq_solidAngle_times_11 -
alpha_s_positive -
gauge_sum_prediction -
gauge_sum_value -
B_pow_DownQuark_eq -
B_pow_Lepton_eq -
E_total -
r0_DownQuark_eq -
r_lepton_values -
tau_values -
Z -
B_pow_eq_alt -
Epz_eq -
Etz -
Etz_eq -
r0_eq_alt -
cross_sector_shift -
generation_ordering_general -
total_geometric_content -
down_generation_spacing -
r_down_values -
r_up_values -
top_to_up_ratio