Set Theory

HomeTable of Contents

Foundations

We begin by defining some basic terminology and fundamental axioms.

definition. A set is a collection of objects, called the elements or members of the set. Given a set S,{S,} if x{x} is an element of S,{S,} we write xS.{x \in S.} If x{x} is not an element of S,{S,} we write xS.{x \notin S.}

If we want to explicitly list the elements of a set, we use curly braces. For example, here is a set of two elements:

{0,1}. \lbrace 0, 1 \rbrace.

A set is called a finite set if it contains a finite number of elements. A set is called an infinite set if it contains an infinite number of elements.

definition. The number of distinct elements in a set S{S} is denoted n(S){n(S)} or S.{\lvert S \rvert.} If S{S} is a finite set, we call n(S){n(S)} the cardinality or cardinal number of the set S.{S.}

The Empty Set

axiom. There is exactly one set with no elements, called the empty set or null set, denoted .{\varnothing.}

Subsets

definition. Given sets A{A} and B,{B,} if every element of B{B} is also an element of A,{A,} then B{B} is a subset of A,{A,} and we write BA.{B \subseteq A.}

From the definition above, we can see that every set is a subset of itself. Given a set A,{A,} every element of A{A} is also an element of A.{A.} Moreover, {\varnothing} is a subset of every set A,{A,} since every element of {\varnothing} (nothing) is also an element of A.{A.} Given a set A,{A,} we call the subsets A{A} and {\varnothing} the trivial subsets of A.{A.}

definition. Let A{A} and B{B} be sets. If every element of B{B} is an element of A,{A,} B,{B \neq \varnothing,} and BA,{B \neq A,} then B{B} is a proper subset of A,{A,} and we write BA.{B \subset A.}

Equality of Sets

definition. Two sets are equal if and only if they contain the same elements.

example. Let A={1,2,3}{A = \lbrace 1,2,3 \rbrace} and B={1,2,3}.{B = \lbrace 1,2,3 \rbrace.} The sets A{A} and B{B} contain the same elements, so A=B.{A = B.}

Now that we have subsets, we can provide an alternative definition of equality:

definition. Two sets A{A} and B{B} are equal if and only if BA{B \subseteq A} and AB.{A \subseteq B.}

From this definition, we see that two prove two sets are equal, we must prove that xA    xB,{x \in A \implies x \in B,} and xB    xA.{x \in B \implies x \in A.}

Power Sets

Consider the set A={p,q,r,}.{A = \lbrace p, q, r, \rbrace.} What are all the possible ways we can reach into this set and pull a handful of these elements? Remember that sets are unordered collections. So, what we're asking for, formally, is what are all the possible subsets of A{A}? We have following possible results:

  1. {\varnothing} (we pull out nothing).
  2. {p}{\lbrace p \rbrace}
  3. {q}{\lbrace q \rbrace}
  4. {r}{\lbrace r \rbrace}
  5. {p,q}{\lbrace p, q \rbrace}
  6. {p,r}{\lbrace p, r \rbrace}
  7. {q,r}{\lbrace q, r \rbrace}
  8. {p,q,r}{\lbrace p, q, r \rbrace}

The set of all these results is called the power set of A.{A.}

definition. Let A{A} be a set. Then the set of all subsets of A{A} is called the power set of A,{A,} denoted P(A).{P(A).}

In our previous example, we saw that there are eight subsets. We generalize this result with the following counting theorem:

theorem. Let A{A} be a set. If A=n,{\lvert A \rvert = n,} then P(A)=2n.{\lvert P(A) \rvert = 2^n.}

Set Algebra

Set algebra refers to the definitions, theorems, and procedures for operations on sets.

Intersection

definition. Given sets A{A} and B,{B,} the set of all elements common to both A{A} and B{B} is called the intersection of A{A} and B,{B,} written AB.{A \cap B.} Symbolically:

AB{x  xAxB}. A \cap B \coloneqq \lbrace x ~|~ x \in A \land x \in B \rbrace.

Below, the purple shaded region corresponds to the intersection of A{A} and B.{B.}

Union

definition. Given sets A{A} and B,{B,} the set of all elements found in A{A} or B{B} (or both) is called the union of A{A} and B,{B,} written AB.{A \cup B.} Symbolically:

AB{x  xAxB}. A \cup B \coloneqq \lbrace x ~|~ x \in A \lor x \in B \rbrace.

Laws of Intersection & Union

Below are some basic laws of intersection and union.

Set Complement

