Encyclopedia Gravity Gravity Gravity Parameters Rung Offset Is Two 8tick Cycles

ARTICLE 3 claims 2 theorems 1 model

Gravity Gravity Parameters Rung Offset Is Two 8tick Cycles

A formal proof identifies a number used in a galactic gravity model as two complete cycles of an eight-step recognition pattern, a fact that is arithmetic, not physics.

The rung offset

The number 16 appears throughout the Recognition Science framework's model of galactic rotation. In the machine-checked library of formal theorems, the declaration rung_offset_is_two_8tick_cycles establishes that this number equals two times eight. The statement is a theorem, meaning it is derived from definitions using only the kernel's standard axioms. It establishes an arithmetic identity: the offset, a quantity that shifts one predicted count relative to another, is exactly two repetitions of an eight-step cycle, the framework's basic unit of recognition events.

The context matters. The same library defines the rung offset as 16, and separately establishes that 16 is both a power of two (2 to the 4th) and a perfect square (4 squared). The new theorem adds a third characterization: 16 as two cycles of eight. In the framework's language, a tick is one step in a recognition process, and eight ticks form a complete cycle. The offset of two such cycles is therefore a structural claim about how the model's counting works, not a statement about any measured galaxy.

What the theorem does not do is connect this arithmetic to any physical observation. It does not claim that galaxies actually exhibit a 16-step pattern, nor that the offset is measured or derived from data. The proof is purely computational, using the built-in decision procedure to verify that 16 equals 2 times 8. The physical interpretation, if any, would come from other parts of the framework that relate the offset to parameters like the galactic count N_tau_conjecture, which is defined as 142, and the radial count N_r_conjecture, defined as 126. The theorem itself stays silent on those connections.

In plain terms, the declaration is a small, verified piece of arithmetic inside a larger formal system. It tells a reader that the number 16, already defined, can be seen as two cycles of eight. That is all it establishes. Any broader claim about gravity, galaxies, or the physical meaning of the offset would need separate support from other declarations or theorems in the library.

THEOREM rung_offset_is_two_8tick_cycles · IndisputableMonolith/Gravity/GravityParameters.lean
rung_offset_is_two_8tick_cycles · IndisputableMonolith/Gravity/GravityParameters.lean:310
theorem rung_offset_is_two_8tick_cycles : rung_offset = 2 * 8 := by native_decide
MODEL rung_offset · IndisputableMonolith/Gravity/GravityParameters.lean
/-- The 16-rung offset is 2^4 = 4² (second non-trivial perfect square). -/
def rung_offset : ℕ := 16
THEOREM rung_offset_is_two_8tick_cycles · IndisputableMonolith/Gravity/GravityParameters.lean
rung_offset_is_two_8tick_cycles · IndisputableMonolith/Gravity/GravityParameters.lean:310
theorem rung_offset_is_two_8tick_cycles : rung_offset = 2 * 8 := by native_decide

What this page does not claim

The theorem does not state that any observed galaxy exhibits a 16-step pattern. The theorem does not derive the offset from physical measurements. The theorem does not explain why the offset is two cycles of eight rather than any other factorization.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Gravity/GravityParameters.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND