Encyclopedia Qft Qft Electroweak Scale Structure

ARTICLE 3 claims 3 theorems

Qft Electroweak Scale Structure

The electroweak scale is the energy where electromagnetism and the weak force unify, near 246 GeV.

The electroweak scale

The electroweak scale is the energy, about 246 GeV, at which the electromagnetic and weak nuclear forces merge into a single electroweak interaction. In the Standard Model of particle physics, this scale is set by the vacuum expectation value of the Higgs field, the constant background value the field takes everywhere. That value, in turn, fixes the masses of the W and Z bosons and, through Yukawa couplings, the masses of the fundamental fermions. The scale's smallness compared with the Planck scale, roughly 10^19 GeV, is the hierarchy problem: no mechanism in the Standard Model explains why the Higgs value is so far below the natural cutoff of the theory.

Recognition Science (RS) treats this scale as a structural consequence rather than a free parameter. The framework begins with a ledger, a discrete record of recognition events, and derives from it a specific geometric growth law. In this account, particle masses sit on a ladder of rungs, each rung's mass being the previous one multiplied by the golden ratio φ, approximately 1.618. The electroweak scale is then not a special number but one rung on this ladder, tied to a coherence energy E_coh times φ raised to an integer power.

The central theorem, ew_scale_structure, proves that the scale follows from the ledger: the golden ratio lies strictly between 1 and 2, and every mass on every rung equals E_coh times φ^r. This dissolves the hierarchy problem, because masses are no longer radiative corrections to a Higgs vacuum expectation value; they are fixed by the ladder itself. The framework also proves the endpoints are excluded: φ cannot equal 1, which would collapse all masses to one value, nor can it equal 2, which would break the geometric growth.

The full derivation of the numerical value 246 GeV remains blocked, pending a complete mass-from-ledger construction. What the framework establishes is structural: the electroweak scale is one point on a forced geometric progression, not an accident requiring fine-tuning. The practical consequence is that the hierarchy problem, as posed in the Standard Model, does not arise in this framework. The scale's value is a prediction to be completed, not a coincidence to be explained away.

THEOREM ew_scale_structure · IndisputableMonolith/QFT/ElectroweakScaleStructure.lean
theorem ew_scale_structure : scale_from_ledger := by
  constructor
  · exact ⟨one_lt_phi, phi_lt_two⟩
  · intro r
    exact Foundation.HierarchyDissolution.hierarchy_problem_dissolves r
THEOREM ew_scale_structure · IndisputableMonolith/QFT/ElectroweakScaleStructure.lean
theorem ew_scale_structure : scale_from_ledger := by
  constructor
  · exact ⟨one_lt_phi, phi_lt_two⟩
  · intro r
    exact Foundation.HierarchyDissolution.hierarchy_problem_dissolves r
THEOREM ew_scale_implies_phi_ne_one · ew_scale_implies_phi_ne_two · IndisputableMonolith/QFT/ElectroweakScaleStructure.lean
/-- Electroweak-scale structure excludes the degenerate endpoint `phi = 1`. -/
theorem ew_scale_implies_phi_ne_one (h : scale_from_ledger) : phi ≠ 1 := by
  linarith [h.1.1]
/-- Electroweak-scale structure excludes the upper endpoint `phi = 2`. -/
theorem ew_scale_implies_phi_ne_two (h : scale_from_ledger) : phi ≠ 2 := by
  linarith [h.1.2]

What this page does not claim

The numerical value 246 GeV is not derived in this framework; that derivation remains blocked. The Higgs boson is not proven to be an effective description of a ledger boundary in this framework. The framework does not prove a cutoff-independence theorem for the mass ladder.

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/QFT/ElectroweakScaleStructure.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