return to top
source
This provides lemmas about sets (mostly dealing with disjointness) that are missing in Mathlib.
Being a subset is preserved under subtracting sets.
Being a subset is preserved under taking intersections.
Intersection of two sets is subset of their union.
If two sets are disjoint, then any set is disjoint with their intersection
Symmetric difference of two sets is their union minus their intersection.
Symmetric difference of two sets is disjoint with their intersection.