Encyclopedia Foundation Foundation Hierarchy Forcing Hierarchy Forced Gives Phi

ARTICLE 1 claim 1 theorem

Foundation Hierarchy Forcing Hierarchy Forced Gives Phi

A simple arithmetic condition on a ladder of levels forces the golden ratio as the only possible ratio between consecutive rungs.

The forced ladder

The golden ratio, often written φ, is the number that solves r² = r + 1, so that multiplying by r and adding 1 give the same result. Its value is (1 + √5)/2, about 1.618. The ancient Greeks knew it as the division of a line into extreme and mean ratio, and it appears throughout geometry, from the pentagon to the Fibonacci sequence, where each term is the sum of the two before it.

In Recognition Science, a ledger is a discrete record of events, and a recognition is the act of matching a new event to a stored one. The framework studies hierarchies built from such ledgers, where each level is a number representing some scale, like a length or a time. A tick is one step up such a ladder, from one level to the next.

The machine-checked library of formal theorems proves a specific statement about these ladders. One can have a sequence of positive levels, with at least three of them, and you require that the ratio between any two neighboring levels is the same, so the ladder grows by a uniform factor. Suppose also that this factor is greater than 1, so the levels increase. Finally, suppose the third level is exactly the sum of the first two, a natural additive condition. Under these three assumptions, the shared ratio is forced to be the golden ratio φ.

The theorem, called hierarchy_forced_gives_phi in the framework's library, derives this conclusion from the assumptions using only ordinary arithmetic. It does not assume φ anywhere in its premises. The result is that a ladder with uniform growth and an additive step cannot have any ratio other than φ; the golden ratio is not chosen but emerges as the only possibility.

This is a statement about a formal structure, not about any particular physical system. The framework uses this result as one step in a longer chain that aims to derive constants like the fine-structure constant from its axioms, but this theorem alone does not connect to any measured quantity. It establishes a property of a mathematical object defined by the framework's assumptions.

What the theorem does not claim is just as important. It does not say that any real physical hierarchy must have the golden ratio as its scale factor; that would require additional physical assumptions about how ledgers map to nature. It does not prove that the golden ratio is the only possible ratio for all hierarchies, only for those satisfying the uniform-growth and additive-step conditions. And it does not, by itself, derive any measured constant of physics.

THEOREM hierarchy_forced_gives_phi · IndisputableMonolith/Foundation/HierarchyForcing.lean
/-- The forced hierarchy yields σ = φ. -/
theorem hierarchy_forced_gives_phi
    (M : NontrivialMultilevelComposition)
    (no_free_scale : ∀ j k,
      M.levels (j + 1) / M.levels j = M.levels (k + 1) / M.levels k)
    (ratio_gt_one : 1 < M.levels 1 / M.levels 0)
    (additive : M.levels 2 = M.levels 1 + M.levels 0) :
    (hierarchy_forced M no_free_scale ratio_gt_one).ratio = PhiForcing.φ :=
  hierarchy_emergence_forces_phi
    (hierarchy_forced M no_free_scale ratio_gt_one)
    additive

What this page does not claim

The theorem does not claim any physical system must have golden-ratio scaling. The theorem does not derive any measured constant of physics. The theorem does not apply to hierarchies with non-uniform growth or without the additive condition.

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