passive_field_edges
Passive field edges count the non-transition edges in a d-dimensional hypercube that dress the recognition interaction. Researchers deriving the fine-structure constant from cubic ledger geometry cite this to isolate the factor of 11 at D=3. The definition is a direct subtraction of the fixed active edge count of one from the closed-form hypercube edge total.
claimThe passive field edge count is given by $E(d) := d · 2^{d-1} - 1$, subtracting the single active edge traversed per atomic tick from the total hypercube edges.
background
The Alpha Derivation module constructs α^{-1} from the geometry of the unit cube Q_3 in the discrete ledger. For D=3 the cube has 12 edges total. One edge is traversed per atomic tick, leaving the passive field edges to mediate the coupling to the vacuum. The module doc states that these passive edges dress the interaction and supply the factor 11 to the geometric seed 4π × 11.
proof idea
One-line definition that subtracts the constant active_edges_per_tick from the result of cube_edges d.
why it matters in Recognition Science
This supplies the integer 11 that multiplies the solid angle in the geometric seed, feeding directly into alpha_seed_structural and geometric_seed_factor. It is invoked in mass anchor theorems such as B_pow_Lepton_eq and E_passive. The definition realizes the active/passive split required by the eight-tick octave and D=3 in the Recognition Science forcing chain.
scope and limits
- Does not derive why exactly one edge is active per tick.
- Does not restrict the dimension parameter to D=3.
- Does not compute the geometric seed or the value of α itself.
- Does not apply to non-cubic lattices or higher-dimensional extensions.
Lean usage
theorem passive_edges_at_D3 : passive_field_edges D = 11 := by native_decide
formal statement (Lean)
75def passive_field_edges (d : ℕ) : ℕ := cube_edges d - active_edges_per_tick
proof body
Definition body.
76
77/-- The key number: for D=3, passive edges = 11. -/
used by (40)
-
alpha_seed_structural -
geometric_seed_factor -
passive_edges_at_D3 -
geometric_seed_eq_solidAngle_times_11 -
B_pow_Lepton_eq -
E_passive -
r_lepton_values -
tau_values -
Z -
B_pow_eq_alt -
Epz -
Epz_eq -
r0_eq_alt -
generation_ordering -
generation_ordering_general -
lepton_rungs -
quark_rungs -
total_geometric_content -
W_endo -
emu_ingredients -
down_generation_spacing -
r_down_values -
r_up_values -
top_to_up_ratio -
up_charm_to_up_ratio -
up_generation_spacing -
lepton_step_12 -
muon_rung_minus_electron_rung -
tauon_rung_minus_electron_rung -
ramanujan_deligne_exponent