E677 determines any fixer uniquely
OpenFiniteMagmaE677.fixer_uniquee255e677equational-theoriesfinite-magma
Let be finite with arbitrary operation satisfying E677. For ,
Thus the theorem determines the value of any fixer, conditional on its existence; it does not assert existence. Source: Equational Theories Project, online proof blueprint, Chapter 13, Lemma 13.1, https://teorth.github.io/equational_theories/blueprint/677-chapter.html, part (ii).
Preamble
import Definitions.Def_FiniteMagmaE677 universe u
Formal statement
theorem FiniteMagmaE677.fixer_unique {α : Type u} [Fintype α] (op : α → α → α)
(h : FiniteMagmaE677.E677 op) (x y : α) (hfix : op y x = x) :
y = op (op x x) x := by sorrySource
Equational Theories Project, online proof blueprint, Chapter 13, Lemma 13.1, https://teorth.github.io/equational_theories/blueprint/677-chapter.html, part (ii)
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 , for all , if , then ; if is empty, the quantification over x,y is vacuous.