Commit 2022-05-22 12:23 0386c3b3
View on Github →refactor(order/filter/lift): reformulate lift_infi
etc (#14138)
- add
monotone.of_map_inf
andmonotone.of_map_sup
; - add
filter.lift_infi_le
: this inequality doesn't need any assumptions; - reformulate
filter.lift_infi
andfilter.lift'_infi
usingg (s ∩ t) = g s ⊓ g t
instead ofg s ⊓ g t = g (s ∩ t)
; - rename
filter.lift_infi'
tofilter.lift_infi_of_directed
, useg (s ∩ t) = g s ⊓ g t
; - add
filter.lift_infi_of_map_univ
andfilter.lift'_infi_of_map_univ
.