Commit 2024-11-23 05:51 a7f12adc
View on Github →chore(Order/FixedPoints): remove adaptation notes for OrderHom regarding lean4 issue #1910 (#19380)
this PR removes 3 porting notes regarding lean4 issue leanprover/lean4#1910, and makes adaptations to mathlib to make use of the newly working notation. Concretely, that means that OrderHom.lfp f
now is written f.lfp
, and similar for OrderHom.dual
and OrderHom.gfp
.
there might still be some dual x
application left inside code with open OrderHom
, but those are hard to filter for with grep, as there are many declarations named dual
in different namespaces.