Newton's Gravitational Constant
G = phi^5 / pi in RS-native units; SI value reproduced via the unit-conversion bridge
G = phi^5 / pi in RS-native units; SI value reproduced via the unit-conversion bridge. Newton's gravitational constant G in RS-native units. G = λ²_rec · c³ / (π · ℏ) with λ_rec = c = 1, ℏ = φ⁻⁵. Thus G = φ⁵ / π.
Predictions
| Quantity | Predicted | Units | Empirical | Source |
|---|---|---|---|---|
| G_RS | phi^5/pi |
RS-native gravity units | 6.67430(15)e-11 m^3 kg^-1 s^-2 |
CODATA 2022 |
Equations
[ G_{\mathrm{RS}}=\frac{\varphi^5}{\pi} ]
RS-native Newton constant.
Derivation chain (Lean anchors)
Each row links to the corresponding Lean 4 declaration in the Recognition Science canon. A resolved anchor has a green check; an unresolved anchor flags a registry/canon mismatch.
-
1 G_rs definition def checked
IndisputableMonolith.Constants.GravitationalConstant.G_rsOpen theorem → -
2 G derived theorem checked
IndisputableMonolith.Constants.GravitationalConstant.gravitational_constant_derivedOpen theorem → -
3 G derived (Derivation) def checked
IndisputableMonolith.Constants.Derivation.G_derivedOpen theorem → -
4 G relation satisfied theorem checked
IndisputableMonolith.Constants.Derivation.G_relation_satisfiedOpen theorem →
Narrative
1. Setting
Newton's constant is the gravitational coupling of the recognition substrate. RS gives the native value as phi^5 divided by pi, and the SI number follows after the tick, voxel, and coherence calibration are fixed.
2. Equations
(E1)
$$ G_{\mathrm{RS}}=\frac{\varphi^5}{\pi} $$
RS-native Newton constant.
3. Prediction or structural target
- G_RS: predicted phi^5/pi (RS-native gravity units); empirical 6.67430(15)e-11 m^3 kg^-1 s^-2. Source: CODATA 2022
This entry is one of the marquee derivations. The numerical or formal target is explicit, and the falsifier identifies the failure mode.
4. Formal anchor
The primary anchor is Constants.GravitationalConstant..G_rs.
Thus G = φ⁵ / π. -/
noncomputable def G_rs : ℝ := phi ^ 5 / Real.pi
/-- G > 0. -/
theorem G_rs_pos : 0 < G_rs := by
unfold G_rs
apply div_pos
· exact pow_pos phi_pos 5
· exact Real.pi_pos
5. What is inside the Lean module
Key theorems:
G_rs_posgravitational_constant_derived
Key definitions:
G_rs
6. Derivation chain
G_rs- G_rs definitiongravitational_constant_derived- G derivedG_derived- G derived (Derivation)G_relation_satisfied- G relation satisfied
7. Falsifier
A precision determination of G that cannot be reconciled with the RS unit bridge while retaining c and hbar refutes this derivation.
8. Where this derivation stops
Below this page the chain reduces to the RS forcing sequence: J-cost uniqueness, phi forcing, the eight-tick cycle, and the D=3 recognition substrate. If any upstream theorem changes, this page must be versioned rather than patched silently. The published URL is stable, but the version field is the contract.
9. Reading note
The minimal way to audit this page is to open the first Lean anchor and then walk the supporting declarations listed above. If the primary theorem is a module-level anchor, the key theorems section names the internal declarations that carry the mathematical load. This keeps the public derivation readable without severing it from the proof object.
10. Audit path
To audit gravitational-constant-from-rs, start with the primary Lean anchor Constants.GravitationalConstant.G_rs. Then inspect the theorem names listed in the module-content section. The page is intentionally built so the public explanation is not a substitute for the proof object; it is a map into it. The mathematical dependency is the same in every case: reciprocal cost fixes J, J fixes the phi-ladder, the eight-tick cycle fixes the recognition clock, and the domain theorem listed above supplies the last step. If that last step is empirical, the falsifier section names what observation would break it. If that last step is formal, a Lean-checkable counterexample is the relevant failure mode.
11. Why this belongs in the derivations corpus
The corpus is organized around load-bearing consequences, not around file names. This entry is included because Constants.GravitationalConstant contributes a reusable theorem or definitional bridge that other pages can cite. Keeping the page public gives readers a stable URL, a JSON record, and a direct path into the Lean theorem page. If the entry becomes redundant with a stronger derivation later, the current slug should be retired rather than silently rewritten; the replacement should absorb its anchors and preserve the audit history.
Falsifier
A precision determination of G that cannot be reconciled with the RS unit bridge while retaining c and hbar refutes this derivation.
References
-
lean
Recognition Science Lean library (IndisputableMonolith)
https://github.com/jonwashburn/shape-of-logic
Public Lean 4 canon used by Pith theorem pages. -
paper
Uniqueness of the Canonical Reciprocal Cost
Peer-reviewed paper anchoring the J-cost uniqueness theorem. -
standard
CODATA/NIST value of Newtonian constant of gravitation
https://physics.nist.gov/cgi-bin/cuu/Value?bg
How to cite this derivation
- Stable URL:
https://pith.science/derivations/gravitational-constant-from-rs - Version: 5
- Published: 2026-05-14
- Updated: 2026-05-14
- JSON:
https://pith.science/derivations/gravitational-constant-from-rs.json - YAML source:
pith/derivations/registry/bulk/gravitational-constant-from-rs.yaml
@misc{pith-gravitational-constant-from-rs,
title = "Newton's Gravitational Constant",
author = "Recognition Physics Institute",
year = "2026",
url = "https://pith.science/derivations/gravitational-constant-from-rs",
note = "Pith Derivations, version 5"
}