Encyclopedia Masses Masses Mass Genesis T10 Rung Tower Modular Flow Mul Orbit Translation N Transpos

ARTICLE 1 claim 1 theorem

Masses Mass Genesis T10 Rung Tower Modular Flow Mul Orbit Translation N Transpos

The declaration describes a specific algebraic operation in a model of particle mass generation, not a physical law.

The orbit shift and its transpose

The declaration mul_orbitTranslationN_transpose_apply is a formal statement about a matrix operation. In plain terms, it says that when you apply a certain cyclic shift to a matrix, and then apply the transpose of that shift, you get back the original matrix. This is a property of the mathematical object called the orbit translation, which is defined as a permutation matrix that cycles the rungs of a ladder.

This operation is part of a larger model in Recognition Science that attempts to derive particle masses. The model uses a ladder of rungs, each with a weight proportional to a power of the golden ratio. The declaration itself is a theorem about the algebraic structure, not a claim about physical reality. It is a piece of the machinery that the framework uses to explore which rung might correspond to a specific particle.

The declaration does not claim that the orbit translation is a physical process. It does not say that particles actually move along the ladder. It is a mathematical tool used to analyze the model's structure. The framework's library proves this property, but the property is about the matrix algebra, not about the physical world.

THEOREM orbitTranslationN · IndisputableMonolith/Masses/MassGenesis/T10RungTowerModularFlow.lean
/-- The orbit translation unitary: the permutation matrix of `rungShiftN`. -/
def orbitTranslationN {N : ℕ} (hN0 : 0 < N) : MN N :=
  fun i j => if j = rungShiftN hN0 i then (1 : ℂ) else 0

What this page does not claim

The declaration does not claim that the orbit translation is a physical process. The declaration does not claim that particles move along the ladder. The declaration does not claim that the model derives a specific particle mass.

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/Masses/MassGenesis/T10RungTowerModularFlow.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