Commit 2021-10-28 18:57 18dce134
View on Github →feat(data/finset/interval): Bounded intervals in locally finite orders are finite (#9960)
A set which is bounded above and below is finite. A set which is bounded below in an order_top
is finite. A set which is bounded above in an order_bot
is finite.
Also provide the order_dual
constructions for bdd_stuff
and locally_finite_order
.