definition. Suppose AS.{A \subset S.} The complement of A,{A,} written A,{A',} contains all elements of S{S} which are not in A.{A.}

Disjoint Sets

Suppose A{A} and B{B} are sets. If AB=,{A \cap B = \varnothing,} then A{A} and B{B} are said to be disjoint. Put differently: Two sets A{A} and B{B} are disjoints if they have no elements in common. Now suppose that AB=S.{A \cup B = S.} If AB=,{A \cap B = \varnothing,} we say that A{A} and B{B} partition S.{S.}

Special Number Sets

Some sets are so often used that they're reserved special symbols:

SetSemanticExplicit
N{\N}The set of natural numbers.{0,1,2,3,}{\lbrace 0, 1, 2, 3, \ldots \rbrace}
Z{\Z}The set of integers.{,2,1,0,1,2,}{\lbrace \ldots, -2,-1, 0, 1, 2, \ldots \rbrace}
Q{\mathbb{Q}}The set of rationals.{x:x=ab,b0}{\left\lbrace x : x = \dfrac{a}{b}, b \neq 0 \right\rbrace}
Q{\mathbb{Q}'}The set of irrationals.{,2,,π,,e,}{\lbrace \ldots, -\sqrt{2}, \ldots, \pi, \ldots, e, \ldots \rbrace}
R{\reals}The set of real numbersQQ{\mathbb{Q} \cup \mathbb{Q}'}
C{\mathbb{C}}The set of complex numbers{z:z=a+ib, a,bR}{\lbrace z : z = a + ib, ~ a,b \in \reals \rbrace}

Ordered Pairs

definition. An ordered pair (a,b){(a,b)} is defined as

(a,b){{a},{a,b}}. (a,b) \coloneqq \lbrace \lbrace a \rbrace, \lbrace a, b \rbrace \rbrace.

axiom. (a,b)=(c,d){(a,b) = (c,d)} if and only if a=c{a = c} and b=d.{b = d.}

Cartesian Product

definition. Given two sets A{A} and B,{B,} the set which contains all the ordered pairs (a,b) such that aA{a \in A} and bB{b \in B} is called the Cartesian product of A{A} and B,{B,} written A×B.{A \times B.} I.e.,

A×B={(a,b)  aA,bB}. A \times B = \lbrace (a,b) ~|~ a \in A, b \in B \rbrace.

Relations

definition. A relation is any set of ordered pairs.

From the definition above, given two sets A{A} and B,{B,} any subset of A×B{A \times B} is a relation. If R{R} is a relation and (a,b)R{(a,b) \in R} we may write a R b.{a ~ R ~ b.} If R=A×B,{R = A \times B,} we say that R{R} is a relation from A{A} to B.{B.} We call A{A} the domain of R{R} and B{B} its range. Thus, the domain consists of all possible first components of the ordered pairs in R,{R,} and the range consists of all possible second components. From the definition of subsets, we can conclude that if R{R} is a relation from A{A} to B,{B,} then the domain of R{R} is a subset of A,{A,} and the range of R{R} is a subset of B.{B.}

example. The set {(1,3),(2,4),(3,1),(3,4)}{\lbrace (1,3), (2,4), (3,1), (3,4) \rbrace} is a relation in N.{\natnums.}

example. The set <{\lt} is a relation: {(0,1),(2,3),(π,5.25),}.{\lbrace (0,1), (2,3), (\pi, 5.25), \ldots \rbrace.} Notice that: 0<1,{0 \lt 1,} 2<3,{2 \lt 3,} π<5.25,{\pi \lt 5.25,} etc.

example. The set {y=x2  x,yR}{\lbrace y = x^2 ~|~ x,y \in \reals \rbrace} is a relation.

Types of Relations

Relations come in various types. We examine these types in the next sections.

Reflexive Relations

definition. A relation R{R} in a set S{S} is reflexive if, for all xS,{x \in S,} x R x.{x ~R~ x.}

In other words, if we know that an element x{x} exists in a set S,{S,} and R{R} is a reflexive relation on S,{S,} then R{R} definitely has a pair (x,x).{(x,x).}

Symmetric Relations

In a symmetric relation R,{R,} if we know that a pair (a,b){(a,b)} exists in R,{R,} then the pair (b,a){(b,a)} also exists in R.{R.}

definition. A relation R{R} in a set S{S} is symmetric if, for all a,bS,{a,b \in S,} a R b    b R A.{a ~ R ~ b \implies b ~ R ~ A.}

From this definition, we see that R{R} is not symmetric if it contains a pair (a,b){(a,b)} but does not contain a pair (b,a).{(b,a).} If R{R} is not symmetric, we say that R{R} is nonsymmetric. The term antisymmetric is a special case of non-symmetric relations, as we'll see shortly.

Antisymmetric Relations

definition. A relation R{R} in a set S{S} is antisymmetric if, for all (x,y)R{(x,y) \in R} and xy,{x \neq y,} (y,x)R.{(y,x) \notin R.} That is, if xy{x \neq y} and x R y,{x ~ R ~ y,} then y R x.{y ~\cancel{R}~ x.}

Transitive Relations

definition. A relation R{R} in a set S{S} is transitive if, for all a,b,cS:{a,b,c \in S:} If a R b{a ~ R ~ b} and b R c,{b ~ R ~ c,} then a R c.{a ~ R ~ c.}

Functions