Commit 2021-12-13 21:33 7181b3af
View on Github →chore(order/hom): rearrange definitions of order_{hom,iso,embedding} (#10752)
We symmetrize the locations of rel_{hom,iso,embedding} and order_{hom,iso,embedding} by putting the rel_ definitions in order/rel_iso.lean and the order_ definitions in order/hom/basic.lean. (order_hom.lean needed to be split up to fix an import loop.) Requested by @YaelDillies.
Moved definitions
- order_hom,- order_iso,- order_embeddingare now in- order/hom/basic.lean
- order_hom.has_sup...- order_hom.complete_latticeare now in- order/hom/lattice.lean
Other changes
Some import cleanup.