pith. sign in
module module high

IndisputableMonolith.Gap45.Derivation

show as:
view Lean formalization →

Gap45.Derivation defines the Fibonacci sequence starting 1, 1, 2, 3, 5, 8 and verifies initial terms plus coprimality. Researchers closing the physical motivation gap for 45-tick synchronization in Recognition Science cite it as the arithmetic substrate. The module relies on recursive definitions and direct checks for small indices.

claimThe Fibonacci sequence satisfies the recurrence $F_n = F_{n-1} + F_{n-2}$ for $n > 2$, with initial conditions $F_1 = 1$ and $F_2 = 1$.

background

The Gap45.Derivation module sits inside the Recognition Science treatment of the 45-tick synchronization gap. It introduces the Fibonacci sequence exactly as stated in its documentation: 1, 1, 2, 3, 5, 8, 13, 21, .... Definitions cover the recursive function, base cases, explicit evaluations at small indices, and coprimality of selected pairs.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

The module supplies the Fibonacci sequence to the PhysicalMotivation module. That module in turn supplies the physically grounded derivation of the number 45, addressing the paper gap that the 45-tick synchronization argument remains physically unmotivated. The sequence supplies the cumulative-phase substrate for the dimension-forcing step.

scope and limits

used by (1)

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

declarations in this module (38)