Fixer existence: an equivalent form of the main target
OpenFiniteMagmaE677.fixer_existse255e677equational-theoriesfinite-magma
Equivalent reformulation of the main target. Let be a finite type with arbitrary total operation satisfying E677. The assertion is
Together with the fixer-determination theorem, this is equivalent to E255; it is retained as an explicit reduction dependency, not a smaller milestone.
Preamble
import Definitions.Def_FiniteMagmaE677 universe u
Formal statement
theorem FiniteMagmaE677.fixer_exists {α : Type u} [Fintype α] (op : α → α → α)
(h : FiniteMagmaE677.E677 op) (x : α) : ∃ y : α, op y x = x := by sorrySource
Matthew Bolan et al., The Equational Theories Project: Advancing Collaborative Mathematical Research at Scale, arXiv:2512.07087v2 (December 16, 2025), Section 8, Problem 8.1, https://arxiv.org/html/2512.07087v2
Read-back
What the Lean code literally says, in plain math · gpt-5.6-luna
For every universe u, finite possibly empty type , arbitrary operation , and hypothesis h saying that every satisfy , every has at least one such that ; the statement asserts existence only, and if is empty its universal quantification over x is vacuous.