Pith. sign in
module module high

IndisputableMonolith.Information.PhiHierarchyGrowth

show as:
view Lean formalization →

This module defines the canonical φ-geometric hierarchy K(ℓ) = K₀ · φ^ℓ as the growth law for optimal information partitions. Researchers working on local cache theorems and inevitability of local minds would cite it. The module supplies definitions and lemmas that convert the fibonacci recurrence into explicit geometric growth and uniqueness statements.

claim$K(\ell) = K_0 \cdot \phi^\ell$ for rung index $\ell$, with $\phi$ the golden-ratio fixed point satisfying the self-similar recurrence.

background

The module imports Constants (τ₀ = 1 tick), Cost, and LocalCache. LocalCache doc states: 'Machine-verified core of the "Inevitability of Local Minds" paper' and lists fibonacci_partition_forces_phi as 'The optimal partition recurrence K_{ℓ+1} = K_ℓ + K_{ℓ-1}'. The setting is the φ-optimal hierarchy under assumptions A1–A3 for caching cost reduction.

proof idea

This is a definition module, no proofs. It introduces phiHierarchy as the explicit geometric sequence, then establishes positivity, fibonacci relation, ratio convergence, and uniqueness as the fixed point via the listed sibling declarations.

why it matters in Recognition Science

The module supplies the φ-hierarchy that supports the Local Cache Theorem and fibonacci_partition_forces_phi result in IndisputableMonolith.Information.LocalCache. It converts the recurrence into the closed-form growth law required by the paper on inevitability of local minds.

scope and limits

depends on (3)

Lean names referenced from this declaration's body.

declarations in this module (14)