Appendices

Appendix A Sets

A set1 is a collection of objects, called elements of the set. If x is an element of the set A, then we write xA; otherwise, we write xA. For example, if z is the set of integers, then 3Z and 12Z.

One set that appears frequently is the set of real numbers, which we denote by R throughout this text.

Two sets A and B are called equal, written A=B, if they contain exactly the same elements. Sets may be described in one of two ways:

  1. By listing the elements of the set between set braces {}.

  2. By describing the elements of the set in terms of some characteristic property.

For example, the set consisting of the elements 1, 2, 3, and 4 can be written as {1, 2, 3, 4} or as

{x: x is a positive integer less than 5}.

Note that the order in which the elements of a set are listed is immaterial, and listing an element in a set more than once does not change the set. Hence

{1, 2, 3, 4}={3, 1, 2, 4}={1, 3, 1, 4, 2}.

Example 1

Let A denote the set of real numbers strictly between 1 and 2. Then A may be written as

A={xR: 1<x<2}.

A set B is called a subset of a set A, written BA or AB, if every element of B is an element of A. For example, {1, 2, 6}{2, 8, 7, 6, 1}. If BA, and BA, then B is called a proper subset of A. Observe that A=B if and only if AB and BA, a fact that is often used to prove that two sets are equal.

The empty set, denoted by , is the set containing no elements. The empty set is a subset of every set.

Sets may be combined to form other sets in two basic ways. The union of two sets A and B, denoted AB, is the set of elements that are in A, or B, or both; that is,

AB={x: xA or xB}.

The intersection of two sets A and B, denoted AB, is the set of elements that are in both A and B; that is,

AB={x: xA and xB}.

Two sets are called disjoint if their intersection equals the empty set.

Example 2

Let A={1, 3, 5} and B={1, 5, 7, 8}. Then

AB={1, 3, 5, 7, 8}andAB={1, 5}.

Likewise, if X={1, 2, 8} and Y={3, 4, 5}, then

XY={1, 2, 3, 4, 5, 8}andXY=.

Thus x and y are disjoint sets.

The union and intersection of more than two sets can be defined analogously. Specifically, if A1, A2,,An are sets, then the union and intersections of these sets are defined, respectively, by

i=1nAi={x: xAi for some i=1, 2,, n}

and

i=1nAi={x: xAi for all i=1, 2,, n}.

In this situation, we have one set Ai for each i{1, 2,, n}. It can be convenient to regard these sets Ai as being indexed by the set I={1, 2,, n}. When doing so, I is called an index set for the collection {Ai: iI}.

The use of an index set is especially useful with an infinite collection of sets, as in Example 3 below. If Λ is an index set and {Aα: αΛ} is a collection of sets, the union and intersection of these sets are defined, respectively, by

αΛAα={x: xAα for some αΛ}

and

αΛAα={x: xAα for all αΛ}.

Example 3

Let Λ={αR: α>1}, and let

Aα={xR:1αx1+α}

for each αΛ. Then

αΛAα={xR: x>1}andαΛAα={xR: 0x2}.

By a relation on a set A, we mean a rule for determining whether or not, for any elements x and y in A, x stands in a given relationship to y. To make this concept precise, we define a relation on A to be any set S of ordered pairs of elements of A, and say that the elements x and y of A satisfy the relation S if and only if (x, y)S. On the set of real numbers, for instance, “is equal to,” “is less than,” and “is greater than or equal to” are familiar relations. If S is a relation on a set A, we often write xy in place of (x, y)S.

A relation S on a set A is called an equivalence relation on A if the following three conditions hold:

  1. For each xA, xx (reflexivity).

  2. If xy, then yx (symmetry).

  3. If xy and yz, then xz (transitivity).

For example, if we define xy to mean that xy is divisible by a fixed integer n, then is an equivalence relation on the set of integers.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
52.14.76.200