An orbit right-collision forces a fixer
OpenFiniteMagmaE677.orbit_right_collision_or_fixere255e677equational-theoriesfinite-magma
Open structural subproblem (Piece 1). Let be finite with arbitrary operation satisfying E677, and fix . If two elements in the forward orbit satisfy , then either or there is a fixer . This is an orbit-local collision principle; it does not assert fixer existence for every .
Preamble
import Definitions.Def_FiniteMagmaE677 universe u
Formal statement
theorem FiniteMagmaE677.orbit_right_collision_or_fixer {α : Type u} [Fintype α]
(op : α → α → α) (h : FiniteMagmaE677.E677 op) (x : α) :
FiniteMagmaE677.OrbitRightCollisionOrFixer op x := by sorrySource
Mission-defined structural subproblem; public E677/E255 definitions and background: https://teorth.github.io/equational_theories/blueprint/677-chapter.html
Read-back
What the Lean code literally says, in plain math · gpt-5.6-luna
For every universe- type equipped with a Fintype instance, every binary operation , every proof , and every , holds. Thus, for any two left-orbit elements of with equal right products by , either they are equal or has a fixer. For an empty finite type, there is no possible , so the theorem's outer assertion is vacuous.