Commit 2021-08-05 19:03 52b6516b
View on Github →refactor(order/disjointed): generalize disjointed to generalized boolean algebras (#8409)
- Split
data.set.disjointedintodata.set.pairwiseandorder.disjointed. Change imports accordingly. - In
order.disjointed, changeset αtogeneralized_boolean_algebra α. Redefinedisjointedin terms ofpartial_supsto avoid needing completeness. Keep set notation variants of lemmas for easier unification. - Rename some lemmas and reorder their arguments to make dot notation functional.
- Generalize some (where some = 2)
pairwiselemmas. - Delete lemmas which are unused and are a straightforward
rwaway from a simpler one (Union_disjointed_of_mono).