Encyclopedia Foundation Foundation Dimensional Bridge Structural Dimensional Bridge One Statement

ARTICLE 3 claims 2 theorems 1 open

Foundation Dimensional Bridge Structural Dimensional Bridge One Statement

A single ratio links the electron's measured mass to the golden ratio, but the framework is explicit that this is a structural observation, not a derivation.

The bridge statement

The electron's mass is one of the most precisely measured numbers in physics. The Recognition Science framework asks what that number looks like when expressed in its own natural units, where the golden ratio φ ≈ 1.618 plays a central role. The framework's machine-checked library of formal theorems contains a declaration, dimensional_bridge_one_statement, that packages a precise observation about this relationship.

The statement concerns a quantity the framework calls the coherence energy, written E_coh. It is defined as the ratio of the electron's mass in SI units (in MeV) to φ³, the cube of the golden ratio. The theorem establishes two facts about this ratio. First, it lies strictly between 0.120 and 0.122 MeV. Second, it is close to the value J(φ) = φ - 3/2 ≈ 0.118, which is the framework's cost function evaluated at the golden ratio. The proven bound on this proximity is less than 0.013 MeV, a deliberately loose bound chosen to match the currently available numerical range for φ.

The framework's own documentation is careful about what this does and does not mean. The statement is labeled a structural theorem: it proves an identity and a numerical band, but it does not derive the electron mass from first principles. The derivation of m_e_SI from the framework's primitives remains an open frontier, explicitly named as the principal residual. The bridge statement is a display-level relation, a way of expressing a known measurement in the framework's units, not a prediction of that measurement.

What the statement does establish is a clean structural form: the electron mass, divided by φ³, lands in a narrow window around the golden quantum. This is a calibration count, not an SI prediction. The framework fixes native dimensionless ratios and needs a dimensional anchor only to display them in SI units. The single ratio E_coh = m_e_SI / φ³ is that anchor, and its proximity to J(φ) is the observation the theorem certifies.

The practical consequence is that the framework has a precise, machine-checked statement of where the electron mass sits relative to its own internal scale. It is a foothold for future work: if a future theorem can derive the value of E_coh from the framework's primitives, the dimensional bridge would close. Until then, the statement is a certified structural observation, with its limits stated in the same breath as its content.

THEOREM E_coh_band · IndisputableMonolith/Foundation/DimensionalBridgeStructural.lean
/-- `E_coh_MeV ∈ (0.120, 0.122)` MeV. -/
theorem E_coh_band : 0.120 < E_coh_MeV ∧ E_coh_MeV < 0.122 := by
  unfold E_coh_MeV m_e_SI_MeV m_e_RS
  constructor
  · rw [lt_div_iff₀ (by nlinarith [phi_gt_onePointSixOne, phi_sq_eq, sq phi] : 0 < phi ^ 3)]
    nlinarith [phi_lt_onePointSixTwo, phi_sq_eq, sq phi]
  · rw [div_lt_iff₀ (by nlinarith [phi_gt_onePointSixOne, phi_sq_eq, sq phi] : 0 < phi ^ 3)]
    nlinarith [phi_gt_onePointSixOne, phi_sq_eq, sq phi]
THEOREM E_coh_near_JPhi · IndisputableMonolith/Foundation/DimensionalBridgeStructural.lean
/-- Proximity to J(φ): |E_coh_MeV - J(φ) · 1 MeV| < 0.013 MeV.

The bound `0.013` is the loose value provable from the `phi ∈ (1.61, 1.62)`
band currently available in `Constants.lean`; the actual numerical proximity
is roughly `0.0026` (computed from `phi ≈ 1.61803`, `m_e_SI/phi^3 ≈ 0.12063`,
`phi - 3/2 ≈ 0.11803`). Tightening this bound requires sharper `phi` bounds. -/
theorem E_coh_near_JPhi :
    |E_coh_MeV - (phi - 3/2)| < 0.013 := by
  unfold E_coh_MeV m_e_SI_MeV m_e_RS
  have ⟨h_lo, h_hi⟩ := E_coh_band
  unfold E_coh_MeV m_e_SI_MeV m_e_RS at h_lo h_hi
  have h_jphi_lo : 0.110 < phi - 3/2 := by linarith [phi_gt_onePointSixOne]
  have h_jphi_hi : phi - 3/2 < 0.120 := by linarith [phi_lt_onePointSixTwo]
  rw [abs_lt]
  constructor <;> linarith

What this page does not claim

The dimensional bridge statement does not predict the electron mass; it observes a ratio involving the measured value. The proximity bound of 0.013 MeV is a loose upper bound, not the tight numerical proximity of roughly 0.0026 MeV. The framework does not claim to have reduced the Standard Model's fitted parameters; it only counts its own calibration needs.

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/Foundation/DimensionalBridgeStructural.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