Pith. sign in
module module high

IndisputableMonolith.Gap45.Derivation

show as:
view Lean formalization →

This module defines the Fibonacci sequence 1, 1, 2, 3, 5, 8, 13, 21, ... to support the Gap45 derivation. Researchers addressing the 45-tick synchronization gap in Recognition Science would cite these definitions. The module supplies recursive definitions and small lemmas on Fibonacci numbers with no complex proofs.

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

background

The module sits inside the Gap45.Derivation component of Recognition Science and imports Mathlib. It introduces the Fibonacci sequence whose terms are used to construct cumulative phase counts that motivate the number 45 in the dimension-forcing argument. The sequence begins 1, 1, 2, 3, 5, 8, 13, 21, ... and is developed through basic recursive clauses and elementary lemmas.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

The module supplies the Fibonacci definitions that feed directly into IndisputableMonolith.Gap45.PhysicalMotivation. That downstream module uses them to give a physically grounded derivation of the 45-tick synchronization, addressing the paper gap that the 45-tick argument remains physically unmotivated.

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)