Encyclopedia Masses Masses Mass Genesis Q3 Support Action Support Averaged Factorized Load Of Q3 Eig

ARTICLE 3 claims 3 theorems

Masses Mass Genesis Q3 Support Action Support Averaged Factorized Load Of Q3 Eig

A machine-checked theorem shows that a specific eight-step cycle of pattern changes carries a mass-like load that factorizes into a golden-ratio power, but it does not prove any measured particle mass.

The eight-tick support action

The declaration supportAveragedFactorizedLoad_of_q3EightTickSupport_and_factorization belongs to a machine-checked library of formal theorems. It concerns a discrete record of events, called a ledger, that tracks how a pattern of eight phases changes step by step. The theorem establishes that when the support, the set of occupied phases, is the full set of eight, and when the load at each site is unchanged by the step, the averaged load factorizes into a product of a sector factor and a power of the golden ratio phi.

The eight steps form a Gray cycle, a sequence where each step changes exactly one bit of a three-bit pattern. The library proves that this step function is transitive, meaning repeated application reaches every phase from any starting phase. It also proves the phase-to-vertex map is bijective, so each of the eight phases corresponds to a distinct three-bit pattern. The load factorization theorem is the central result: under the full-support and load-equivariance conditions, the averaged load equals a sector factor times phi raised to a sum of exponents, divided by eight.

This is a structural result about the framework's own definitions, not a measurement of any physical particle. The theorem says that if a pattern satisfies the stated conditions, then its load has this particular algebraic form. It does not say that any real particle has this mass. The framework's comparison against measured particle masses is a separate empirical check, not part of this theorem. The declaration also does not establish that the golden ratio itself is derived from the load factorization; phi appears as a constant in the formula, not as a conclusion of this theorem.

THEOREM canonicalPrimitiveLoadFactorizes · IndisputableMonolith/Masses/MassGenesis/Q3SupportAction.lean
theorem canonicalPrimitiveLoadFactorizes
    {ψ : LightPattern (Fin 8)}
    (E : Q3MassPatternEvidence ψ) :
    CanonicalPrimitiveLoadFactorizes ψ :=
  E.q3_closed.canonicalPrimitiveLoadFactorizes_of_topology_scaled_cp6
    E.topology_scaled_cp6
THEOREM eightTickSupportStep_transitive · IndisputableMonolith/Masses/MassGenesis/Q3SupportAction.lean
eightTickSupportStep_transitive · IndisputableMonolith/Masses/MassGenesis/Q3SupportAction.lean:76
theorem eightTickSupportStep_transitive
    (x y : Fin 8) :
    ∃ n : ℕ, (eightTickSupportStep^[n]) x = y := by
  fin_cases x <;> fin_cases y <;>
    first
    | exact ⟨0, rfl⟩
    | exact ⟨1, rfl⟩
    | exact ⟨2, rfl⟩
    | exact ⟨3, rfl⟩
    | exact ⟨4, rfl⟩
    | exact ⟨5, rfl⟩
    | exact ⟨6, rfl⟩
    | exact ⟨7, rfl⟩
THEOREM q3VertexAtPhase_bijective · IndisputableMonolith/Masses/MassGenesis/Q3SupportAction.lean
theorem q3VertexAtPhase_bijective :
    Function.Bijective q3VertexAtPhase := by
  simpa [q3VertexAtPhase] using Patterns.grayCycle3_bijective

What this page does not claim

The theorem does not prove any measured particle mass. The theorem does not derive the golden ratio from the load factorization; phi appears as a constant. The theorem does not establish that the Gray cycle is the only possible eight-tick support action.

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/Q3SupportAction.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