Documentation

Mathlib.Data.Set.SymmDiff

Symmetric differences of sets #

theorem Set.mem_symmDiff {α : Type u} {a : α} {s t : Set α} :
a symmDiff s t a s at a t as
theorem Set.symmDiff_def {α : Type u} (s t : Set α) :
symmDiff s t = s \ t t \ s
theorem Set.symmDiff_subset_union {α : Type u} {s t : Set α} :
@[simp]
theorem Set.symmDiff_eq_empty {α : Type u} {s t : Set α} :
@[simp]
theorem Set.symmDiff_nonempty {α : Type u} {s t : Set α} :
theorem Set.subset_symmDiff_union_symmDiff_left {α : Type u} {s t u : Set α} (h : Disjoint s t) :