Sets – Quick Revision Bullets
Fundamental Concepts
- Set: a well-defined collection of objects; elements denoted by lower-case letters, sets by capital letters.
- Membership: a∈A (belongs), b∈/A (does not belong).
- Representations
• Roster (tabular): list elements inside braces 2,4,6
• Set-builder: describe common property {x : x\text{ is even}, x<7} - Repetition & order of elements are irrelevant in a set.
Standard Number Sets
- N natural, Z integers, Q rationals, R reals.
- Positive subsets: Z+,Q+,R+.
Special Kinds of Sets
- Empty (null) set: ∅=, contains no elements.
- Singleton: exactly one element a.
- Finite set: n(A)∈N∪0; otherwise infinite.
- Equal sets: A=B iff every element of one is in the other.
- Subset: A⊆B⟺x∈A⇒x∈B; proper subset A⊂B when A=B.
- Universal set U: context-dependent superset of all sets under discussion.
Intervals inside R
- Open: (a,b)={x:a<x<b}
- Closed: [a,b]=x:a≤x≤b
- Half-open: [a,b) and (a,b]
- Length of any above interval: b−a.
Venn Diagram Basics
- Rectangle represents U; circles represent subsets.
- Useful for visualising union, intersection, difference, complement.
Operations on Sets
- Union: A∪B=x:x∈A or x∈B
- Intersection: A∩B=x:x∈A and x∈B
- Difference: A−B=x:x∈A and x∈/B
- Complement (relative to U): A′=U−A=x:x∈/A
Key Laws & Properties
• Union
- Commutative A∪B=B∪A
- Associative (A∪B)∪C=A∪(B∪C)
- Identity A∪∅=A
- Idempotent A∪A=A
• Intersection - Commutative A∩B=B∩A
- Associative (A∩B)∩C=A∩(B∩C)
- Identity A∩U=A
- Idempotent A∩A=A
- Distributive A∩(B∪C)=(A∩B)∪(A∩C) (and union distributes over intersection analogously)
• Complement - A∪A′=U, A∩A′=∅
- Double complement (A′)′=A
- De Morgan: (A∪B)′=A′∩B′, (A∩B)′=A′∪B′
• Subset criteria equivalences - A⊆B⟺A−B=∅⟺A∪B=B⟺A∩B=A
• Disjoint sets: A∩B=∅.
Quick Facts
- ∅ is a subset of every set.
- Every set is a subset of itself.
- If B⊆A then A∪B=A and A∩B=B.
- Standard chain inside R: N⊂Z⊂Q⊂R; irrationals R∖Q.