Sets – Quick Revision Bullets

Fundamental Concepts

  • Set: a well-defined collection of objects; elements denoted by lower-case letters, sets by capital letters.
  • Membership: aAa \in A (belongs), bAb \notin A (does not belong).
  • Representations
    • Roster (tabular): list elements inside braces 2,4,6{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\mathbb N natural, Z\mathbb Z integers, Q\mathbb Q rationals, R\mathbb R reals.
  • Positive subsets: Z+,Q+,R+\mathbb Z^+, \mathbb Q^+, \mathbb R^+.

Special Kinds of Sets

  • Empty (null) set: =\varnothing = {}, contains no elements.
  • Singleton: exactly one element a{a}.
  • Finite set: n(A)N0n(A) \in \mathbb N\cup{0}; otherwise infinite.
  • Equal sets: A=BA=B iff every element of one is in the other.
  • Subset: AB    xAxBA\subseteq B\iff x\in A\Rightarrow x\in B; proper subset ABA\subset B when ABA\neq B.
  • Universal set UU: context-dependent superset of all sets under discussion.

Intervals inside R\mathbb R

  • Open: (a,b)={x:a<x<b}
  • Closed: [a,b]=x:axb[a,b]={x:a\le x\le b}
  • Half-open: [a,b)[a,b) and (a,b](a,b]
  • Length of any above interval: bab-a.

Venn Diagram Basics

  • Rectangle represents UU; circles represent subsets.
  • Useful for visualising union, intersection, difference, complement.

Operations on Sets

  • Union: AB=x:xA or xBA\cup B={x:x\in A \text{ or } x\in B}
  • Intersection: AB=x:xA and xBA\cap B={x:x\in A \text{ and } x\in B}
  • Difference: AB=x:xA and xBA-B={x:x\in A \text{ and } x\notin B}
  • Complement (relative to UU): A=UA=x:xAA' = U-A = {x:x\notin A}

Key Laws & Properties

• Union

  • Commutative AB=BAA\cup B=B\cup A
  • Associative (AB)C=A(BC)(A\cup B)\cup C=A\cup(B\cup C)
  • Identity A=AA\cup\varnothing=A
  • Idempotent AA=AA\cup A=A
    • Intersection
  • Commutative AB=BAA\cap B=B\cap A
  • Associative (AB)C=A(BC)(A\cap B)\cap C=A\cap(B\cap C)
  • Identity AU=AA\cap U=A
  • Idempotent AA=AA\cap A=A
  • Distributive A(BC)=(AB)(AC)A\cap(B\cup C)=(A\cap B)\cup(A\cap C) (and union distributes over intersection analogously)
    • Complement
  • AA=UA\cup A' = U, AA=A\cap A' = \varnothing
  • Double complement (A)=A(A')' = A
  • De Morgan: (AB)=AB(A\cup B)' = A'\cap B', (AB)=AB(A\cap B)' = A'\cup B'
    • Subset criteria equivalences
  • AB    AB=    AB=B    AB=AA\subseteq B \iff A-B=\varnothing \iff A\cup B=B \iff A\cap B=A
    • Disjoint sets: AB=A\cap B=\varnothing.

Quick Facts

  • \varnothing is a subset of every set.
  • Every set is a subset of itself.
  • If BAB\subseteq A then AB=AA\cup B = A and AB=BA\cap B = B.
  • Standard chain inside R\mathbb R: NZQR\mathbb N \subset \mathbb Z \subset \mathbb Q \subset \mathbb R; irrationals RQ\mathbb R\setminus\mathbb Q.