pith. sign in
theorem

all_constants_from_phi

proved
show as:

All named constants are functions of φ alone.

module
IndisputableMonolith.Foundation.ConstantDerivations
domain
Foundation
line
270 · github
papers citing
15 papers (below)

plain-language theorem explainer

Recognition Science fixes the speed of light, reduced Planck constant, gravitational constant and Planck length as algebraic expressions in the golden ratio phi within its native units. A physicist deriving the constant sector from the composition law would cite this result to eliminate free parameters. The proof is a one-line constructor that assembles five prior lemmas on each component.

Claim. In RS-native units, $c = 1$, there exists an integer $n$ such that $h = phi^n$, there exists an integer $m$ such that $G = phi^m$, $G h = 1$, and the Planck length equals 1.

background

The module derives physical constants from the Recognition Science foundation. The composition law forces the unique cost J(x) = (x + x^{-1})/2 - 1. Self-similarity fixes phi as the golden ratio. The eight-tick octave then requires three spatial dimensions, yielding fundamental scales tau_0 = 1 tick and ell_0 = 1 with coherence energy phi^{-5}. Constants appear as ratios of these scales. Upstream results include the definition of G_rs as phi^5 and the tick as the unit time quantum.

proof idea

The proof is a one-line wrapper that applies the conjunction of c_rs_eq_one, ℏ_algebraic_in_φ, G_algebraic_in_φ, G_ℏ_product and planck_length_eq_one. These lemmas are established earlier in the module from the phi-ladder and the forcing chain.

why it matters

This result closes the constant sector by showing every fundamental constant is algebraic in phi, which is forced by J-uniqueness and the self-similar fixed point. It supports the claim that the entire physics follows from the composition law with no free parameters. The module narrative links it to the eight-tick cycle forcing D = 3 and the mass formula on the phi-ladder.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.