Pith. sign in
module module moderate

IndisputableMonolith.Foundation.CoherenceExponentUniqueness

show as:
view Lean formalization →

The module defines the Fibonacci deficit k_fib(D) = 2^D - D and establishes uniqueness of the coherence exponent at D = 3 with value 5. Researchers deriving the eight-tick octave and spatial dimensions from the forcing chain would cite these lemmas. The argument consists of direct evaluations at small integers plus case checks for agreement and disagreement.

claim$k_{\rm fib}(D) := 2^D - D$. The coherence exponent equals 5 at $D=3$ and is unique there; $k_{\rm int}$ and related predicates confirm agreement only at this point.

background

The module sits in the Foundation layer and introduces the Fibonacci deficit to quantify deviation from pure dyadic scaling. It defines k_fib together with integer comparison functions and a collection of small-D lemmas (agreement_at_3, disagreement_at_1, disagreement_at_2, disagreement_at_4, both_equal_5_at_3). These support the coherenceExponent and einsteinKappaExponent declarations that appear as siblings.

proof idea

This is a definition module with supporting lemmas. The results are obtained by direct computation of k_fib at D = 1,2,3,4 followed by exhaustive case verification that only D = 3 yields the integer value 5.

why it matters in Recognition Science

The module supplies the uniqueness step required for T7 (eight-tick octave) and T8 (D = 3) in the forcing chain. It feeds the parent declarations coherenceExponent_eq_5 and einsteinKappaExponent, closing the exponent choice before higher-dimensional or mass-ladder results are invoked.

scope and limits

declarations in this module (16)