Boolean algebra of sets #
This file proves that Set α is a Boolean algebra, and proves results about set difference and
complement.
Notation #
sᶜfor the complement ofs
Tags #
set, sets, subset, subsets, complement
Equations
- One or more equations did not get rendered due to their size.
See also Set.sdiff_inter_right_comm.
Alias of Set.inter_sdiff_assoc.
See also Set.sdiff_inter_right_comm.
See also Set.inter_sdiff_assoc.
Alias of Set.sdiff_union_sdiff_cancel'.
A version of sdiff_union_sdiff_cancel with more general hypotheses.
Lemmas about complement #
Alias of the reverse direction of Set.subset_compl_iff_disjoint_right.
Alias of the reverse direction of Set.subset_compl_iff_disjoint_left.
Alias of the reverse direction of Set.disjoint_compl_left_iff_subset.
Alias of the reverse direction of Set.disjoint_compl_right_iff_subset.
Lemmas about set difference #
Alias of Set.notMem_sdiff_of_mem.
Alias of Set.mem_of_mem_sdiff.
Alias of Set.notMem_of_mem_sdiff.
Alias of Set.sdiff_eq_compl_inter.
Alias of Set.sdiff_nonempty.
Alias of Set.sdiff_subset.
Alias of Set.sdiff_subset_compl.
Alias of Set.union_sdiff_cancel'.
Alias of Set.union_sdiff_cancel.
Alias of Set.union_sdiff_left.
Alias of Set.union_sdiff_right.
Alias of Set.inter_sdiff_self.
Alias of Set.inter_union_sdiff.
Alias of Set.sdiff_union_inter.
Alias of Set.sdiff_subset_sdiff.
Alias of Set.sdiff_subset_sdiff_left.
Alias of Set.sdiff_subset_sdiff_right.
Alias of Set.compl_eq_univ_sdiff.
Alias of Set.empty_sdiff.
Alias of Set.sdiff_eq_empty.
Alias of Set.sdiff_empty.
Alias of Set.sdiff_univ.
Alias of Set.sdiff_sdiff.
Alias of Set.sdiff_sdiff_comm.
Alias of Set.sdiff_subset_iff.
Alias of Set.subset_sdiff_union.
Alias of Set.sdiff_union_of_subset.
Alias of Set.sdiff_subset_comm.
Alias of Set.sdiff_compl.
Alias of Set.compl_sdiff.
Alias of Set.inter_sdiff_right_comm.
Alias of Set.union_sdiff_self.
Alias of Set.sdiff_union_self.
Alias of Set.sdiff_inter_self.
Alias of Set.sdiff_inter_self_eq_sdiff.
Alias of Set.sdiff_self_inter.
Alias of Set.sdiff_self.
Alias of Set.sdiff_sdiff_right_self.
Alias of Set.sdiff_sdiff_cancel_left.
Alias of Set.sdiff_ssubset_left_iff.
Alias of Set.subset_insert_sdiff_singleton.
Alias of Set.insert_sdiff_subset.
If-then-else for sets #
Alias of Set.ite_sdiff_self.