Commit 2022-05-22 04:22 a8a211f2
View on Github →feat(order/lattice): add left_lt_inf
etc (#14152)
- add
left_lt_sup
,right_lt_sup
,left_or_right_lt_sup
, and theirinf
counterparts; - generalize
is_top_or_exists_gt
andis_bot_or_exists_lt
to directed orders, replacingforall_le_or_exists_lt_inf
andforall_le_or_exists_lt_sup
; - generalize
exists_lt_of_sup
andexists_lt_of_inf
to directed orders, rename them toexists_lt_of_directed_le
andexists_lt_of_directed_ge
.