pith. machine review for the scientific record. sign in
Foundational THEOREM Gravity v5

Gravity Propagates at the Speed of Light

Both ride the same recognition substrate; the ratio is exactly 1

Both ride the same recognition substrate; the ratio is exactly 1. **G-007 Structural**: In RS-native units, gravity and light have the same propagation speed (both = 1). The ledger is the single substrate; there is no separate "gravitational medium" with different tick rate.

Predictions

Quantity Predicted Units Empirical Source
c_grav/c_EM 1 dimensionless 1 within ~10^-15 GW170817 / GRB 170817A

Equations

[ c_{\mathrm{grav}}^{\mathrm{RS}} = c_{\mathrm{EM}}^{\mathrm{RS}} = 1 ]

Native RS speed equality.

[ \left|\frac{c_{\mathrm{grav}}-c}{c}\right|\lesssim 10^{-15} ]

GW170817 observational bound.

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. 1 c_grav = c_RS theorem checked
    IndisputableMonolith.Gravity.PropagationSpeed.c_grav_eq_c_RS Open theorem →
  2. 2 Speed ratio unity theorem checked
    IndisputableMonolith.Gravity.PropagationSpeed.speed_ratio_unity Open theorem →
  3. 3 Equality forced theorem checked
    IndisputableMonolith.Gravity.PropagationSpeed.propagation_equality_forced Open theorem →
  4. 4 Propagation implies equal speed theorem checked
    IndisputableMonolith.Gravity.PropagationSpeed.propagation_implies_equal_speed Open theorem →

Narrative

1. Setting

This is the simplest gravitational prediction in RS. Light and gravity do not propagate through two media. They ride the same recognition ledger, so their native speed is the same tick-per-voxel speed. The Lean theorem is a reflexivity proof because both speeds are defined as 1 in RS-native units; the empirical content is that nature never reveals a separate gravitational clock.

2. Equations

(E1)

$$ c_{\mathrm{grav}}^{\mathrm{RS}} = c_{\mathrm{EM}}^{\mathrm{RS}} = 1 $$

Native RS speed equality.

(E2)

$$ \left|\frac{c_{\mathrm{grav}}-c}{c}\right|\lesssim 10^{-15} $$

GW170817 observational bound.

3. Prediction or structural target

  • c_grav/c_EM: predicted 1 (dimensionless); empirical 1 within ~10^-15. Source: GW170817 / GRB 170817A

GW170817 is the flagship test; it already supports equality to roughly one part in 10^15.

4. Formal anchor

The primary anchor is Gravity.PropagationSpeed..c_grav_eq_c_RS.

    GW170817 confirmed c_grav = c to 10⁻¹⁵. RS predicts exact equality. -/
theorem c_grav_eq_c_RS : c_grav_RS = c_RS := rfl

/-- Propagation-speed structural marker implies gravity/light equality in RS units. -/
theorem propagation_implies_equal_speed (h : c_grav_RS = c_RS) :
    c_grav_RS = c_RS :=
  h

/-- When both speeds are defined from the same tick rate, their ratio is 1. -/
theorem speed_ratio_unity : c_grav_RS / c_RS = 1 := by

5. What is inside the Lean module

Key theorems:

  • c_grav_eq_c_RS
  • propagation_implies_equal_speed
  • speed_ratio_unity
  • propagation_equality_forced

Key definitions:

  • c_RS
  • c_grav_RS

6. Derivation chain

7. Falsifier

Any reproducible measurement of gravitational waves propagating at a speed different from electromagnetic waves in the same local inertial frame 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.

10. Audit path

To audit gravity-equals-light, start with the primary Lean anchor Gravity.PropagationSpeed.c_grav_eq_c_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.

Falsifier

Any reproducible measurement of gravitational waves propagating at a speed different from electromagnetic waves in the same local inertial frame refutes this derivation.

Related derivations

References

  1. lean Recognition Science Lean library (IndisputableMonolith)
    https://github.com/jonwashburn/shape-of-logic
    Public Lean 4 canon used by Pith theorem pages.
  2. paper Uniqueness of the Canonical Reciprocal Cost
    Washburn, J.; Zlatanovic, B.
    Axioms (MDPI) (2026)
    Peer-reviewed paper anchoring the J-cost uniqueness theorem.
  3. paper GW170817: Observation of Gravitational Waves from a Binary Neutron Star Inspiral
    LIGO Scientific Collaboration and Virgo Collaboration
    Physical Review Letters (2017)
    doi:10.1103/PhysRevLett.119.161101
  4. paper Gravitational Waves and Gamma-Rays from a Binary Neutron Star Merger: GW170817 and GRB 170817A
    Abbott et al.
    Astrophysical Journal Letters (2017)
    doi:10.3847/2041-8213/aa920c

How to cite this derivation

  • Stable URL: https://pith.science/derivations/gravity-equals-light
  • Version: 5
  • Published: 2026-05-14
  • Updated: 2026-05-14
  • JSON: https://pith.science/derivations/gravity-equals-light.json
  • YAML source: pith/derivations/registry/bulk/gravity-equals-light.yaml

@misc{pith-gravity-equals-light, title = "Gravity Propagates at the Speed of Light", author = "Recognition Physics Institute", year = "2026", url = "https://pith.science/derivations/gravity-equals-light", note = "Pith Derivations, version 5" }