Graduate → Mathematical Logic and Foundations ↓
Set Theory
Set theory is a branch of mathematical logic that studies sets, which are collections of objects. Although set theory is a vast and deep field, the aim of this article is to provide a comprehensive but simple introduction to the basics of set theory, suitable for graduate level study, while still being accessible due to the simple language used.
Basic concepts of set theory
In set theory, a set is a well-defined collection of distinct objects, considered as an object in its own right. These objects are called the elements or members of the set. Sets are usually denoted by capital letters such as A
, B
or C
and elements are usually denoted by lower case letters such as x
, y
or z
.
The mathematical notation to represent a set is to list its elements between curly braces. For example, the set containing the numbers 1, 2, and 3 is written as {1, 2, 3}
. If an element x
is a member of a set A
, we write this as x ∈ A
. Conversely, if an element is not a member of the set, we write x ∉ A
.
Visualization of sets
One way to represent sets and their relationships is through diagrams, often called Venn diagrams. Below is a basic example of a set A
with 1, 2, and 3 elements.
Types of sets
There are several important types of sets in set theory:
- Empty set: Also known as the null set, it has no elements. It is usually represented by
∅
or{}
. - Singleton set: A set having only one element.
- Finite set: A set with a countable number of elements.
- Infinite set: A set with infinitely many elements.
- Subset: If all the elements of
A
are also elements ofB
, then setA
is a subset of setB
. It is denoted byA ⊆ B
.
Operations on sets
Just like numbers, sets can be combined and manipulated using various operations. Here are the most common set operations:
Union
The union of two sets A
and B
is a set that contains all the elements of A
and B
. It is denoted by A ∪ B
. For example, if A = {1, 2, 3}
and B = {3, 4, 5}
, then:
A ∪ B = {1, 2, 3, 4, 5}
Intersection
The intersection of two sets A
and B
is a set that contains only the elements that are common to both A
and B
. It is denoted by A ∩ B
. For example, with A = {1, 2, 3}
and B = {3, 4, 5}
:
A ∩ B = {3}
Difference
The difference between two sets A
and B
, denoted as A - B
or A B
, is the set that contains those elements of A
that are not in B
. For example, with A = {1, 2, 3}
and B = {3, 4, 5}
:
A - B = {1, 2}
Complement
The complement of a set A
refers to all the elements not in A
, relative to a universal set U
containing all the objects in question. The complement of A
is denoted A'
or U - A
.
Cartesian product
The Cartesian product of two sets A
and B
is the set of all possible ordered pairs (a, b)
where a
is in A
and b
is in B
. It is denoted by A × B
. For example, if A = {1, 2}
and B = {x, y}
, then:
A × B = {(1, x), (1, y), (2, x), (2, y)}
Power set
The power set of a set A
is the set of all possible subsets of A
, including the empty set and A
itself. The power set is denoted by P(A)
. For example, if A = {1, 2}
, then the power set is:
P(A) = {∅, {1}, {2}, {1, 2}}
Visual example of set operations
Using Venn diagrams, we can beautifully visualize the described operations:
Union and intersect examples
In the above diagram, A ∪ B
will cover the entire region of both the circles, whereas A ∩ B
will cover only the region where the circles overlap each other.
Applications of set theory
Set theory provides a fundamental language for mathematics and has applications in many areas. Here are some areas where set theory is prominently used:
- Mathematics: Foundations of number theory, algebra and topology.
- Computer science: Data structures, databases, and programming languages.
- Logic: The basis of formal reasoning and reasoning.
- Statistics: Sample space and probability theory.
Conclusion
This article provides a detailed introduction to the basics of set theory. By understanding what sets are and how to work with them, one can gain a deeper understanding of the many applications of set theory in various scientific fields. Through the use of visual tools such as Venn diagrams and examples, understanding these fundamental concepts becomes intuitive and clear.