Graduate → Real Analysis → Set Theory and Logic ↓
Sets and Operations
Set theory and logic form the foundation of many areas of mathematics, including real analysis. Understanding how sets and their operations work is crucial to delving deeper into advanced mathematical topics. In this lesson, we will explore the basic concepts of sets, the operations associated with them, and how these concepts are integrated into real analysis.
What is a set?
A set is a collection of individual objects considered as a whole. These objects are called the elements or members of the set. Sets are often represented by capital letters like A
, B
, C
and the elements of a set are usually written in curly braces. For example:
A = {1, 2, 3, 4}
Here, A
is a set consisting of elements 1, 2, 3 and 4. Sets can be finite or infinite, countable or uncountable.
Basic set notation
Some basic notations frequently used in set theory are:
- Empty set: A set that has no elements, represented by
∅
or{}
. - Element of a set: If
x
is an element of a setA
, then it is represented byx ∈ A
Otherwise,x ∉ A
- Subset: A set
A
is a subset of a setB
, denoted byA ⊆ B
, if all the elements ofA
are also elements ofB
- Proper subset: A set
A
is a proper subset of a setB
, denoted byA ⊂ B
ifA ⊆ B
andA ≠ B
. - Equality of sets: Two sets
A
andB
are equal, denoted byA = B
, if they have exactly the same elements.
Set up operations
Union of sets
The union of two sets A
and B
is a set that contains all elements that are in A
, B
, or both. It is denoted by A ∪ B
.
For example:
A = {1, 2, 3}, B = {3, 4, 5}
A ∪ B = {1, 2, 3, 4, 5}
Intersection of sets
The intersection of two sets A
and B
is the set that contains all the elements that are in both A
and B
. It is represented by A ∩ B
For example:
A = {1, 2, 3}, B = {3, 4, 5}
A ∩ B = {3}
Difference of sets
The difference of two sets A
and B
(also called the complement of B
with respect to A
) is a set that contains all the elements that are in A
but not in B
. It is denoted by A - B
or A B
For example:
A = {1, 2, 3}, B = {3, 4, 5}
A - B = {1, 2}
Complement of a set
The complement of a set A
(denoted as A'
or Ac
) is the set of all elements that are not in A
. If a universal set U
is considered, then A' = U - A
U = {1, 2, 3, 4, 5, 6}, A = {2, 4}
A' = {1, 3, 5, 6}
Cartesian product
The Cartesian product of two sets A
and B
, denoted A × B
, is the set of all ordered pairs (a, b)
where a
is an element of A
and b
is an element of B
For example:
A = {1, 2}, B = {x, y}
A × B = {(1, x), (1, y), (2, x), (2, y)}
Power set
The power set of a set A
is the set of all subsets of A
including ∅
and A
itself. It is represented by P(A)
or 2^A
.
For example:
A = {1, 2}
P(A) = {∅, {1}, {2}, {1, 2}}
Real numbers and intervals
In real analysis, sets often represent intervals of real numbers. Common types of intervals include:
- Open interval:
(a, b)
= {x | a < x < b} - Closed interval:
[a, b]
= {x | a ≤ x ≤ b} - Semi-open interval:
[a, b)
= {x | a ≤ x < b} or(a, b]
= {x | a < x ≤ b}
The interval can have an unlimited beginning or end:
(a, ∞)
contains all real numbers greater thana
.(-∞, b)
contains all real numbers smaller thanb
.
Logical operations
Along with sets, logic is an important component of real analysis. Logical operations help formulate mathematical statements and proofs.
Logistic coordinator
Basic logical connectives include:
- Conjunction: Represented by
∧
, is analogous to “and”.p ∧ q
is true if bothp
andq
are true. - Disjunction: represented by
∨
, is analogous to "or".p ∨ q
is true if at least one ofp
orq
is true. - Negation: represented by
¬
, corresponds to "not". Ifp
is false then¬p
is true. - Implication: represented by
→
, is analogous to "if...then".p → q
is true unlessp
is true andq
is false. - Biconditional: represented by
↔
, corresponds to "if and only if".p ↔ q
is true if bothp
andq
are either true or false.
Logical equivalence
Two statements are logically equivalent if they have the same truth value in all possible scenarios. An example of logical equivalence is De Morgan's law:
¬(p ∧ q) ≡ ¬p ∨ ¬q
¬(p ∨ q) ≡ ¬p ∧ ¬q
Quantifiers
Quantifiers are used to express the extent to which a predicate applies to a series of elements.
- Universal quantifier: Denoted by
∀
(for all), it states that the propositions falling within its scope are true for all elements in the domain. - Existential quantifier: represented by
∃
(there exists), it indicates that there is at least one element in the domain for which the proposition is true.
Example: For a set of real numbers, ∀x (x^2 ≥ 0)
is a true statement which means that for all real numbers x
, x^2
is greater than or equal to zero.
Sets in real analysis
Real analysis often deals with subsets of the real numbers and various properties of these sets. Some important concepts are as follows:
Bounded set
A set is bounded from above if there exists a real number M
such that every element of the set satisfies x
x ≤ M
. Similarly, a set is bounded from below if there exists a real number m
such that every element of the set satisfies x
x ≥ m
. A set that is bounded both from above and below is simply called bounded.
Open and closed sets
A set S
of real numbers is open if for every point x
in S
, there exists an epsilon ε > 0
such that the interval (x - ε, x + ε)
is contained entirely within S
A set is closed if it contains all of its limit points. A limit point of a set S
is a point x
such that every neighborhood of x
contains at least one point from S
that is different from x
.
Compact sets
A set is compact if it is both closed and bounded. Compactness is a very useful property in analysis, since it ensures the applicability of various important theorems, such as the Heine-Borel theorem, which states that a subset of the real numbers is compact if and only if it is closed and bounded.
Applications of set theory and logical operations in real analysis
These fundamental concepts of sets and logic appear in various aspects of real analysis:
Convergence
Convergence of sequences is defined in terms of limit points and involves working with ε-δ definitions using open sets in metric spaces.
Continuity
A function is continuous if the preimage of an open set is open, providing a connection between topological concepts and function behaviour.
Measurement theory
Analysis of the "size" or "measure" of sets, including countable and uncountable sets, further demonstrates the importance of set theory in determining properties such as null sets.
Conclusion
Understanding sets and operations and their logical aspects is crucial for any mathematician who wishes to delve into real analysis and beyond. This knowledge not only facilitates the understanding of deeper mathematical theories but also helps in building a strong foundation in all branches of mathematics.