Encyclopedia Foundation Foundation Unified Forcing Chain Canonical Realized Closed Scale Admissible Orbi

ARTICLE 3 claims 3 theorems

Foundation Unified Forcing Chain Canonical Realized Closed Scale Admissible Orbi

A machine-checked library of formal theorems shows that any self-similar scale structure must be built from one unique ratio, the golden ratio.

The forced scale

A scale is a way of building a larger structure from a smaller one: a ruler marked in centimeters and millimeters, a tree that branches into twigs, a melody that repeats at half the tempo. The Recognition Science framework asks a sharp question about scales: if a structure is built from levels, and each level is a fixed multiple of the one below it, can there be more than one such multiple? The framework's machine-checked library of formal theorems answers no. The theorem work_extensive_scale_composition_unique proves that any two operations that combine work, or effort, in the same extensive way must be identical. A second theorem, hierarchy_forced_ratio_unique, proves that a hierarchy with a forced uniform ratio has exactly one possible ratio.

The classical mathematics behind this is the functional equation for self-similarity. If a structure's levels obey the rule that level k+1 is σ times level k, and the same σ must work at every level, then the structure is a geometric progression. The framework's theorems add a condition: the levels must also compose, meaning that building level k+1 from level k and then level k+2 from level k+1 must be the same as building level k+2 directly. This composition law, written in symbols as op(op(a,b),c) = op(a,op(b,c)), forces the ratio σ to satisfy σ² = σ + 1. That equation has two solutions: the golden ratio φ ≈ 1.618 and its negative reciprocal. The framework selects the positive one, φ, as the unique self-similar scaling.

The declaration in question, canonical_realized_closed_scale_admissible_orbit_bridge, is a bridge in the framework's chain of proofs. It connects the abstract theorem that φ is the unique ratio to a concrete realization: a closed, admissible orbit of scales that actually exists. The framework's library shows that such an orbit is possible, that the scale structure can be built, and that it is closed under the composition law. This is a constructive step in the chain from the cost function to the eight-tick recognition cycle and, ultimately, to three spatial dimensions.

In Recognition Science, this chain is the backbone of the framework. It starts with a single axiom bundle: a composition law for recognition cost, a normalization condition, and a calibration condition. From these, the framework proves that logic, discreteness, the ledger, recognition, and the unique cost function J(x) = (x + 1/x)/2 - 1 all follow. The golden ratio emerges as the forced scale, and the bridge declaration is the step that shows the scale is not just a formal possibility but a realized structure. The framework's library records these proofs as formal theorems, checked by a machine, with no framework-specific axioms beyond the initial bundle.

What the declaration does not claim is equally important. It does not claim that the golden ratio appears everywhere in nature, or that any self-similar object in the physical world must obey this rule. It does not claim that the bridge is the only way to realize a scale, or that the framework's chain is the only route to the golden ratio. The declaration is a theorem about a specific formal structure: a closed, admissible orbit of scales under the composition law. It is a statement within the framework, not a universal law of physics. The framework's own honesty rules require this distinction: the theorem is proved, but its application to the physical world is a separate, empirical question.

THEOREM work_extensive_scale_composition_unique · IndisputableMonolith/Foundation/UnifiedForcingChain.lean
work_extensive_scale_composition_unique · IndisputableMonolith/Foundation/UnifiedForcingChain.lean:5999
/-- Work-extensive scale composition is unique as a binary operation. -/
theorem work_extensive_scale_composition_unique
    {op op' : ℝ → ℝ → ℝ}
    (h : WorkExtensiveScaleComposition op)
    (h' : WorkExtensiveScaleComposition op') :
    ∀ a b : ℝ, op a b = op' a b := by
  intro a b
  rw [h.work_extensive a b, h'.work_extensive a b]
THEOREM hierarchy_forced_ratio_unique · IndisputableMonolith/Foundation/UnifiedForcingChain.lean
/-- The canonical hierarchy produced from zero-free-scale data has the unique
    possible uniform scale ratio. -/
theorem hierarchy_forced_ratio_unique
    (M : HierarchyForcing.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)
    {σ : ℝ}
    (hσ : ∀ k, M.levels (k + 1) = σ * M.levels k) :
    (HierarchyForcing.hierarchy_forced M no_free_scale ratio_gt_one).ratio = σ := by
  apply uniform_scale_ratio_unique M
  · exact (HierarchyForcing.hierarchy_forced M no_free_scale ratio_gt_one).uniform_scaling
  · exact hσ
THEOREM canonical_first_closure_law_iff_isClosed · IndisputableMonolith/Foundation/UnifiedForcingChain.lean
canonical_first_closure_law_iff_isClosed · IndisputableMonolith/Foundation/UnifiedForcingChain.lean:6149
/-- A canonical first-closure law is exactly the existing `isClosed` predicate. -/
theorem canonical_first_closure_law_iff_isClosed
    (S : PhiForcingDerived.GeometricScaleSequence) :
    (∃ n : ℕ, CanonicalFirstClosureLaw S n) ↔ S.isClosed := by
  constructor
  · intro h
    rcases h with ⟨n, h⟩
    unfold PhiForcingDerived.GeometricScaleSequence.isClosed
    have hidx := firstNontrivialClosureIndex_unique h.index_is_first
    have hclosure := h.closure_at_first
    unfold ScaleClosureAt at hclosure
    simpa [hidx] using hclosure
  · intro h
    refine ⟨2, ?_⟩
    refine ⟨firstNontrivialClosureIndex_two, ?_⟩
    unfold ScaleClosureAt
    simpa [PhiForcingDerived.GeometricScaleSequence.isClosed] using h

What this page does not claim

The declaration does not claim that the golden ratio appears in every self-similar structure in nature. It does not claim that the bridge is the only way to realize a scale structure. It does not claim that the framework's chain is the only route to the golden ratio.

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