Commit 2021-08-09 13:47 65e2411a
View on Github →feat(order/bounds): is_lub
/is_glb
in Pi types and product types (#8583)
- Add
monotone_fst
andmonotone_snd
. - Add some trivial lemmas about
upper_bounds
andlower_bounds
. - Turn
is_lub_pi
andis_glb_pi
intoiff
lemmas. - Add
is_lub_prod
andis_glb_prod
. - Fix some header levels in module docs of
order/bounds
.