Pith. sign in
module module high

IndisputableMonolith.Gap45.PhysicalMotivation

show as:
view Lean formalization →

The Gap45.PhysicalMotivation module defines the nth triangular number T(n) = n(n+1)/2 together with its recurrence and evaluation at the eight-tick point to supply the combinatorial link for the 45-gap. Researchers tracing the emergence of 45 from T8 and the Fibonacci factor tied to phi cite it for the explicit formula and the triangular_9_is_45 case. The module consists of a sequence of definitions and one-line evaluations that connect the closure factor (8+1) to the Fibonacci factor (5).

claimThe nth triangular number is $T(n) = \frac{n(n+1)}{2}$.

background

This module supplies the combinatorial objects for the 45-gap in Recognition Science. It imports Constants, where the fundamental RS time quantum is defined as $\tau_0 = 1$ tick, and Gap45.Derivation, whose doc-comment states that 45 emerges as $(8+1)\times 5$ from the eight-tick structure combined with the Fibonacci sequence related to $\phi$. The supplied doc-comment identifies the central object: the nth triangular number $T(n) = 1 + 2 + \dots + n = n(n+1)/2$. The sibling declarations (triangular_formula, triangular_rec_at_8, triangular_9_is_45, eight_tick) implement the recurrence and the specific evaluation that closes the gap.

proof idea

This is a definition module, no proofs. It introduces the triangular number definition, states the closed formula, records the recurrence relation evaluated at the eight-tick index, and evaluates the case that yields 45, thereby furnishing the combinatorial step required by the upstream Derivation module.

why it matters in Recognition Science

The module supplies the triangular-number foundation that supports the key result in Gap45.Derivation: 45 = (8+1)×5. That result in turn connects the eight-tick octave (T7-T8) of the forcing chain to the phi-ladder gap structure. No downstream declarations are recorded, indicating the module functions as an internal combinatorial layer rather than a terminal theorem.

scope and limits

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (31)