pith. machine review for the scientific record. sign in
theorem

zero_param_forces_unit_coefficients

proved
show as:
module
IndisputableMonolith.Foundation.HierarchyDynamics
domain
Foundation
line
86 · github
papers citing
none yet

plain-language theorem explainer

Zero-parameter minimality in discrete ledger composition forces recurrence coefficients to be exactly (1,1). Researchers closing the T5 to T6 gap in the Recognition Science chain cite this when deriving the golden ratio from integer recurrences on uniform scale ladders. The argument reduces directly to an upstream arithmetic lemma identifying the unique minimizer of max(a,b) among positive integers.

Claim. Let $a, b$ be positive integers satisfying $1 ≤ a$, $1 ≤ b$, and $max(a,b) = 1$. Then $a = 1$ and $b = 1$.

background

This theorem belongs to the Hierarchy Dynamics module, which resolves the gap between T5 (J-uniqueness via the cost functional) and T6 (self-similar fixed point φ) by deriving the Fibonacci recurrence from zero-parameter ledger axioms. The module traces multilevel composition to a uniform scale ladder, then uses locality and discreteness to obtain a finite-order recurrence with positive integer coefficients.

proof idea

The proof is a one-line wrapper that applies additive_composition_is_minimal from HierarchyForcing to the hypotheses ha, hb, and hmin.

why it matters

The result supplies the minimality step in the module's derivation chain and feeds directly into minimal_recurrence_forces_golden_equation and bridge_T5_T6. The latter derives that a minimal local binary recurrence on a uniform scale ladder forces the ratio σ to equal φ. It realizes step 5 of the chain: zero-parameter posture selects coefficients (1,1), yielding σ² = σ + 1. This connects T5 J-uniqueness to the self-similar structure required for T6 and the eight-tick octave.

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