English
Equivalence between a constructed insertNthOrderIso and its explicit Equiv; equality of structures.
Русский
Эквивалентность между конструктором insertNthOrderIso и его явным эквивалентом.
LaTeX
$$$\operatorname{Fin.insertNthOrderIso} = \operatorname{Fin.insertNthOrderIso}_{eq1}$$$
Lean4
/-- Least fixed point of a monotone function -/
def lfp : (α →o α) →o α where
toFun f := sInf {a | f a ≤ a}
monotone' _ _ hle := sInf_le_sInf fun a ha => (hle a).trans ha