Recognition Physics Institute

Encyclopedia Ledger Discrete Ledger

COMPILED 2026-08-06 · PUBLIC EDITION · SOURCES: 1 LEAN MODULE

Discrete Ledger

For a discrete record whose pricing rule repeats at every scale, the only nontrivial scale ratio is the golden number, (1 + √5)/2.

The self-similar ledger

A discrete record is a list of separate entries, written one at a time so that each can be checked in order. Discrete here means the opposite of continuous: between two adjacent entries there is no third entry. The oldest records of this kind are clay tokens and tally sticks, and the idea matured in double-entry bookkeeping, where every transaction appears as a debit on one page and a credit on another. In all these forms the record is the same: a sequence of individual facts, preserved so that a later reader can reconstruct the order in which they happened. The order of entries matters, but the entries themselves are separate, so any later reader can audit them one by one. Add a rule that prices the relationship between any two entries, and the record becomes a structure that can ask how much one entry owes another. This page is about that structure: entries, prices, and the constraints a pricing rule imposes. That auditability is what separates a record from a mere pile of facts.

The golden ratio is the positive number φ satisfying φ² = φ + 1, namely (1 + √5)/2 ≈ 1.618. It is irrational, with the simplest continued fraction, an unending string of 1s. Euclid described the extreme and mean ratio in the Elements around 300 BC, and a regular pentagon displays it: the diagonal divided by the side equals φ. A rectangle with this ratio can be cut into a square and a smaller rectangle of the same proportions, one of the oldest examples of a self-similar figure, a figure that contains a smaller copy of itself. Successive Fibonacci numbers approach φ as the sequence grows. The equation has one other root, (1 - √5)/2 ≈ -0.618, which is negative and cannot describe a scale ratio.

In Recognition Science, the record becomes a formal model. The framework calls it a ledger, meaning a discrete record of events, and calls each act of matching one entry to another a recognition. Every recognition carries a cost: a number assigned by a pricing rule. The framework's central theorem, shown in a machine-checked library of formal theorems, states that any cost function satisfying five plain conditions must be J(x) = (x + 1/x)/2 - 1: reciprocal symmetry, zero cost at unity, a forced composition law, calibration, and continuity, with a smoothness package added in the formal statement.

A discrete recognition ledger, in the framework's definitions, combines a ledger with a discrete configuration space, the set of allowed states, whose states advance in finite steps. The scale ratio is the factor by which one level exceeds the level below. A ledger is self-similar when the same pricing rule operates at every level, witnessed by a sequence of scales whose steps all multiply by that same ratio. The framework proves that if such a ledger is self-similar with scale ratio r, then r must satisfy r² = r + 1. Since the only positive solution is φ, a self-similar discrete recognition ledger is forced to use φ as its scale ratio.

That is the payoff: inside this framework, the golden ratio is load-bearing. It is the single ratio at which the ledger can face itself at another scale without changing its pricing rule, and the framework derives it with no fitting step.

THEOREM phi_equation · phi_pos · φ · IndisputableMonolith/Foundation/PhiForcing.lean

THEOREM self_similar_forces_golden_constraint · IndisputableMonolith/Foundation/PhiForcing.lean

THEOREM phi_forced · golden_constraint_unique · IndisputableMonolith/Foundation/PhiForcing.lean

What this page does not claim

No claim that the discrete recognition ledger is a physical object; it is a formal definitional structure. No claim that self-similarity alone forces the golden ratio; the theorem requires the five cost conditions and a closed scale sequence. No claim that the negative root of the golden equation can serve as a scale ratio; scale ratios are positive by definition.

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