Commit 2022-07-11 16:51 9a2e5c8b
View on Github →fix(order/basic): fix subtype.linear_order (#15056)
This makes subtype.lattice definitionally equal to linear_order.to_lattice, after unfolding some (which?) semireducible definitions.
- Rewrite linear_order.liftto allow custommaxandminfields. Move the old definition tolinear_order.lift'.
- Use the new linear_order.liftto fix a non-defeq diamond onsubtype _.
- Use the new linear_order.liftin variousfunction.injective.linear_*definitions.