STEP-BY-STEP LESSON · §6.2
Properties of Sets
Prove set equality using equivalent membership conditions.
Before you begin
Set Theory: Definitions and the Element Method of Proof
The statement x∈A concerns one object. A⊆B says that every element of A belongs to B.
A⊆B ⇔ ∀x(x∈A ⇒ x∈B)
X=Y means X⊆Y and Y⊆X. One inclusion still allows extra elements in the second set.
X=Y ⇔ (X⊆Y ∧ Y⊆X)
Logical Form and Logical Equivalence
p and q stand for statements, each true or false. Compound formulas combine them with logical operations.
p∧q
p∧q is true only when both parts are true. p∨q is true when at least one part is true. ¬p reverses the value.
¬(p∧q)
Symbols
- ⇔
- equivalent in both directions
- Aᶜ
- complement relative to the specified U
- U
- fixed universe containing all sets’ elements under discussion
- p,q,r
- membership statements x∈A, x∈B, x∈C for one fixed arbitrary x∈U
Definitions and notation for this topic
Universe and complement laws
Aᶜ=U∖A; (A∪B)ᶜ=Aᶜ∩Bᶜ; (A∩B)ᶜ=Aᶜ∪Bᶜ
Fix a universe U and subsets A,B⊆U. Complement means outside the set but inside U; both De Morgan identities use this same universe.
An element is outside the union exactly when it is outside both sets. Related laws are A∪Aᶜ=U, A∩Aᶜ=∅, and (Aᶜ)ᶜ=A.
Separate glossary example
If U={1,2,3,4}, A={1,2}, B={2,3}, then (A∪B)ᶜ={4}=Aᶜ∩Bᶜ.
Distributive and difference laws
A∩(B∪C)=(A∩B)∪(A∩C); A∖B=A∩Bᶜ
For A,B,C⊆U, set identities permit replacing a set expression by an equal one. The dual distributive law swaps ∩ and ∪ throughout.
Each equals sign needs a valid law. Alternatively, fix an arbitrary x∈U and show that membership in the left and right sides is equivalent.
Separate glossary example
(A∩B)∪(A∩Bᶜ)=A∩(B∪Bᶜ)=A∩U=A.
Step by step
Step 1 / 6
Name the membership statements
Fix an arbitrary x in a common universe U. Write p for x∈A, q for x∈B and r for x∈C. Set operations become logical operations on these three statements.
∩ ↔ ∧; ∪ ↔ ∨; complement ↔ ¬
The truth table now refers to the same object throughout the comparison.
Worked example
Prove that intersection distributes over union.
- x∈A∩(B∪C) iff x∈A and (x∈B or x∈C), by the definitions.
- By logical distributivity this is equivalent to (x∈A and x∈B) or (x∈A and x∈C).
- Reassemble the definitions: x∈(A∩B)∪(A∩C). The sets contain exactly the same elements.
Optional self-check
How can x∈(A∪B)ᶜ be expressed without complementing a union?
Show answer
For x∈U: x∉A and x∉B, meaning x∈Aᶜ∩Bᶜ. Negating “or” gives “and”.