Loading...

INTRODUCTION TO SET THEORY

Please log in as a student to use AI features.

CHAPTER 1: INTRODUCTION TO SET THEORY


1.1 Introduction

In our daily lives, we constantly group similar items together.
This process of collecting objects of the same type is the foundation of set theory.

Examples of natural sets around us include:

In mathematics, set theory helps us study and work with such collections formally.


1.2 Definition of a Set

A set is a well-defined collection of distinct objects.

Example

Empty Set

A set with no elements is called:

Example:
Set of secondary school students who are 155 years old = ∅ (impossible).


1.3 Writing Elements of a Set

Sets are represented using capital letters, while elements are written in braces {}.

Roster Form (Listing Method)

The elements are listed one by one inside braces.

Examples:

Cardinality

The number of elements in a set is called its cardinality and is written as n(A).

Examples:

Membership Symbol

Example:


1.4 Finite and Infinite Sets

Finite Sets

A set whose elements can be counted or listed completely.
Examples:
{1, 3, 5}, {blue, pink}, {boy1, boy2, boy3}

Infinite Sets

A set whose elements cannot be completely listed.
Examples:

(Three dots show the set continues endlessly.)


1.5 Set Builder Notation

Another way to describe sets without listing all elements.

Example:

Read as:
Set E is the set of all natural numbers greater than 6

Roster form:


1.6 Equality and Subsets

Equality of Sets

Two sets are equal if they contain exactly the same elements.

Subset

If every element of A is also an element of B, then A is a subset of B.

Proper Subset

If A is a subset of B but the sets are not equal, then A is a proper subset of B.

Meaning:


1.7 Power Set

The power set of A is the set of all possible subsets of A.

Symbol: P(A)

If A has k elements,
|P(A)| = 2ᵏ

Example

Let A = {a, b, c}

P(A) = {
∅,
{a}, {b}, {c},
{a, b}, {a, c}, {b, c},
{a, b, c}
}

k = 3 → 2³ = 8 subsets


1.8 Universal Set

A universal set (U) contains all possible objects related to a particular discussion.

Examples:


1.9 Complement of a Set

The complement of A, written A′, is the set of elements in U that are not in A.

Example

U = {1,2,3,4,5,6,7,8,9}
A = {1,3,5,7,9}

A′ = {2,4,6,8}

Important relations:


1.10 Union of Sets

The union, A ∪ B, is a set containing all elements in A or B or both.

Example

A = {1, 2, 3, 4, 5}
B = {3, 4, 5, 6, 7}

A ∪ B = {1, 2, 3, 4, 5, 6, 7}


1.11 Intersection of Sets

The intersection, A ∩ B, is a set containing elements common to both A and B.

Example

A = {1, 3, 5, 8}
B = {3, 5, 7}
C = {2, 4, 6, 8}

(i) A ∩ B = {3, 5}
(ii) A ∪ B = {1, 3, 5, 7, 8}
(iii) B ∩ (A ∪ C)
A ∪ C = {1,2,3,4,5,6,8}
So, B ∩ (A ∪ C) = {3,5,7} ∩ {1,2,3,4,5,6,8} = {3, 5}