mathlib3
7181b3af - chore(order/hom): rearrange definitions of `order_{hom,iso,embedding}` (#10752)

Commit
4 years ago
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_embedding` are now in `order/hom/basic.lean` * `order_hom.has_sup` ... `order_hom.complete_lattice` are now in `order/hom/lattice.lean` ## Other changes Some import cleanup.
Author
Parents
Loading