E677 gives a backward recurrence
OpenFiniteMagmaE677.backward_recurrencee255e677equational-theoriesfinite-magma
Let be finite with arbitrary operation satisfying E677. For every ,
This is the backward-recurrence identity of Lemma 13.1(iii).
Preamble
import Definitions.Def_FiniteMagmaE677 universe u
Formal statement
theorem FiniteMagmaE677.backward_recurrence {α : Type u} [Fintype α]
(op : α → α → α) (h : FiniteMagmaE677.E677 op) (x y : α) :
x = op (op y x) (op (op y (op y x)) y) := by sorrySource
Equational Theories Project, online proof blueprint, Chapter 13, Lemma 13.1, https://teorth.github.io/equational_theories/blueprint/677-chapter.html, part (iii)
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 , . Finiteness is an explicit scope hypothesis but no cardinality bound occurs in the conclusion; there are no free parameters or further algebraic, distinctness, or nonemptiness side conditions.