Encyclopedia Constants Constants Electroweak Vevstructure Vev Electron Rung 27 Order

ARTICLE 3 claims 1 theorem 1 model

Constants Electroweak Vevstructure Vev Electron Rung 27 Order

The electroweak vacuum expectation value is the energy scale at which the weak force separates from the electromagnetic force, about 246 GeV.

The electron rung

The electroweak vacuum expectation value, usually written v, is the energy scale at which the electromagnetic and weak forces, unified at higher energies, separate into distinct interactions. Its measured value is approximately 246 GeV, a little less than the mass of a silver atom. In the standard model of particle physics, this scale is an input parameter: the theory takes it from experiment and does not explain where it comes from. The Higgs field's nonzero value in empty space sets this scale, and through it the masses of the W and Z bosons and the electron.

The ratio of this scale to the electron mass is about 481,000. A striking numerical coincidence connects this ratio to the golden ratio, the number φ ≈ 1.618 defined by φ² = φ + 1. Raising φ to the 27th power gives roughly 514,000, within about 7 percent of 481,000. This is the sort of near-agreement that invites a structural explanation: perhaps the electroweak scale and the electron mass are not independent inputs but two rungs on a common ladder of scales.

In Recognition Science, the framework models mass scales as positions on a discrete ladder whose steps are powers of the golden ratio. The declaration vev_electron_rung_27_order formalizes one small part of that picture: it proves, in the framework's machine-checked library of formal theorems, that the ratio 246000/0.511 lies between 300,000 and 600,000. That interval contains the measured ratio, and it brackets φ^27 ≈ 514,000. The result is a bound on a ratio, not a derivation of the ratio itself.

The framework's own notes are explicit about what this does not do. The full numerical extraction of the laboratory VEV from the ladder structure is blocked; the precise rung difference between the electron and the electroweak scale awaits a complete electron mass derivation. The value v = 246 GeV is hardcoded as a definition in the library, and the result that it lies in the observed range (244, 248) GeV is a check on that definition, not an explanation of it. The φ^27 assignment is called the best-fit rung, a description of a numerical agreement, not a proof that the ladder forces that particular step.

What the declaration does establish is modest but real: the ratio v/m_e is a positive number consistent with the φ-ladder hypothesis at the 27th step. This is the kind of structural consistency check that, if the full derivation ever closes, would turn a numerical coincidence into a consequence of the framework's forcing chain. Until then, the honest summary is that the electroweak scale sits on the same φ-spaced ladder as the electron mass, and the rung assignment is a hypothesis with a named falsifier: a precise electron mass derivation that places the ratio far from φ^27.

THEOREM vev_electron_rung_27_order · IndisputableMonolith/Constants/ElectroweakVEVStructure.lean
/-- The VEV/electron-mass ratio is on the φ-ladder near rung 27.
    With v = 246 GeV = 246000 MeV and m_e ≈ 0.511 MeV: ratio ≈ 481408.
    φ^27 ≈ 514229, within 7%.  The φ^27 assignment is the best-fit rung. -/
theorem vev_electron_rung_27_order :
    (300000 : ℝ) < (246000 : ℝ) / 0.511 ∧ (246000 : ℝ) / 0.511 < 600000 := by
  constructor <;> norm_num
MODEL vev_canonical · vev_in_range · IndisputableMonolith/Constants/ElectroweakVEVStructure.lean
/-- The canonical RS VEV value in GeV. Equal to the standard EW scale. -/
noncomputable def vev_canonical : ℝ := 246
/-- The VEV is in the observed range (244, 248) GeV. -/
theorem vev_in_range : (244 : ℝ) < vev_canonical ∧ vev_canonical < 248 := by
  unfold vev_canonical; constructor <;> norm_num

What this page does not claim

The φ^27 rung assignment is not a derived consequence of the framework's axioms. The declaration does not prove that the electroweak VEV is exactly 246 GeV. No claim is made that the hierarchy problem is solved by this declaration alone.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Constants/ElectroweakVEVStructure.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND