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.
See also Set.inter_diff_assoc.
Lemmas about complement #
@[deprecated Set.notMem_of_mem_compl (since := "2025-05-23")]
Alias of Set.notMem_of_mem_compl.
@[deprecated Set.notMem_compl_iff (since := "2025-05-23")]
Alias of Set.notMem_compl_iff.
Lemmas about set difference #
@[deprecated Set.notMem_diff_of_mem (since := "2025-05-23")]
Alias of Set.notMem_diff_of_mem.
@[deprecated Set.notMem_of_mem_diff (since := "2025-05-23")]
Alias of Set.notMem_of_mem_diff.