Commit 2020-12-08 07:36 ac6fc38e
View on Github →chore(*): move/add lemmas about disjoint
(#5277)
set.disjoint_compl_left
andset.disjoint_compl_right
:- generalize to any
boolean_algebra
, - move to
order/boolean_algebra
, - drop
set.
prefix, - make the argument implicit to follow the style of other lemmas in
order/boolean_algebra
- generalize to any
- add
set.disjoint_empty
andset.empty_disjoint
- add
disjoint_top
andtop_disjoint
, use inset.disjoint_univ
andset.univ_disjoint
.