IndisputableMonolith.Gap45.Derivation
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
- Does not derive the full 45-tick synchronization argument.
- Does not connect Fibonacci numbers to J-cost, defectDist, or the phi-ladder.
- Does not prove any Recognition Science forcing-chain theorems.
- Does not address physical constants or mass formulas.
used by (1)
declarations in this module (38)
-
def
fib -
lemma
fib_0 -
lemma
fib_1 -
lemma
fib_2 -
lemma
fib_3 -
lemma
fib_4 -
lemma
fib_5 -
lemma
fib_6 -
theorem
fibonacci_5_is_5 -
theorem
fibonacci_6_is_8 -
theorem
fib_coprime_4_5 -
theorem
five_eight_coprime -
def
eight_tick_period -
def
closure_factor -
lemma
closure_factor_eq -
def
fibonacci_factor -
lemma
fibonacci_factor_eq -
theorem
fibonacci_factor_is_fib -
theorem
fibonacci_factor_coprime_with_8 -
def
gap -
theorem
gap_eq_45 -
theorem
gap_factorization -
theorem
gap_forced_from_eight_tick_and_fibonacci -
theorem
gap_coprime_with_8 -
theorem
forty_five_eq_nine_times_five -
theorem
forty_five_factorization -
def
full_period -
theorem
full_period_eq_360 -
theorem
full_period_is_product -
theorem
cycles_of_eight -
theorem
cycles_of_gap -
def
power_of_two -
theorem
lcm_360_forces_D_eq_3 -
theorem
D_3_gives_8 -
theorem
D_3_forced_from_structure -
def
closure_interpretation -
def
fibonacci_interpretation -
def
derivation_summary