Sets
Contents
1.2. Sets#
In this section we will review basic concepts of set theory.
Definition 1.1 (Set)
A set is a collection of objects viewed as a single entity.
It is just a working definition which we will use in this book.
Sets are denoted by capital letters.
Objects in a set are called members, elements or points.
means that element belongs to set . means that doesn’t belong to set . denotes a set with elements , , and . Their order is not relevant. is a set of elements which satisfy a given property (a predicate or a condition or a rule).
Definition 1.2 (Singleton set)
A set with only one element is known as a singleton set.
Definition 1.3 (Set equality)
Two sets
Definition 1.4 (Subset)
A set
Remark 1.1
Definition 1.5 (Proper subset)
If
Definition 1.6 (Empty set)
A set without any elements is called the empty or void set. It is denoted by
Definition 1.7 (Set operations)
We define fundamental set operations below
The union
of and is defined as
The intersection
of and is defined as
The difference
of and is defined as
Note that, we often use the notation
Definition 1.8 (Disjoint sets)
Some useful identities
. . . .
Definition 1.9 (Symmetric difference)
Symmetric difference between sets
i.e. the elements which are in
1.2.1. Family of sets#
Definition 1.10 (Family of sets)
A Family of sets is a nonempty set
Definition 1.11 (Families indexed by an index set)
If for each element
Example 1.1 (Index sets)
Following are some examples of index sets
: the family consists of only 4 sets. : the family consists again of only 4 sets but indices are different. : The sets in family are indexed by natural numbers. They are countably infinite. : The sets in family are indexed by integers. They are countably infinite. : The sets in family are indexed by rational numbers. They are countably infinite. : There are uncountably infinite sets in the family.
Remark 1.2
If
In other words, a family of sets can index itself.
Definition 1.12 (Union of families of sets)
Let
In words, every element of the union exists in one of the members of the family.
Definition 1.13 (Intersection of families of sets)
Let
In words, every element of the union exists in every member of the family.
We will also use simpler notation
If
Proposition 1.1 (Generalized distributive laws)
Definition 1.14 (Family of pairwise disjoint sets)
A family of sets
Definition 1.15 (Power set)
The set of all subsets of a set
In the following
Remark 1.3 (The subset satisfying a property)
Let
Definition 1.16 (Complement of a set)
Let
Proposition 1.2
Let
We have the following results:
. . . . . . .
1.2.2. Ordered Pairs and n-Tuples#
We will introduce the notion of ordered pairs informally following [88].
Definition 1.17 (Ordered pair)
For any two objects a and b, the ordered pair (a, b) is a notation specifying the two objects a and b, in that order.
Property 1.1 (Equality of ordered pairs)
A tuple [90] is a finite ordered list of elements.
An n-tuple is a sequence (ordered list) of
A tuple may contain multiple instances of the same element.
Tuple elements are ordered.
A tuple has a finite number of elements.
Following is an informal definition
Definition 1.18 (n-tuple)
For any
The 0-tuple
Property 1.2 (Equality of n-tuples)
In other words,
1.2.3. Cartesian Products#
In this section, we restrict our attention to finite Cartesian products. Cartesian product over infinite sets is discussed later.
Definition 1.19 (Binary Cartesian product)
The Cartesian product of the two sets
Definition 1.20 (Finite Cartesian product)
Similarly, the Cartesian product of a finite family of
sets
The sets
Remark 1.4
If
Example 1.2 (
Let
Then
And
1.2.4. Covers#
Definition 1.21 (Cover)
A family
Here
Example 1.3
The family
covers .The family
covers .The family
covers .
Definition 1.22 (Subcover)
If a subfamily of a cover
Covers play an important role in the theory of metric spaces. See open covers.