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.lift
to allow custommax
andmin
fields. Move the old definition tolinear_order.lift'
. - Use the new
linear_order.lift
to fix a non-defeq diamond onsubtype _
. - Use the new
linear_order.lift
in variousfunction.injective.linear_*
definitions.