Commit 2024-04-04 00:36 89a00da8
View on Github →Feat: Add some operations and lemmas on closure operators/order homs (#10348)
This adds conjugation of order homomorphisms & closure operators by order isos, as well as two new extensionality lemmas for closure operators, a proof that the inf of a closed family is closed, and that the closure of an element is the GLB of all closed elements larger than it. There is also includes some minor refactoring, moving Set.image_sSup
from Mathlib/Order/Hom/CompleteLattice
to Mathlib/Data/Set/Lattice
and adding some common lemmas for EquivLike
-things to OrderIso
.