Encyclopedia Constants Constants Gravitational Constant G Rs

ARTICLE 2 claims 1 theorem 1 model

Constants Gravitational Constant G Rs

A machine-checked derivation expresses Newton's gravitational constant as a simple ratio of two mathematical constants, but only within a specific set of units.

The derived constant

The gravitational constant G is the number that fixes the strength of gravity in Newton's law of universal gravitation. In everyday SI units it is a stubbornly awkward quantity, roughly 6.674 × 10⁻¹¹ cubic meters per kilogram per second squared, and it is the least precisely measured of the fundamental constants. The Recognition Science framework, a body of formal mathematics built from a single primitive notion of recognition cost, offers a different view. Its declaration G_rs defines the constant in the framework's own units, where it takes the unexpectedly clean form G = φ⁵ / π, with φ the golden ratio, about 1.618, and π the familiar circle ratio.

That formula is not a numerical coincidence. The framework derives it from a chain of theorems that begin with a cost function and end with a set of natural units. In those units, the speed of light is 1, the fundamental recognition wavelength is 1, and the Planck constant is φ⁻⁵. Substituting those values into the standard dimensional relation for G yields φ⁵ / π exactly. The machine-checked library of formal theorems proves both that this quantity is positive and that it equals the stated ratio, with no free parameters left to adjust.

The claim is precise and limited. The framework does not assert that this formula reproduces the measured SI value of G in ordinary units. To compare with experiment, one must first convert φ⁵ / π into SI units using the framework's definitions of its base units, and that conversion step is not part of the theorem. What the derivation establishes is a structural fact: within the framework's own system of units, the gravitational constant is not an independent input but a derived quantity, fixed by the golden ratio and π. The framework models the constant as a consequence of its geometry, rather than as a free parameter of Nature.

This is a different kind of statement from a measured value. The measured G in SI units comes from laboratory experiments such as torsion balance measurements, and it carries an experimental uncertainty. The framework's G_rs is a definitional theorem, true by construction within its own axioms. The two statements live in different registers: one is a number read off an experiment, the other is a number forced by a formal structure. The framework's contribution is to show that its structure, if taken as the basis of physics, leaves no room for G to be anything other than φ⁵ / π.

MODEL G_rs · IndisputableMonolith/Constants/GravitationalConstant.lean
/-- Newton's gravitational constant G in RS-native units.
    G = λ²_rec · c³ / (π · ℏ) with λ_rec = c = 1, ℏ = φ⁻⁵.
    Thus G = φ⁵ / π. -/
noncomputable def G_rs : ℝ := phi ^ 5 / Real.pi
THEOREM gravitational_constant_derived · IndisputableMonolith/Constants/GravitationalConstant.lean
gravitational_constant_derived · IndisputableMonolith/Constants/GravitationalConstant.lean:41
/-- **C-002 Resolution**: The gravitational constant is determined by φ and π.

    G = φ⁵/π has no free parameters. It arises from the ledger geometry:
    - λ_rec: the fundamental recognition wavelength (ℓ₀ = 1 in RS units)
    - c: speed of light (1 in RS units)
    - ℏ: Planck constant (E_coh = φ⁻⁵ in RS units)

    The "least precisely known" constant in SI becomes a derived quantity. -/
theorem gravitational_constant_derived :
    0 < G_rs ∧ G_rs = phi ^ 5 / Real.pi :=
  ⟨G_rs_pos, rfl⟩

What this page does not claim

The framework does not claim that φ⁵ / π numerically equals the measured SI value of G without a unit conversion step. The framework does not claim to have measured G in any laboratory experiment. The framework does not claim that G is a free parameter that it has eliminated from physics; it has re-expressed it in its own units.

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/GravitationalConstant.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