Probability/Mathematical Review

From testwiki
Jump to navigation Jump to search

Index



The review of set theory contained herein adopts a naive point of view. We assume that the meaning of a set as a collection of objects is intuitively clear. A rigorous analysis of the concept belongs to the foundations of mathematics and mathematical logic. Although we shall not initiate a study of these fields, the rules we follow in dealing with sets are derived from them. A set is a collection of objects, which are the elements of the set.

If an element x belongs to a set S, we express this fact by writing xS. If x does not belong to S, we write xS. We use the equality symbol to denote logical identity. For instance, x = y means that x and y are symbols denoting the same object. Similarly, the equation S = T states that S and T are two symbols for the same set. In particular, the sets S and T contain precisely the same elements. If x and y are different objects then we write xy. Also, we can express the fact that S and T are different sets by writing ST.

A set S is a subset of T if every element of S is also contained in T. We express this relation by writing ST. Note that this definition does not require S to be different from T. In fact, S = T if and only if ST and TS. If ST and S is different from T, then S is a proper subset of T and we write ST.

There are many ways to specify a set. If the set contains only a few elements, one can simply list the objects in the set;

S={x1,x2,x3}.

The content of a set can also be enumerated whenever S has a countable number of elements,

S={x1,x2,}.

Usually, the way to specify a set is to take some collection S of objects and some property that elements of S may or may not possess, and to form the set consisting of all elements of S having that property. For example, starting with the integers , we can form the subset of S consisting of all even numbers

S={x|x is an even number}.

More generally, we denote the set of all elements that have a certain property P by

S={x|x satisfies P}.

The braces are to be read as the words "the set of" whereas the symbol | stands for the words "such that."

It is convenient to introduce two special sets. The empty set, denoted by , is a set that contains no elements. The universal set is the collection of all objects of interest in a particular context, and it is denoted by Ω. Once a universal set Ω is specified, we need only consider sets that are subsets of Ω. In the context of probability, Ω is often called the sample space.

The complement of a set S, with respect to the universal set Ω, is the collection of all objects in Ω that do not belong to S,

Sc={xΩ|xS}.

We note that Ωc=.


Elementary Set Operations

Probability theory makes extensive use of elementary set operations. Below, we review the ideas of set theory, and establish the basic terminology and notation. Consider two sets, S and T.

The union of sets S and T is the collection of all elements that belong to S or T (or both), and it is denoted by ST. Formally, we define the union of these two sets by

ST={x|xS or xT}.

The intersection of sets S and T is the collection of all elements that belong to S and T. It is denoted by ST, and it can be expressed mathematically as

ST={x|xS and xT}.

When S and T have no elements in common, we write ST=. We also express this fact by saying that S and T are disjoint. More generally, a collection of sets is said to be disjoint if no two sets have a common element. A collection of sets is said to form a partition of S if the sets in the collection are disjoint and their union is S.

File:Setpartition.png

The difference of two sets, denoted by S - T, is defined as the set consisting of those elements of S that are not in T,

ST={x|xS and xT}.

This set is sometimes called the complement of T relative to S, or the complement of T in S.

We have already looked at the definition of the union and the intersection of two sets. We can also form the union or the intersection of arbitrarily many sets. This is defined in the obvious way,

αISα={x|xSα for some αI}

αISα={x|xSα for all αI}.

The index set I can be finite or even infinite.

Rules of Set Theory

Given a collection of sets, it is possible to form new ones by applying elementary set operations to them. As in algebra, one uses parentheses to indicate precedence. For instance, R(ST) denotes the union of two sets R and ST, while (RS)T represents the intersection of two sets RS and T. The sets thus formed are quite different.

File:Triple.png

Sometimes different combinations of operations lead to the same set. For instance, we have the two distributive laws

R(ST)=(RS)(RT)

R(ST)=(RS)(RT).

Two particularly useful equivalent combinations of operations are given by De Morgan's laws, which state that

R(ST)=(RS)(RT)

R(ST)=(RS)(RT).

These two laws can be generalized to

(αISα)c=αISαc

(αISα)c=αISαc

when multiple sets are involved. To establish the first equality, suppose that x belongs to (αISα)c. Then x is not contained in αISα. That is, x is not an element of Sα for any αI. This implies that x belongs to Sαc for all αI, and therefore xαISαc. We have shown that (αISα)cαISαc. The converse inclusion is obtained by reversing the above argument. The second law can be obtained in a similar fashion.


Cartesian Products

There is yet another way to create new sets form existing ones. It involves the notion of an ordered pair of objects. Given sets S and T, the cartesian product S x T is the set of all ordered pairs (x, y) for which x is an element of S and y is an element of T,

S×T={(x,y)|xS and yT}.