pith. machine review for the scientific record. sign in
theorem proved term proof high

phi_self_similar

show as:
view Lean formalization →

The golden ratio satisfies the quadratic φ² = φ + 1, which encodes the self-similar Fibonacci property required for the information ledger. Researchers deriving recognition-event scaling from the Recognition Composition Law cite this identity when building the phi-ladder. The proof is a direct one-line application of the defining equation for φ.

claimThe golden ratio satisfies the equation $φ^2 = φ + 1$.

background

The InformationIsLedger module identifies information with the physical ledger: every recognition ratio x > 0 carries a J-cost J(x) ≥ 0, with J(x) = 0 precisely when x = 1. The golden ratio φ is introduced as the unique positive real satisfying the self-similarity relation that encodes “the next level contains the previous two.” This theorem sits inside the IC-001 sequence that unifies J-cost with Shannon entropy.

proof idea

The proof is a one-line wrapper that applies the upstream lemma phi_sq_eq, which states the key identity φ² = φ + 1 derived from the quadratic x² - x - 1 = 0.

why it matters in Recognition Science

The result supplies the self-similarity step inside the IC-001 certificate, which aggregates J-cost properties to certify that information is the ledger. It aligns with the T6 forcing step in which φ is the self-similar fixed point of the Recognition Composition Law. The downstream ic001_certificate string explicitly lists this theorem among the derived facts confirming the ledger interpretation.

scope and limits

formal statement (Lean)

 256theorem phi_self_similar : phi ^ 2 = phi + 1 :=

proof body

Term-mode proof.

 257  phi_sq_eq
 258
 259/-- **THEOREM IC-001.21**: The J-cost of φ is positive (φ ≠ 1).
 260    The golden ratio represents non-trivial information in the ledger. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (13)

Lean names referenced from this declaration's body.