Mathematical Methods in Economics. T. S. Angell Department of Mathematical Sciences University of Delaware Newark, Delaware

Size: px
Start display at page:

Download "Mathematical Methods in Economics. T. S. Angell Department of Mathematical Sciences University of Delaware Newark, Delaware"

Transcription

1 Mathematical Methods in Economics T. S. Angell Department of Mathematical Sciences University of Delaware Newark, Delaware c September 8, 2015

2 2

3 Contents A Basic Set Theory 1 A.1 Introduction A.2 Specification of Sets, Equality, and Subsets A.3 The Algebra of Sets A.3.1 Unions and Intersections A.3.2 Set Differences, Complements, and DeMorgan s Laws A.4 Ordered Pairs A.5 Binary Relations and Equivalence Relations A.6 Functions or Maps A.7 Orderings on Sets i

4 ii CONTENTS

5 Appendix A Basic Set Theory A.1 Introduction We assume that most readers are familiar with the use of set notation and understand the basic operations of the algebra of sets. But a review can be helpful and there are certain particular matters that are worth emphasizing. So we devote this Appendix to a review of the basic ideas. Of course, whole books have been written on the subject and scores of textbooks contain this basic information. While these works discuss the subject with varying levels of sophistication, or point of view is the naive one. Thus we take, as basic undefined concepts, that of element, set, and the relation of belonging to. This is the point of view of the book of P. R. Halmos, Naive Set Theory [?] which is still probably the best exposition for the aspiring student. Much of what is contained in this brief appendix follows the early part of his exposition. To quote Halmos, A pack of wolves, a bunch of grapes, or a flock of pigeons are all examples of sets.... An element of a set may be a wolf, a grape, or a pigeon. If we denote the set of wolves by W and a particular wolf by w, then the statement w W is the statment that w is a member of or belongs to the set W. Sometimes the words collection, or class, or family are used synonymously with the word set. Some authors reserve the word class to describe a set of sets and the word family to describe a set of classes. Thus, to continue our example, we can speak of the the set W as being an element of the class of sets of different species of mammals, and of the class of mammals 1

6 2 APPENDIX A. SETS as belonging to the family of vertibrates. Again, having pointed out this usage, we use these terms with some fluidity in our exposition. What is important, really, is clarity. There are some logical, or better, grammatical niceties, that we need to discuss before we begin. Following Halmos, we list seven logical operators which will be used throughout to construct sentences describing sets. They are and, or (in the sense of either or or both ), not, if then (or implies), if and only if, for some (or there exists ), for all. The rules of sentence formation then can be listed: (i) Put not before a sentence and enclose the result in parentheses. 1 (ii) Put and or or or if and only if between two sentences and enclose the result in parantheses. (iii) Replace the dashes in if then by sentences and enclose the result in parentheses. (iv) Replace the dash in for some or in for all by a letter, follow the result with a sentence, and enclose the whole in parentheses. The practice of enclos[ing] the result in parentheses is one that is used for clarity. Most of the time, there is NO lack of clarity if we omit the parentheses e shall seldom, if ever, use them. 1 The correct answer to the question Are you going to go to the rock concert or do something else? is Yes.

7 A.2. SPECIFICATION OF SETS, EQUALITY, AND SUBSETS 3 A.2 Specification of Sets, Equality, and Subsets A set is specified or defined when its elements are completely characterized. There are two ways to do this; one either makes an exhaustive list (without regard to order!) of all elements of the set, or one gives an explicit property or attribute that actually characterizes the elements. That doing so indeed specifies a set is often stated as an axiom of set theory. Formally: Axiom: To every set A and to every condition (equivalently sentence ) S(x) there corresponds a set B whose elements are exactly those elements x of A for which S(x) holds. The set of all students registered for a particular college course at a given moment in time is given by the traditional class list. If we look at the students whose names appear in this list, then we can define a set, F, of all named students who are female. If we call the set of students whose names appear on the class list, L, then the set F is given by {s L s is the name of a female student}. A more mathematical example is the set of points in the plane R 2 that lie on the unit circle S 1 = {(x, y) R 2 x 2 + y 2 = 1}. Notice that in both these examples a generic element is named (s in the first case and (x, y) in the second) and they are required to be elements of some universal set (L in the first case and R 2 in the second). The specification of this so-called universe of discourse makes clear what types of objects we are discussing and, in more theoretical expositions, avoids certain well-known logical difficulties as, for example, the Russell Paradox ([?]) which involves only sets which do not have themselves as elemets and the set U of all such sets. Two sets, A and B are said to be equal provided they consist of exactly the same elements. In this case we write A = B; in the contrary case we write A B. We say that a set A is a subset of B provided every element of A is also an element of B and, in this case, we write A B. Notice that this is quite different from the relation belongs to ; the relation is a subset of is, as defined, a reflexive relation in the sense that it is always true that A A. This is certainly not the case with the relation. The relation A B may also be written in the reverse order as A B. In the case that A B and A B we say that A is a proper subset of B. Note that some authors

8 4 APPENDIX A. SETS use the notation A B for the relation A B and A B in the case that A is a proper subset. We do not use that notation in this book. We will speak of relations with more specificity presently. To anticipate that discussion we point out that the relation of being a subset has certain interesting properties. One we have already mentioned, that of reflexivity. We collect the three most important properties of the relation here. Denoting the universe of discourse as U, we have (1) A A for every set A U (reflexivity) ; (2) For sets A and B, subsets of U, A B and B A implies A = B (antisymmetry) ; (3) For sets A, B, C U, A B and B C implies A C (transitivity). A relation on a class of sets, in this case all subsets of the universe U, with these three properties defines what we will call a partial order (more on partial orderings presently). In this case, we say that set class of all subsets of the set U, denoted by P(U), is partially ordered by inclusion 2. The set P(U) is called the power set of U It is important to note that in this example of a partially ordered set, the properties of reflexivity and antisymmetry can be combined into a single statement: A = B if and only if A B and B A. (A.1) This statement embodies the basic strategy for showing that two sets are equal: show every element of A is an element of B and that every element of B is also an element of A, i.e., that each set is a subset of the other. It is often convenient to have a subset of the universe of discourse, U, that contains no elements of U. This set is called the empty set and is denoted by the symbol. If we agree, as we do, that a set is specified by characterizing the properties that the elements must have, then we may use any false statement to specify the empty set. Thus, for example, we may write = {u U u u}. 2 We remark that there are other kinds of relations that can be defined on P(U). For example, equality is a relation which is certainly reflexive, and transitive; however, rather than being anti-symmetric, it is symmetric since A = B implies that B = A. Such relations on a set are called equivalence relations

9 A.3. THE ALGEBRA OF SETS 5 This set is called the empty set or, sometimes, the null set. It is a subset of any given set. In particular, in any collection of sets, there can be at most one empty set since, were there more, each would be subset of the other. A.3 The Algebra of Sets In this section we consider useful ways of combining sets to form new ones. We assume that we have a fixed universe of discourse, U, and that all sets are subsets of U. We will not always mention this universe in stating definitions. The familiar operations which we study in this section are: union, intersection, complementation, and powers. These operations are all fundamentally related to the relation of inclusion. A.3.1 Unions and Intersections We begin with the operation of set union. Given sets A and B, their union, written A B is defined by A B = {x U x A or x B}. 3 (A.2) For example, if A = {1, 5, 9, 7, 3} and B = {8, 4, 2, 6} then A B = {1, 2, 3, 4, 5, 6, 7, 8, 9}. (Note the only things here that matters are the elements themselves, not the order in which we happen to write them down!). Alternately, using the symbol N for the natural numbers (set of positive integers) we can describe the union as A B = {x N x is used in Soduku puzzles}. The operator is commutative, associative, and idempotent. That is (i) A B = B A, (ii) (A B) C = A (B C), and (iii) A A = A. Likewise it is true that A = A and A U = U or, more generally, A B if and only if A B = B. All of these statements are statements about the equality of two sets. As such, they can be proved by application of the definitions and our logical operators, although they are so elementary that few would bother to write down a proof. But every serious student should prove them once in a lifetime. Here is an example: we prove the statement Proposition A.3.1 A B if and only if A B = B. 3 REMEMBER: or means either or or both.

10 6 APPENDIX A. SETS Proof: Suppose first that A B. We then must show that A B = B. Following our basic rule (A.1) we first, check that A B B and then prove the reverse inclusion. So, if x A B then either x A or x B or both. But A B means that for every x A we must have x B so x A B implies x B. So the first inclusion is proved. Now we establish the reverse inclusion B A B. To do this, choose x B. Then, by definition of union x A or x B hence x A B. This completes the proof of sufficiency: if A B then A B = B. To prove the reverse implication, that is, to prove the necessity of the left hand statement, suppose that A B = B. We will be done if we can show that A B. To this end, choose x A. Then, x A B and since this latter set is, by hypothesis, just the set B we have x B. There are two things that are illustrated in this proof. First, the use of (A.1) to prove that two sets are equal. The other is the structure of an if and only if proof. If the reader is unsure of this reasoning, hopefully careful study of the arguments above will be helpful. The operation of intersection has many similarities with the operation of union. Given two sets A and B, their intersection A B is defined by A B = {x U x A and x B} (A.3) Notice that the definition is symmetric in A and B in the sense that A B = B A. A list of elementary properties of the intersection operator is given here: A =, A B = B A, A (B C) = (A B) C, A A = A,, A B if and only if A B = A. Notice that the last of these properties shows, along with Proposition A.3.1, that set inclusion can either be described in terms of unions or intersections. If two sets have no common elements, then they are said to be disjoint and we write A B =. In the case that we have a collection of sets, any two of which are disjoint, then we say that the collection is pairwise disjoint.

11 A.3. THE ALGEBRA OF SETS 7 We now have two operations defined on sets, union and intersection. The natural question now is to ask how these two operations are related to each other. This question is answered by the distributive laws: A (B C) = (A B) (A C) (A.4) A (B C) = (A B) (A C. (A.5) As an exercise intended to illustrate, once more, a set-theoretic argument, let us prove the first of these distributive laws. Proposition A.3.2 For any sets A, B and C subsets of the set U, A (B C) = (A B) (A C). Proof: If x belongs to the left-hand side of this equation, then x A and x B or x C or both. If x B then x A B and so is an element of the set on the right. Likewise, if x C then x A C and so, again, x belongs to the right hand side. This shows that the set on the right-hand side includes the set on the left. To prove the reverse inclusion, suppose x belongs to the set on the right. Then either x A B or x A C or both. If x A B then x A and x B. So x B C and hence x A (B C). Likewise, if x A C then x C and thus x B C. So in this case as well, x A (B C) and x belongs to the left-hand set. Hence the reverse inclusion is satisfied. wwe conclude that the sets on each side of th equality are the same set. A.3.2 Set Differences, Complements, and DeMorgan s Laws The set theoretic difference A\B (also written A B) is defined by A\B = {a A a B}. In many situations we are only interested in subsets of a given set X (the universe of discourse). The complement A c of a set A with respect to X is defined by A c = X\A = {a X a A}.

12 8 APPENDIX A. SETS We can now formulate and prove De Morgan s Laws. These are rules that relate complements of unions to intersections of complements, and complements of intersections to unions of complements. It is surprising how useful they are and how often they are used 4. In the case of just two sets A, B X, these rules are simple to write down and understand in terms of Venn diagrams and the reader is invited to do so. In this simple case they read and X \ (A B) = (X \ A) (X \ B), or (A B) c = A c B c. X \ (A B) = (X \ A) (X \ B), or (A B) c = A c B c. (A.6) (A.7) Proposition A.3.3 Assume that A 1, A 2,..., A n are subsets of the set X. Then (A 1 A 2... A n ) c = A c 1 A c 2... A c n, and (A 1 A 2... A n ) c = A c 1 A c 2... A c n. Proof: For the first part, assume that x (A 1 A 2... A n ) c. Then x A 1 A 2... A n, and hence x A i for any i = 1, 2,..., n. This means that x A c i for all i and so x A c 1 A c 2... A c n. So we have shown that (A 1 A 2... A n ) c A c 1 A c 2... A c n. To prove the reverse inclusion, assume that x A c 1 A c 2... A c n. This means that x A c i for all i. So x A i for all i = 1, 2,..., n. It follows that x A 1 A 2... A n which means that x (A 1 A 2... A n ) c. This completes the proof of the first equality. We leave the (analogous) proof of the second equation as an exercise. De Morgan s Laws have extension to arbitrary families of sets. We first extend the notions of union and intersection to families of sets in the following way: If A is a nonempty family of sets, we define 4 DeMorgan s Laws are frequently used in programming, in particular in the construction of sorting algorithms. From the point of view of logic, they allow the substitution of equivalent statements, e.g., not S or not T being equivalent to not both S and T.

13 A.3. THE ALGEBRA OF SETS 9 and A = {a U a belongs to at least one set A A} A A A = {a U a belongs to all sets A A}. A A The distributive laws and the Laws of De Morgan extend to this case in the obvious ways, e.g., ( ) c A = A c. A A A A Families are often given as indexed sets. This means we have one basic set I (the index set and the family consists of one set A i for each element i I. We then write the family as A = {A i i I}. We may then write A i and i I i I for unions and intersections. In this setting De Morgan s Laws become A i ( i I A i)c = i I A c i and ( i I A i)c = i I A c i. Let us finish the section with a simple example. Example A.3.4 for each rational number q Q we can take the set C q := {(x, y) R 2 x 2 + y 2 = q 2 } which is just the circle with rational radius q, centered at the origin. Then we can consider C(Q) = {C q q Q}. The set C(Q) is just the family of all circles in the plane R 2 with center at the origin and rational radius. Note that this family can be thought of as a family of sets indexed by the rationals.

14 10 APPENDIX A. SETS A.4 Ordered Pairs In analytic geometry and elementary calculus it is common to introduce the coordinate, or (x, y)-plane. The horizontal axis or axis of abscissae is associated with the value of x and the vertical axis or axis of ordinates is associated with the y coordinate. The agreement that the abscissa be listed first and the ordinate next in a certain sense gives a geometric definition of the ordered pair (x, y). Likewise this construction gives a concrete example of what is called the Cartesian product 5 of two sets, in this case the two sets are two copies of the real line. In the theory of sets, we need a much more precise description of the notion of ordered pair but its introduction makes things get very technical very quickly. We have given here a quick summary for the sake of completeness. The definition given here has the disadvantage of strangeness, but the decided advantage of settling the problem of what we mean by a first element of an ordered pair. If A = {a, b} and, in the desired order a comes first then we need a careful definition. Here is the definition that we shall adopt. Definition A.4.1 The ordered pair of a and b with first coordinate a and second coordinate b, is the set (a, b) defined by (a, b) = {{a}, {a, b}}. The definition clearly specifies the first element ; it is the element that occurs in the singleton set {a}. There are some technical difficulties that need to be addressed which arise from the fact that the ordered pair is definied as a set of sets. Halmos ([?], pp ) deals with all of them. What is important is the statement that, given sets A and B, there exists a set that contains all the ordered pairs (a, b) with a A and b B. This set is called the Cartesian product of A and B, is written A B, and is characterized by the fact that A B = {x P[P(A B)] x = (a, b) for some a A and some b B}. Remark: Note that we have written x P[P(A B) so (a, b) is a set of subsets of A B. If follows that one ordered pair is an element of P(A B), while a set of ordered pairs is then a set of subsets of A B i.e., an element of P[P(A B)]. 5 After all, it was René Desartes who introduced numerical components into geometry.

15 A.5. BINARY RELATIONS AND EQUIVALENCE RELATIONS 11 If R A B then the sets R A = {a A for some b B, (a, b) R} and R B = {b B for some a A, (a, b) R} are called the projections of R onto the first and second coordinates respectively. Having seen the rigorous definition, we will henceforth treat ordered pairs less formally as is usually done. Again, there are several facts that can be easily checked and we leave them as exercises: Exercise A.4.2 If A, B, X, and Y are sets, then (a) If either A = or B =, then A B =. The converse is also true. (b) A X and B Y implies A B X Y. If A B then A B X Y implies A X and B Y. (c) The following distributive laws hold: (i) (A B) X = (A X) (B X) ; (ii) (A B) (X Y ) = (A X) (B Y ) ; (iii) (A B) X = (A X) (B X). A.5 Binary Relations and Equivalence Relations We start with two sets A and B. Then a binary relation R on a set A B is a proposition such that, for every ordered pair (a, b) A B, one can decide if a is related to b or not. It is simply a restricted set of ordered pairs. Formally, Definition A.5.1 A binary relation in a set A B is a subset R A B. The statement (a, b) R is written as a R b.

16 12 APPENDIX A. SETS Example A.5.2 (a) For any set A A 6 the diagonal = {(a, a) a A} is the relation of equality. The relation [(A A) \ ] is the relation of inequality. (b) The relation between two real numbers is the set {(x, y) R R x coincides or lies to the left of y } R R. (c) In P(A) the relation of set inclusion, B A, is given by {(A, B) P(A) P(A) every element of B is an element of A }. (d) For any set X, let R be the relation on X P(X) defined by (x, A) R if and only if x A. This is the relation of membership in a set. If A B is a set with a binary relation R and C A, D B then the relation R (C D) is a binary relation on the set C D. It is called the relation induced by R on C D. Of all the relations, one of the most important is the equivalence relation. We will denote such a relation by the symbol and write a b when we mean that a is equivalent to b. We will also say that a is similar to b. Definition A.5.3 An equivalence relation on a set X is a binary relation on X which is reflexive, symmetric and transitive, i.e. (a) for all a X : a a (reflexive). (b) a b implies b a (symmetric). (c) a b and b c implies a c (transitive). We begin with some simple examples. Example A.5.4 (a) The relation is an equivalence relation. (b) In N the relation {(x, y) N N x y is divisible by 2} is an equivalence relation. 6 We will often say that a relation is defined on A to mean a relation on A A, a slight abuse of language that should cause no problem.

17 A.5. BINARY RELATIONS AND EQUIVALENCE RELATIONS 13 (c) Let f : X Y be a function. equivalence relation on X. Then {(x 1, x 2 ) X X f(x 1 ) = f(x 2 )} is an (d) Let T be the set of all triangles in the plane R 2. Then the relation of congruence, familiar from elementary Euclidean geometry is an equivalence relation. Let us check the assertion (b). First, reflexivity. For alll x we have x x = 0 and 0 is divisible by 2. Hence the relation is reflexive. Moreover, since y x = ( 1) (x y) it is clear that if 2 (x y) then 2 (y x). Hence the relation is symmetric. Finally, if 2 (x y) and 2 (y z), then since x z = (x y) + (y z), it is clear that 2 (x z). So the relation is also transitive and hence is an equivalence relation. Suppose that is an equivalence relation on the set X. If x X let E(x, ) denote the set of all elements y X such that x y. The set E(x, ) is called the equivalence class of x for the equivalence relation. Since is an equivalence relation, the equivalence classes have the following properties: 1. Each E(x; ) is non-empty for, since x x, x E(x; ). 2. Let x and y be elements of X. Since is symmetric, y E(x; ) if and only if x E(y; ). 3. If x, y X the equivalence classes E(x; ) and E(y; ) are either identical or they have no members in common. Indeed, suppose, first, that x y. Let z E(x; ). Then, by symmetry, since z x we have also x z. Hence, by transitivity, z y and so, by symmetry, y z. This shows that E(x; ) E(y; ). By the symmetry of we see that E(y; ) E(x; ). Hence E(x; ) = E(y; ). Finally, notice that if the points x, y X are not related then E(x; ) E(y; ) =. Indeed, if z E(x; ) E(y; ) then x z and y z and so x z and z y. Therefore x y which is a contradiction. These facts lead to the following assertions concerning the family, F, of equivalence classes of the equivalence relation : 1. Every element of the family F is non-empty.

18 14 APPENDIX A. SETS 2. Each element x X belongs to one and only one of the sets in the family F. 3. x y if and only if x and y belong to the same set in the family F. Otherwise said, an equivalence relation subdivides a set (or partitions the set) into the union of a family of non-overlapping, non-empty subsets. Since, in most discussions, there is only one equivalence relation that is relevant, we will often write simply E(x) instead of E(x; ) is no confusion can arise. Here is an example which is perhaps the first most students see when they discuss number systems. Example A.5.5 In the construction of the rational numbers, which we will denote by Q, we first introduce ratios of integers p/q where p N and q N. If p/q represents a point on the number line, then the ratios kp/kq must represent the same point and hence the same rational number. Thus, two ratios p/q and r/s represent the same rational number and can be treated as equal and can be substituted for one another in proofs involving rational numbers whenever the equality ps = rq is true. Now, let us define a relation on N N by (p, q) (r, s) if and only if ps = rq. We check that this is an equivalence relation as follows: (a) (Reflexivity): pq = pq hence (p, q) (p, q). (b) (Symmetry): If ps = rq then rq = ps and so (p, q) (r, s) implies (r, s) (p, q). (c) (Transitivity): If ps = rq and rt = vs, then (pt) s = (ps) t = (rq) t = (rt) q = (vs) q = (vq) s and thus pt = vq since s 0. Hence (p, q) (r, s) and (r, s) (v, t) implies (p, q) (v, t).

19 A.5. BINARY RELATIONS AND EQUIVALENCE RELATIONS 15 This argument shows that the rational numbers can be viewed as equivalence classes of ratios of integers modulo the relation given in the example. As a final example consider the following: Example A.5.6 : Consider the set Z and let n be a fixed positive integer. Define a relation n by x n y provided (x y) is divisible by n. This relation is called the relation of congruence modulo n. It is easy to check that this is an equivalence relation on Z. (See the special case for n = 2 treated above.) Moreover, there are n equivalence classes. Each integer x is uniquely expressible in the form x = q n + r, where q and r are integers and 0 r n 1. (The integers q and r are called the quotient and the remainder respectively. ) Hence each x is congruent modulo n to one of the n integers 0, 1,..., n 1. The equivalence classes are E 0 = {..., 2n, n, 0, n, 2n,...} E 1 = {..., 1 2n, 1 n, 1 + n, 1 + 2n,...}.. E n 1 = {..., n 1 2n, n 1 n, n 1, n 1 + n, n 1 + 2n,...} Formallly, the domain of a relation, R, on X Y is the set of all first coordinates of the members of R while, in this context, the range is the set of all second coordinates. Formally while dom (R) = {x X for some y Y, (x, y) R}, rng (R) = {y Y for some x X, (x, y) R}. The inverse of a relation R, denoted R 1, is obtained by reversing each of the pairs belonging to R. Thus R 1 = {(y, x) Y X (x, y) R}.

20 16 APPENDIX A. SETS Hence the domain of the inverse is the range of R and the range of R 1 is always the domain of R. If R and S are relations, then the composition R S is defined as {(x, z) X Z for some y, (x, y) S and (y, z) R}. Example A.5.7 If R = {(1, 2)} and S = {(0, 1)} then R S = {(0, 1)} while S R =. Concerning compositions and inverses we have the following result Proposition A.5.8 Let R, S, and T be relations. Then (a) (R 1 ) 1 = R. (b) (R S) 1 = S 1 R 1. (c) R (S T ) = (R S) T Proof: (of (b)) We have (x, a) (R S) 1 (x, z) R S for some y, (x, y) S and (y, z) R. Consequently, (z, x) (R S) 1 if and only if (y, z) R 1 and (y, a) S 1 for some y. But this is the condition that (z, x) S 1 R 1. A.6 Functions or Maps We now define the idea of a function (or a mapping) in terms of sets. This is not so unusual since we often think of a function in terms of its graph which consists of a set of ordered pairs: given two sets X and Y a function is determined provided we specify a set of ordered pairs (the graph of the function) in X Y with the additional property that no two distinct pairs have the same first element. Hence a function is a particular example of a relation! Not every subset of ordered pairs will do however; to be a function the ordered pairs must satisfy a particular condition.

21 A.6. FUNCTIONS OR MAPS 17 Definition A.6.1 Let X and Y be two sets. A map f : X Y (or a function with domain X and range Y ) is a subset f X Y with the property: for each x X, there is one, and only one, y Y satisfying (x, y) f. It is usual to write y = f(x) instead of (x, y) f and say that y is the value f assumes at x, or that y is the image of x under f, or that f sends x to y. The usual way to define a map is to specify its domain X and the value of the function at each x X. We often write x f(x). Here are some examples. Example A.6.2 : (a) Suppose k Y is fixed. Then the map defined for all x X by x k is called a constant map. Note that a map need not send distinct points of X to distinct points of Y, nor do we require it to take on all values in its range. (b) The map x x of X onto itself is called the identity map on X. We will often write this as Id X. (c) If A X the map i : A X given by a a is called the inclusion map of A into X. (d) For any sets X, Y the map p 1 : X Y X determined by (x, y) x is called the projection onto the first coordinate. Similarly p 2 : X Y Y given by (x, y) y is called the projection onto the second coordinate. We have stated above that it is not required that every point in the range be a value that is taken on by a given function. That is the motivation for the following definition. Definition A.6.3 Let f : X Y. Then (1) For each A X, f(a) = {f(x) Y x A} Y is called the image of A in Y under f. (2) For each B Y, f 1 (B) = {x X f(x) B} is called the inverse image of B in X under f. Again, it is a good idea to see some examples.

22 18 APPENDIX A. SETS Example A.6.4 (a) Let X = [ 1, 1], Y = [0, 2] and f : X Y be given by x x 2. Then f 1 ({1/4}) = { 1/2, 1/2}. This shows tat the inverse image of a single point may well be a set in the domain. This cannot happen, of course, if f is one-to-one (see definition below). 7 (b) Let X = [ 1, 1], Y = [0, 2], and f : X Y be x x 2. Then f[0, 1] = [0, 1] and 2 4 f 1 [0, 1] = [ 1, 1] (c) Let f : X Y. If p 1, p 2 are the projections defined in the preceeding example (A.6.2, part (d)), we have f(a) = p 2 [f (A Y )] and f 1 (B) = p 1 [f (X B)]. It is useful to think, explicitly, about how a function f : X Y induces a map from P(X) P(Y ). This induced map is defined by A f(a) we call this induced map f as well. Likewise, f : X Y also induces a map f 1 : P(Y ) P(X) by B f 1 (B) called the inverse map. Of these two maps, the most well-behaved is the inverse map f 1 and, in some sense, it is the most important. Proposition A.6.5 : Let f : X Y. then the inverse map f 1 : P(Y ) P(X) preserves union and intersection. Precisely (a) f 1 (B 1 B 2 ) = f 1 (B 1 ) f 1 (B 2 ). (b) f 1 (B 1 B 2 ) = f 1 (B 1 ) f 1 (B 2 ). Proof: We leave (a) as an exercise and prove (b). x f 1 (B 1 B 2 ) if and only if f(x) (B 1 B 2 ) if and only if f(x) B 1 and f(x) B 2 if and only if x f 1 (B 1 ) and x f 1 (B 2 ) if and only if x [f 1 (B 1 ) f 1 (B 2 )]. As a corollary, we can restate the result for arbitrary intersections; the proof is analogous. 7 While we usually make a careful distinction between a singleton set {x} X and a point x X we often abuse notation and write simply f 1 (y) instead of f 1 ({y}).

23 A.6. FUNCTIONS OR MAPS 19 Corollary A.6.6 Let f : X Y and let f 1 be the inverse map. Then if B be a family of subsets of the set Y we have f 1 ( B B B ) = B B f 1 (B) and f 1 ( B B B ) = B B f 1 (B). We have said that f 1 is better behaved because the last result is not true for the induced map f. Indeed we have the counterexample: Example A.6.7 : Let f : R R be the constant map x 1. B = [2, 3]. Then A B = and so Let A = [0, 1] and = f(a B) f(a) f(b) = {1}. We do find, however, that f preserves unions as the next result shows. Proposition A.6.8 let A be a family of subsets of the set X. If f : X Y, then for the induced map f : P(X) P(Y ) we have ( ) f A = ( ) f(a), and f A f(a). A A A A A A A A We leave the proof of this last result to the reader. Note that, in general, we do not have equality in the last case as the above example shows. To further clarify matters let us look at another example. Example A.6.9 Let X = {x 1, x 2 } and Y = {y}. Define f : X Y by f(x 1 ) = f(x 2 ) = y, and let A 1 = {x 1 }, A 2 = {x 2 }. Then A 1 A 2 = and consequently f(a 1 A 2 ) =. On the other hand, f(a 1 ) = f(a 2 ) = {y} and so f(a 1 ) f(a 2 ) = {y}. This means that f(a 1 A 2 ) f(a 1 ) f(a 2 ). The problem here stems from the fact that y belongs to both f(a 1 ) and f(a 2 ) but only as the image of two different elements x 1 A 1 or x 2 A 2 ; there is no common element x A 1 A 2 which is mapped into y. This cannot happen if f is one-to-one. As for compositions, we have the usual result familiar from calculus.

24 20 APPENDIX A. SETS Proposition A.6.10 Let f : X Y and g : Y Z. Then (g f) 1 = f 1 g 1. Proof: x (g f) 1 (C) if and only if g f(x) C if and only if f(x) g 1 (C) if and only if x f 1 [g 1 (C)] if and only if x f 1 g 1 (C). If f : X Y takes on every value in its range, f is called surjective (or a surjection or onto). Note that, for a surjective f we have for all B Y, f[f 1 (B)] = B. If f sends distinct elements of X to distinct elements of Y, then f is call injective (or and injection or one-to-one). Otherwise said, f in injective provided that x 1 x 2 iimplies f(x 1 ) f(x 2 ). This is equivalent to the statement that f(x 1 ) = f(x 2 ) if and only if x 1 = x 2. A function that is both injective and surjective is called bijective or a bijection. Note that f is a bijection if and only if for all y Y, f 1 ({y}) is a single point. In this case (f 1 ) 1 = f. Example A.6.11 Consider the mapping f : R R defined by x 2 x + 3. Then f is certainly a bijection with inverse mapping y 1 2 y 3 2. Indeed 1 2 (2x + 3) 3 2 = x. Finally, we return to the notion of an indexed family of sets that we met in Section A3. Let I be any set and F a family of subsets of a universal set U. Suppose, moreover, that f : I F. Then we write f(i) = A i. In this way the function I is said to index the sets {A i F f(i) = A i, i I}. If the map f is surjective, then we say that the family F has been indexed by I. In particuar, if I = N then, to specify such a function simply defines what we usually mean by a sequence of sets, and we write {A 1, A 2,...}. In the case that f is surjective, we say that F is a countable family of subsets of U. Example A.6.12 In R n, let B(0) be the set of all sets of the form {x R n n x 2 i < r 2, r R}. These sets are the points in R n whose distance from the origin is less than r. Denote these sets by B r (0). Then the sets B n (0) form a countable subset of B(0). i=1

25 A.7. ORDERINGS ON SETS 21 A.7 Orderings on Sets We will frequently meet certain binary relations on various sets which are called orderings of which there are several types. Such relations are used in economics, for example, to describe preferences of various agents. Thus suppose that an n-vector x = (x 1, x 2,..., x n ) R n represents a bundle of goods available to consumers, x i representing the amount of good i in the bundle. Thus, for example, if the first component represents the number of refrigerators measured in units while the second component represents wheat measured in bushels then (2, 3.659,...) R n is a bundle of goods consisting, among other things, of two refrigerators and bushels of wheat. In describing consumer behavior, we generally make the assumption that one and only one of the following alternatives holds: 1. a bundle x is preferred to the bundle y; 2. the consumer is indifferent in the choice of two bundles; 3. the bundle y is preferred to the bundle x. Note that these alternatives, taken together, imply that the consumer can decide unambiguously between two bundles. This situation suggests that we introduce some kind of structure that reflects preference, i.e., some way of ordering bundles to reflect consumer desires. Definition A.7.1 A binary relation R in a set A is said to be a preorder on A if it is reflexive and transitive, i.e., (a) for all a A, a R a. (b) If a R b and b R c then a R c. A set, together with a definite preorder, is called a preordered set. It is traditional to write a preorder with the symbol or with. Thus a preceeds b, or b is preceeded by a, or, in economics, b is preferred to a is written a b. The symbol (A, ) denotes a preordered set. Notice that if B A and if A is preordered by then, by default, this preorder induces a preorder on B.

26 22 APPENDIX A. SETS Example A.7.2 (a) In any set, the relation (the diagonal relation) on a set A A is a preorder and a b means a = b. Note that we no not assume in the definition that any two elements can be compared. In other words, we do not require that either a b or b a for all a, b A. (b) In the set R the relation {(x, y R R x y} is a preorder. On the other hand {(x, y) R R x < y} is not a preorder. (Why?) (c) (IMPORTANT!) For any set X, consider the power set P(X). The relation A B defined by A B if and only if A B is a preordering of P(X). In this particular case, we say that P(X) is preordered by inclusion. By putting other conditions on a preordering, different types of orders can be obtained. Definition A.7.3 If a preordering on A satisfies the additional property of antisymmetry, i.e., a b and b a a = b, then it is called a partial ordering. In this case A is called a partially ordered set. A partially ordered set that is also a chain (see Definition 1.3 a) is called a totally ordered set. The set P(X) is partially ordered by inclusion since the preorder is also antisymmetric. In general, the set P(X) is not a chain. In this context, what does a chain look like? One example is the following: for each n N, let A n P(X) and suppose that, for each n, A n+1 A n and A n A n+1. Then the set of subsets {A n } n=1 constitutes a chain in P(X) with respect to the partial ordering of inclusion. Example A.7.4 Let X = [ 1, 1] R and let A n = [ 1, 1 ], n = 1, 2,. Then this set n n forms a chain, namely [ 1, 1] [ 1 2, 1 2 ] [ 1 3, 1 3 ]

27 A.7. ORDERINGS ON SETS 23 As another, and important, example we consider the following. Example A.7.5 Consider the set R n. Let x = (x 1, x 2,..., x n ) and y = (y 1, y 2,..., y n ). Then we can introduce a partial order in R n by x y x i y i for all i = 1, 2,..., n. Here is the usual ordering on the real line. Note that this is certainly a reflexive, transitive, and anti-symmetric relation so that is indeed a partial ordering of R n. Note further that not every two elements can be compared. Thus, for example, in R 2, the vectors (1, 2) and (2, 1) are not comparable. This last example contrasts with the usual ordering on the real line, R, where every element can be compared. This leads to an important special case of a partial order. Definition A.7.6 Let A be a set. A total or linear order on the set A is a partial order such that, for all x, y A, x y either x y or y x whenever x and y are both in the domain and range of the order relation. The usual order on the real line is the obvious example. We remark that, in this terminology, a chain in a partially ordered set is a totally ordered family. Here is another example which is important in a number of applications including integer programming algorithms and sorting algorithms in computer sciennce. Example A.7.7 (Lexicographical Order) Let X be the set of all infinite sequences of real numbers. Define a relation L on X by a L b provided, for the smallest integer i o such that a io b io, a io < b io. This order is called lexicographical order since it is the same kind of order used in common dictionaries. In fact, this order is a total, or linear, order. Indeed, it is clearly reflexive. To check transitivity, note that if a L b and b L c then for minimial i o and j o, we have a io < b io and b jo < c jo. If i o < j o then a io < b io = c io and so a L c. On the other hand, if j o < i o then a jo = b jo < c jo and so, again, a L c. The property of anti-symmetry is easy to check. Finally, since any two sequences can be compared, this partial ordering is indeed a total order.

28 24 APPENDIX A. SETS Let us finish this section by discussing some standard ideas pertaining to partially ordered sets that will be of some use in discussions of some of the ideas of Pareto and multi-criteria optimization. Definition A.7.8 Let (A, ) be a partially ordered set with partial order given by. Then (a) m A is called a maximal element in A provided m a implies m = a. The set A is said to have a greatest element m provided, for all a A, a m. (b) a o A is called an upper bound for a subset B A provided, for all b B, b a o. (c) B A is called a chain in A if each two elements in B are related. It is important to distinguish between maximal and greatest elements. Example A.7.9 (a) Consider the set consisting of the union of the sets A = {2, 4, 6} and B = {3, 9, 27}. Partially order the union with the relation a b provided a is a factor of b. Then there is no largest element, but both 6 and 27 are maximal. (b) If we take the union of A = {2, 4, 6} and B = {1, 3, 9, 27}, then 1 is both a minimal element and a least element. We end this appendix with some remarks on functions that preserve order when the domain and range of the function are ordered in some way. This is an important question in Economics where it arises in the context of the existence of a scalar-valued utility function. We confine ourselves to some elementary remarks. In what follows, we are given two partially ordered sets {X, } and {Y, <}. Definition A.7.10 A function F : X Y is said to be order preserving or sometimes isotone relative to the orders on X and Y provided f(u) < f(v) or f(u) = f(v) whenever u, v X are such that u v. The situation of interest to us is the case in which is a partial order, while < is a linear, i.e., a complete order, in fact, Y = R and the order is the usual order on R. Unfortunately, some extra conditions must be put on the sets before an isotone mapping will exist even in the case that the order relation is a total order.

29 A.7. ORDERINGS ON SETS 25 We can see that this is the case by showing that lexicographic order does not admit an order-preserving or isotone map into R with its usual order. The proof uses two elementary facts about the system of real numbers, namely that any interval of positive length contains a rational number, and that the cardinality of the set of rationals is less than the cardinality of the set of reals. In particular, there cannot be an injective map of R > into the rational numbers Q. The argument is by contradiction. Proof: Suppose we are given a map u : R 2 > R that represents lexicographic order in R 2. Were this the case, then, given any x R >, u(x, 0) < u(x, 1) since (x, 0) (x, 1) the first components being the same and 0 < 1. Thus we can define an interval I(x) = [u(x, 0), u(x, 1)] R, of positive length. Now, let x, y R > with x y. Without loss of generality, we may assume that y < x. Then (y, 1) (x, 0) in the lexicographic order. It follows that I(x) I(y) = for (y, 0) (y, 1) (x, 0) (x, 1). Now let I = I(x) and define ϕ : R > I by x R > ϕ(x) = I(x). This map is injective since I(x) I(y) =. Now it is a property of R that every interval contains a rational number. To finish the proof, we pick a function that chooses one rational from each of the intervals 8. Call this map ψ. Then ψ : I Q and ψ(i(x)) is, for each x, some rational number in the interval I(x). Since the {I(x)} x R> is a disjoint family, the map ψ is injective and hence ψ ϕ : R > Q is an injective map. Hence card (R > ) card (Q) which is false. 8 Here, we are using the Axiom of Choice which we take as a fundamental axiom of Set Theory.

30 26 APPENDIX A. SETS

31 Bibliography [1] D. P. Bertsekas, Nonlinear Programming, Second Ed., Athena Scientific, Bellmont, MA, [2] F. H. Clarke, Optimization and Nonsmooth Analysis, John Wiley & Sons, New York, NY, [3] G. Danzig, Linear Programming and Extensions, Princeton University Press, Princeton, NJ, [4] G. Debreu, Theory of Value: an axiomatic analysis of economic equilibrium, Cowles Foundation Monograph 17, Yale University Press, New Haven, CT, [5] P. R. Halmos, Naive Set Theory, D. van Nostrand Company, Princeton, New Jersey, (Rpt: Springer-Verlag, 1974). [6] M. D. Intriligator, Mathematical Optimization and Economic Theory, SIAM Publications, Philadelphia, PA, [7] A. Marshall, Princples of Economics, Ninth (Variorum) Ed., McMillan, New York, NY, [8] J. von Neumann and O. Morgenstern, Theory of Games and Economic Behavior, John Wiley & Sons, New York, [9] R. T. Rockafellar, Convex Analysis, Princeton University Press, Princeton, NJ, [10] M. Rosenlicht, Introduction to Analysis, Dover Publications, New York, NY, [11] W. Ruden, Principles of Mathematical Analysis, McGraw-Hill, New York, NY,

32 28 BIBLIOGRAPHY [12] P. A. Samuelson, Foundations of Economic Analysis, Harvard University Press, Cambridge MA, [13] P. A. Samuelson, Economics: an introductory analysis, Fifth Ed., McGraw-Hill, New York, NY, [14] A. Takayama, Mathematical Economics, Second Ed., Cambridge University Press, Cambridge, UK, 1985.

Mathematical Methods in Economics. T. S. Angell Department of Mathematical Sciences University of Delaware Newark, Delaware

Mathematical Methods in Economics. T. S. Angell Department of Mathematical Sciences University of Delaware Newark, Delaware Mathematical Methods in Economics T. S. Angell Department of Mathematical Sciences University of Delaware Newark, Delaware c September 21, 2015 2 Contents A Basic Set Theory 1 A.1 Introduction...................................

More information

Boolean Algebras. Chapter 2

Boolean Algebras. Chapter 2 Chapter 2 Boolean Algebras Let X be an arbitrary set and let P(X) be the class of all subsets of X (the power set of X). Three natural set-theoretic operations on P(X) are the binary operations of union

More information

Chapter 1. Sets and Mappings

Chapter 1. Sets and Mappings Chapter 1. Sets and Mappings 1. Sets A set is considered to be a collection of objects (elements). If A is a set and x is an element of the set A, we say x is a member of A or x belongs to A, and we write

More information

Chapter 1 : The language of mathematics.

Chapter 1 : The language of mathematics. MAT 200, Logic, Language and Proof, Fall 2015 Summary Chapter 1 : The language of mathematics. Definition. A proposition is a sentence which is either true or false. Truth table for the connective or :

More information

Exercises for Unit VI (Infinite constructions in set theory)

Exercises for Unit VI (Infinite constructions in set theory) Exercises for Unit VI (Infinite constructions in set theory) VI.1 : Indexed families and set theoretic operations (Halmos, 4, 8 9; Lipschutz, 5.3 5.4) Lipschutz : 5.3 5.6, 5.29 5.32, 9.14 1. Generalize

More information

Mathematics Review for Business PhD Students Lecture Notes

Mathematics Review for Business PhD Students Lecture Notes Mathematics Review for Business PhD Students Lecture Notes Anthony M. Marino Department of Finance and Business Economics Marshall School of Business University of Southern California Los Angeles, CA 90089-0804

More information

Foundations of Mathematics MATH 220 FALL 2017 Lecture Notes

Foundations of Mathematics MATH 220 FALL 2017 Lecture Notes Foundations of Mathematics MATH 220 FALL 2017 Lecture Notes These notes form a brief summary of what has been covered during the lectures. All the definitions must be memorized and understood. Statements

More information

Infinite constructions in set theory

Infinite constructions in set theory VI : Infinite constructions in set theory In elementary accounts of set theory, examples of finite collections of objects receive a great deal of attention for several reasons. For example, they provide

More information

Lecture Notes 1 Basic Concepts of Mathematics MATH 352

Lecture Notes 1 Basic Concepts of Mathematics MATH 352 Lecture Notes 1 Basic Concepts of Mathematics MATH 352 Ivan Avramidi New Mexico Institute of Mining and Technology Socorro, NM 87801 June 3, 2004 Author: Ivan Avramidi; File: absmath.tex; Date: June 11,

More information

1. (B) The union of sets A and B is the set whose elements belong to at least one of A

1. (B) The union of sets A and B is the set whose elements belong to at least one of A 1. (B) The union of sets A and B is the set whose elements belong to at least one of A or B. Thus, A B = { 2, 1, 0, 1, 2, 5}. 2. (A) The intersection of sets A and B is the set whose elements belong to

More information

Set theory. Math 304 Spring 2007

Set theory. Math 304 Spring 2007 Math 304 Spring 2007 Set theory Contents 1. Sets 2 1.1. Objects and set formation 2 1.2. Unions and intersections 3 1.3. Differences 4 1.4. Power sets 4 1.5. Ordered pairs and binary,amscdcartesian products

More information

Foundations of Mathematics

Foundations of Mathematics Foundations of Mathematics L. Pedro Poitevin 1. Preliminaries 1.1. Sets We will naively think of a set as a collection of mathematical objects, called its elements or members. To indicate that an object

More information

Topology. Xiaolong Han. Department of Mathematics, California State University, Northridge, CA 91330, USA address:

Topology. Xiaolong Han. Department of Mathematics, California State University, Northridge, CA 91330, USA  address: Topology Xiaolong Han Department of Mathematics, California State University, Northridge, CA 91330, USA E-mail address: Xiaolong.Han@csun.edu Remark. You are entitled to a reward of 1 point toward a homework

More information

Notes on ordinals and cardinals

Notes on ordinals and cardinals Notes on ordinals and cardinals Reed Solomon 1 Background Terminology We will use the following notation for the common number systems: N = {0, 1, 2,...} = the natural numbers Z = {..., 2, 1, 0, 1, 2,...}

More information

Principles of Real Analysis I Fall I. The Real Number System

Principles of Real Analysis I Fall I. The Real Number System 21-355 Principles of Real Analysis I Fall 2004 I. The Real Number System The main goal of this course is to develop the theory of real-valued functions of one real variable in a systematic and rigorous

More information

Seminaar Abstrakte Wiskunde Seminar in Abstract Mathematics Lecture notes in progress (27 March 2010)

Seminaar Abstrakte Wiskunde Seminar in Abstract Mathematics Lecture notes in progress (27 March 2010) http://math.sun.ac.za/amsc/sam Seminaar Abstrakte Wiskunde Seminar in Abstract Mathematics 2009-2010 Lecture notes in progress (27 March 2010) Contents 2009 Semester I: Elements 5 1. Cartesian product

More information

MATH 215 Sets (S) Definition 1 A set is a collection of objects. The objects in a set X are called elements of X.

MATH 215 Sets (S) Definition 1 A set is a collection of objects. The objects in a set X are called elements of X. MATH 215 Sets (S) Definition 1 A set is a collection of objects. The objects in a set X are called elements of X. Notation 2 A set can be described using set-builder notation. That is, a set can be described

More information

Discrete Mathematics: Lectures 6 and 7 Sets, Relations, Functions and Counting Instructor: Arijit Bishnu Date: August 4 and 6, 2009

Discrete Mathematics: Lectures 6 and 7 Sets, Relations, Functions and Counting Instructor: Arijit Bishnu Date: August 4 and 6, 2009 Discrete Mathematics: Lectures 6 and 7 Sets, Relations, Functions and Counting Instructor: Arijit Bishnu Date: August 4 and 6, 2009 Our main goal is here is to do counting using functions. For that, we

More information

Chapter 0. Introduction: Prerequisites and Preliminaries

Chapter 0. Introduction: Prerequisites and Preliminaries Chapter 0. Sections 0.1 to 0.5 1 Chapter 0. Introduction: Prerequisites and Preliminaries Note. The content of Sections 0.1 through 0.6 should be very familiar to you. However, in order to keep these notes

More information

SETS AND FUNCTIONS JOSHUA BALLEW

SETS AND FUNCTIONS JOSHUA BALLEW SETS AND FUNCTIONS JOSHUA BALLEW 1. Sets As a review, we begin by considering a naive look at set theory. For our purposes, we define a set as a collection of objects. Except for certain sets like N, Z,

More information

{x : P (x)} P (x) = x is a cat

{x : P (x)} P (x) = x is a cat 1. Sets, relations and functions. 1.1. Set theory. We assume the reader is familiar with elementary set theory as it is used in mathematics today. Nonetheless, we shall now give a careful treatment of

More information

POL502: Foundations. Kosuke Imai Department of Politics, Princeton University. October 10, 2005

POL502: Foundations. Kosuke Imai Department of Politics, Princeton University. October 10, 2005 POL502: Foundations Kosuke Imai Department of Politics, Princeton University October 10, 2005 Our first task is to develop the foundations that are necessary for the materials covered in this course. 1

More information

Sets are one of the basic building blocks for the types of objects considered in discrete mathematics.

Sets are one of the basic building blocks for the types of objects considered in discrete mathematics. Section 2.1 Introduction Sets are one of the basic building blocks for the types of objects considered in discrete mathematics. Important for counting. Programming languages have set operations. Set theory

More information

Introduction to Proofs

Introduction to Proofs Introduction to Proofs Notes by Dr. Lynne H. Walling and Dr. Steffi Zegowitz September 018 The Introduction to Proofs course is organised into the following nine sections. 1. Introduction: sets and functions

More information

A BRIEF INTRODUCTION TO ZFC. Contents. 1. Motivation and Russel s Paradox

A BRIEF INTRODUCTION TO ZFC. Contents. 1. Motivation and Russel s Paradox A BRIEF INTRODUCTION TO ZFC CHRISTOPHER WILSON Abstract. We present a basic axiomatic development of Zermelo-Fraenkel and Choice set theory, commonly abbreviated ZFC. This paper is aimed in particular

More information

Analysis I. Classroom Notes. H.-D. Alber

Analysis I. Classroom Notes. H.-D. Alber Analysis I Classroom Notes H-D Alber Contents 1 Fundamental notions 1 11 Sets 1 12 Product sets, relations 5 13 Composition of statements 7 14 Quantifiers, negation of statements 9 2 Real numbers 11 21

More information

Chapter 1 Preliminaries

Chapter 1 Preliminaries Chapter 1 Preliminaries 1.1 Conventions and Notations Throughout the book we use the following notations for standard sets of numbers: N the set {1, 2,...} of natural numbers Z the set of integers Q the

More information

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products Chapter 3 Cartesian Products and Relations The material in this chapter is the first real encounter with abstraction. Relations are very general thing they are a special type of subset. After introducing

More information

2. Prime and Maximal Ideals

2. Prime and Maximal Ideals 18 Andreas Gathmann 2. Prime and Maximal Ideals There are two special kinds of ideals that are of particular importance, both algebraically and geometrically: the so-called prime and maximal ideals. Let

More information

Relations and Functions

Relations and Functions I V : Relations and Functions Mathematics and the other mathematical sciences are not merely concerned with listing objects. Analyzing comparisons and changes is also fundamentally important to the mathematical

More information

Chapter Summary. Sets The Language of Sets Set Operations Set Identities Functions Types of Functions Operations on Functions Computability

Chapter Summary. Sets The Language of Sets Set Operations Set Identities Functions Types of Functions Operations on Functions Computability Chapter 2 1 Chapter Summary Sets The Language of Sets Set Operations Set Identities Functions Types of Functions Operations on Functions Computability Sequences and Summations Types of Sequences Summation

More information

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31 Contents 1 Lecture 1: Introduction 2 2 Lecture 2: Logical statements and proof by contradiction 7 3 Lecture 3: Induction and Well-Ordering Principle 11 4 Lecture 4: Definition of a Group and examples 15

More information

Sets and Functions. (As we will see, in describing a set the order in which elements are listed is irrelevant).

Sets and Functions. (As we will see, in describing a set the order in which elements are listed is irrelevant). Sets and Functions 1. The language of sets Informally, a set is any collection of objects. The objects may be mathematical objects such as numbers, functions and even sets, or letters or symbols of any

More information

Mathematics Review for Business PhD Students

Mathematics Review for Business PhD Students Mathematics Review for Business PhD Students Anthony M. Marino Department of Finance and Business Economics Marshall School of Business Lecture 1: Introductory Material Sets The Real Number System Functions,

More information

Chapter 4. Basic Set Theory. 4.1 The Language of Set Theory

Chapter 4. Basic Set Theory. 4.1 The Language of Set Theory Chapter 4 Basic Set Theory There are two good reasons for studying set theory. First, it s a indispensable tool for both logic and mathematics, and even for other fields including computer science, linguistics,

More information

Set theory. Peter J. Kahn

Set theory. Peter J. Kahn Math 3040 Spring 2009 Set theory Peter J. Kahn Contents 1. Sets 2 1.1. Objects and set formation 2 1.2. Intersections and Unions 3 1.3. Differences 4 1.4. Power sets 5 1.5. Ordered pairs and binary cartesian

More information

Chapter 1. Sets and Numbers

Chapter 1. Sets and Numbers Chapter 1. Sets and Numbers 1. Sets A set is considered to be a collection of objects (elements). If A is a set and x is an element of the set A, we say x is a member of A or x belongs to A, and we write

More information

In N we can do addition, but in order to do subtraction we need to extend N to the integers

In N we can do addition, but in order to do subtraction we need to extend N to the integers Chapter The Real Numbers.. Some Preliminaries Discussion: The Irrationality of 2. We begin with the natural numbers N = {, 2, 3, }. In N we can do addition, but in order to do subtraction we need to extend

More information

Set theory. Math 3040 Spring 2011

Set theory. Math 3040 Spring 2011 Math 3040 Spring 2011 Set theory Contents 1. Sets 1 1.1. Objects and set formation 1 1.2. Intersections and Unions 2 1.3. Differences 3 1.4. Power sets 4 1.5. Ordered pairs and binary cartesian products

More information

CHAPTER 1. Preliminaries. 1 Set Theory

CHAPTER 1. Preliminaries. 1 Set Theory CHAPTER 1 Preliminaries 1 et Theory We assume that the reader is familiar with basic set theory. In this paragraph, we want to recall the relevant definitions and fix the notation. Our approach to set

More information

Numbers, sets, and functions

Numbers, sets, and functions Chapter 1 Numbers, sets, and functions 1.1. The natural numbers, integers, and rational numbers We assume that you are familiar with the set of natural numbers the set of integers and the set of rational

More information

18.S097 Introduction to Proofs IAP 2015 Lecture Notes 1 (1/5/2015)

18.S097 Introduction to Proofs IAP 2015 Lecture Notes 1 (1/5/2015) 18.S097 Introduction to Proofs IAP 2015 Lecture Notes 1 (1/5/2015) 1. Introduction The goal for this course is to provide a quick, and hopefully somewhat gentle, introduction to the task of formulating

More information

MAT115A-21 COMPLETE LECTURE NOTES

MAT115A-21 COMPLETE LECTURE NOTES MAT115A-21 COMPLETE LECTURE NOTES NATHANIEL GALLUP 1. Introduction Number theory begins as the study of the natural numbers the integers N = {1, 2, 3,...}, Z = { 3, 2, 1, 0, 1, 2, 3,...}, and sometimes

More information

Sets, Functions and Relations

Sets, Functions and Relations Chapter 2 Sets, Functions and Relations A set is any collection of distinct objects. Here is some notation for some special sets of numbers: Z denotes the set of integers (whole numbers), that is, Z =

More information

SOLUTIONS TO EXERCISES FOR. MATHEMATICS 205A Part 1. I. Foundational material

SOLUTIONS TO EXERCISES FOR. MATHEMATICS 205A Part 1. I. Foundational material SOLUTIONS TO EXERCISES FOR MATHEMATICS 205A Part 1 Fall 2014 I. Foundational material I.1 : Basic set theory Problems from Munkres, 9, p. 64 2. (a (c For each of the first three parts, choose a 1 1 correspondence

More information

UMASS AMHERST MATH 300 SP 05, F. HAJIR HOMEWORK 8: (EQUIVALENCE) RELATIONS AND PARTITIONS

UMASS AMHERST MATH 300 SP 05, F. HAJIR HOMEWORK 8: (EQUIVALENCE) RELATIONS AND PARTITIONS UMASS AMHERST MATH 300 SP 05, F. HAJIR HOMEWORK 8: (EQUIVALENCE) RELATIONS AND PARTITIONS 1. Relations Recall the concept of a function f from a source set X to a target set Y. It is a rule for mapping

More information

MAT 570 REAL ANALYSIS LECTURE NOTES. Contents. 1. Sets Functions Countability Axiom of choice Equivalence relations 9

MAT 570 REAL ANALYSIS LECTURE NOTES. Contents. 1. Sets Functions Countability Axiom of choice Equivalence relations 9 MAT 570 REAL ANALYSIS LECTURE NOTES PROFESSOR: JOHN QUIGG SEMESTER: FALL 204 Contents. Sets 2 2. Functions 5 3. Countability 7 4. Axiom of choice 8 5. Equivalence relations 9 6. Real numbers 9 7. Extended

More information

In N we can do addition, but in order to do subtraction we need to extend N to the integers

In N we can do addition, but in order to do subtraction we need to extend N to the integers Chapter 1 The Real Numbers 1.1. Some Preliminaries Discussion: The Irrationality of 2. We begin with the natural numbers N = {1, 2, 3, }. In N we can do addition, but in order to do subtraction we need

More information

Sets. We discuss an informal (naive) set theory as needed in Computer Science. It was introduced by G. Cantor in the second half of the nineteenth

Sets. We discuss an informal (naive) set theory as needed in Computer Science. It was introduced by G. Cantor in the second half of the nineteenth Sets We discuss an informal (naive) set theory as needed in Computer Science. It was introduced by G. Cantor in the second half of the nineteenth century. Most students have seen sets before. This is intended

More information

With Question/Answer Animations. Chapter 2

With Question/Answer Animations. Chapter 2 With Question/Answer Animations Chapter 2 Chapter Summary Sets The Language of Sets Set Operations Set Identities Functions Types of Functions Operations on Functions Sequences and Summations Types of

More information

Discrete Mathematics. W. Ethan Duckworth. Fall 2017, Loyola University Maryland

Discrete Mathematics. W. Ethan Duckworth. Fall 2017, Loyola University Maryland Discrete Mathematics W. Ethan Duckworth Fall 2017, Loyola University Maryland Contents 1 Introduction 4 1.1 Statements......................................... 4 1.2 Constructing Direct Proofs................................

More information

5 Set Operations, Functions, and Counting

5 Set Operations, Functions, and Counting 5 Set Operations, Functions, and Counting Let N denote the positive integers, N 0 := N {0} be the non-negative integers and Z = N 0 ( N) the positive and negative integers including 0, Q the rational numbers,

More information

3. Only sequences that were formed by using finitely many applications of rules 1 and 2, are propositional formulas.

3. Only sequences that were formed by using finitely many applications of rules 1 and 2, are propositional formulas. 1 Chapter 1 Propositional Logic Mathematical logic studies correct thinking, correct deductions of statements from other statements. Let us make it more precise. A fundamental property of a statement is

More information

Elementary constructions on sets

Elementary constructions on sets I I I : Elementary constructions on sets In this unit we cover the some fundamental constructions of set theory that are used throughout the mathematical sciences. Much of this material is probably extremely

More information

Tree sets. Reinhard Diestel

Tree sets. Reinhard Diestel 1 Tree sets Reinhard Diestel Abstract We study an abstract notion of tree structure which generalizes treedecompositions of graphs and matroids. Unlike tree-decompositions, which are too closely linked

More information

Sets and Motivation for Boolean algebra

Sets and Motivation for Boolean algebra SET THEORY Basic concepts Notations Subset Algebra of sets The power set Ordered pairs and Cartesian product Relations on sets Types of relations and their properties Relational matrix and the graph of

More information

Mathematics Course 111: Algebra I Part I: Algebraic Structures, Sets and Permutations

Mathematics Course 111: Algebra I Part I: Algebraic Structures, Sets and Permutations Mathematics Course 111: Algebra I Part I: Algebraic Structures, Sets and Permutations D. R. Wilkins Academic Year 1996-7 1 Number Systems and Matrix Algebra Integers The whole numbers 0, ±1, ±2, ±3, ±4,...

More information

Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr.

Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr. Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr. Chapter : Logic Topics:. Statements, Negation, and Compound Statements.2 Truth Tables and Logical Equivalences.3

More information

CHAPTER THREE: RELATIONS AND FUNCTIONS

CHAPTER THREE: RELATIONS AND FUNCTIONS CHAPTER THREE: RELATIONS AND FUNCTIONS 1 Relations Intuitively, a relation is the sort of thing that either does or does not hold between certain things, e.g. the love relation holds between Kim and Sandy

More information

FOUNDATIONS & PROOF LECTURE NOTES by Dr Lynne Walling

FOUNDATIONS & PROOF LECTURE NOTES by Dr Lynne Walling FOUNDATIONS & PROOF LECTURE NOTES by Dr Lynne Walling Note: You are expected to spend 3-4 hours per week working on this course outside of the lectures and tutorials. In this time you are expected to review

More information

ABOUT THE CLASS AND NOTES ON SET THEORY

ABOUT THE CLASS AND NOTES ON SET THEORY ABOUT THE CLASS AND NOTES ON SET THEORY About the Class Evaluation. Final grade will be based 25%, 25%, 25%, 25%, on homework, midterm 1, midterm 2, final exam. Exam dates. Midterm 1: Oct 4. Midterm 2:

More information

Handout 2 (Correction of Handout 1 plus continued discussion/hw) Comments and Homework in Chapter 1

Handout 2 (Correction of Handout 1 plus continued discussion/hw) Comments and Homework in Chapter 1 22M:132 Fall 07 J. Simon Handout 2 (Correction of Handout 1 plus continued discussion/hw) Comments and Homework in Chapter 1 Chapter 1 contains material on sets, functions, relations, and cardinality that

More information

Lecture Notes on Discrete Mathematics. October 15, 2018 DRAFT

Lecture Notes on Discrete Mathematics. October 15, 2018 DRAFT Lecture Notes on Discrete Mathematics October 15, 2018 2 Contents 1 Basic Set Theory 5 1.1 Basic Set Theory....................................... 5 1.1.1 Union and Intersection of Sets...........................

More information

2.23 Theorem. Let A and B be sets in a metric space. If A B, then L(A) L(B).

2.23 Theorem. Let A and B be sets in a metric space. If A B, then L(A) L(B). 2.23 Theorem. Let A and B be sets in a metric space. If A B, then L(A) L(B). 2.24 Theorem. Let A and B be sets in a metric space. Then L(A B) = L(A) L(B). It is worth noting that you can t replace union

More information

In this initial chapter, you will be introduced to, or more than likely be reminded of, a

In this initial chapter, you will be introduced to, or more than likely be reminded of, a 1 Sets In this initial chapter, you will be introduced to, or more than likely be reminded of, a fundamental idea that occurs throughout mathematics: sets. Indeed, a set is an object from which every mathematical

More information

Reading 11 : Relations and Functions

Reading 11 : Relations and Functions CS/Math 240: Introduction to Discrete Mathematics Fall 2015 Reading 11 : Relations and Functions Instructor: Beck Hasti and Gautam Prakriya In reading 3, we described a correspondence between predicates

More information

Final Exam Review. 2. Let A = {, { }}. What is the cardinality of A? Is

Final Exam Review. 2. Let A = {, { }}. What is the cardinality of A? Is 1. Describe the elements of the set (Z Q) R N. Is this set countable or uncountable? Solution: The set is equal to {(x, y) x Z, y N} = Z N. Since the Cartesian product of two denumerable sets is denumerable,

More information

MATH 220 (all sections) Homework #12 not to be turned in posted Friday, November 24, 2017

MATH 220 (all sections) Homework #12 not to be turned in posted Friday, November 24, 2017 MATH 220 (all sections) Homework #12 not to be turned in posted Friday, November 24, 2017 Definition: A set A is finite if there exists a nonnegative integer c such that there exists a bijection from A

More information

Sets, Structures, Numbers

Sets, Structures, Numbers Chapter 1 Sets, Structures, Numbers Abstract In this chapter we shall introduce most of the background needed to develop the foundations of mathematical analysis. We start with sets and algebraic structures.

More information

This section will take the very naive point of view that a set is a collection of objects, the collection being regarded as a single object.

This section will take the very naive point of view that a set is a collection of objects, the collection being regarded as a single object. 1.10. BASICS CONCEPTS OF SET THEORY 193 1.10 Basics Concepts of Set Theory Having learned some fundamental notions of logic, it is now a good place before proceeding to more interesting things, such as

More information

586 Index. vertex, 369 disjoint, 236 pairwise, 272, 395 disjoint sets, 236 disjunction, 33, 36 distributive laws

586 Index. vertex, 369 disjoint, 236 pairwise, 272, 395 disjoint sets, 236 disjunction, 33, 36 distributive laws Index absolute value, 135 141 additive identity, 254 additive inverse, 254 aleph, 465 algebra of sets, 245, 278 antisymmetric relation, 387 arcsine function, 349 arithmetic sequence, 208 arrow diagram,

More information

Chapter One. The Real Number System

Chapter One. The Real Number System Chapter One. The Real Number System We shall give a quick introduction to the real number system. It is imperative that we know how the set of real numbers behaves in the way that its completeness and

More information

Part II. Logic and Set Theory. Year

Part II. Logic and Set Theory. Year Part II Year 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2018 60 Paper 4, Section II 16G State and prove the ǫ-recursion Theorem. [You may assume the Principle of ǫ- Induction.]

More information

Lecture 4: Constructing the Integers, Rationals and Reals

Lecture 4: Constructing the Integers, Rationals and Reals Math/CS 20: Intro. to Math Professor: Padraic Bartlett Lecture 4: Constructing the Integers, Rationals and Reals Week 5 UCSB 204 The Integers Normally, using the natural numbers, you can easily define

More information

Set, functions and Euclidean space. Seungjin Han

Set, functions and Euclidean space. Seungjin Han Set, functions and Euclidean space Seungjin Han September, 2018 1 Some Basics LOGIC A is necessary for B : If B holds, then A holds. B A A B is the contraposition of B A. A is sufficient for B: If A holds,

More information

INFINITY: CARDINAL NUMBERS

INFINITY: CARDINAL NUMBERS INFINITY: CARDINAL NUMBERS BJORN POONEN 1 Some terminology of set theory N := {0, 1, 2, 3, } Z := {, 2, 1, 0, 1, 2, } Q := the set of rational numbers R := the set of real numbers C := the set of complex

More information

Mathematical Reasoning & Proofs

Mathematical Reasoning & Proofs Mathematical Reasoning & Proofs MAT 1362 Fall 2018 Alistair Savage Department of Mathematics and Statistics University of Ottawa This work is licensed under a Creative Commons Attribution-ShareAlike 4.0

More information

0 Logical Background. 0.1 Sets

0 Logical Background. 0.1 Sets 0 Logical Background 0.1 Sets In this course we will use the term set to simply mean a collection of things which have a common property such as the totality of positive integers or the collection of points

More information

Notes on Ordered Sets

Notes on Ordered Sets Notes on Ordered Sets Mariusz Wodzicki September 10, 2013 1 Vocabulary 1.1 Definitions Definition 1.1 A binary relation on a set S is said to be a partial order if it is reflexive, x x, weakly antisymmetric,

More information

Some Background Material

Some Background Material Chapter 1 Some Background Material In the first chapter, we present a quick review of elementary - but important - material as a way of dipping our toes in the water. This chapter also introduces important

More information

CHAPTER 8: EXPLORING R

CHAPTER 8: EXPLORING R CHAPTER 8: EXPLORING R LECTURE NOTES FOR MATH 378 (CSUSM, SPRING 2009). WAYNE AITKEN In the previous chapter we discussed the need for a complete ordered field. The field Q is not complete, so we constructed

More information

Countability. 1 Motivation. 2 Counting

Countability. 1 Motivation. 2 Counting Countability 1 Motivation In topology as well as other areas of mathematics, we deal with a lot of infinite sets. However, as we will gradually discover, some infinite sets are bigger than others. Countably

More information

Topology Math Conrad Plaut

Topology Math Conrad Plaut Topology Math 467 2010 Conrad Plaut Contents Chapter 1. Background 1 1. Set Theory 1 2. Finite and Infinite Sets 3 3. Indexed Collections of Sets 4 Chapter 2. Topology of R and Beyond 7 1. The Topology

More information

1 Differentiable manifolds and smooth maps

1 Differentiable manifolds and smooth maps 1 Differentiable manifolds and smooth maps Last updated: April 14, 2011. 1.1 Examples and definitions Roughly, manifolds are sets where one can introduce coordinates. An n-dimensional manifold is a set

More information

Week Some Warm-up Questions

Week Some Warm-up Questions 1 Some Warm-up Questions Week 1-2 Abstraction: The process going from specific cases to general problem. Proof: A sequence of arguments to show certain conclusion to be true. If... then... : The part after

More information

Axiomatic set theory. Chapter Why axiomatic set theory?

Axiomatic set theory. Chapter Why axiomatic set theory? Chapter 1 Axiomatic set theory 1.1 Why axiomatic set theory? Essentially all mathematical theories deal with sets in one way or another. In most cases, however, the use of set theory is limited to its

More information

A Logician s Toolbox

A Logician s Toolbox A Logician s Toolbox 461: An Introduction to Mathematical Logic Spring 2009 We recast/introduce notions which arise everywhere in mathematics. All proofs are left as exercises. 0 Notations from set theory

More information

Foundations of Abstract Mathematics. Paul L. Bailey

Foundations of Abstract Mathematics. Paul L. Bailey Foundations of Abstract Mathematics Paul L. Bailey Department of Mathematics, Southern Arkansas University E-mail address: plbailey@saumag.edu Date: January 21, 2009 i Contents Preface vii 1. Purpose

More information

Foundations Revision Notes

Foundations Revision Notes oundations Revision Notes hese notes are designed as an aid not a substitute for revision. A lot of proofs have not been included because you should have them in your notes, should you need them. Also,

More information

Introduction. Chapter 1. Contents. EECS 600 Function Space Methods in System Theory Lecture Notes J. Fessler 1.1

Introduction. Chapter 1. Contents. EECS 600 Function Space Methods in System Theory Lecture Notes J. Fessler 1.1 Chapter 1 Introduction Contents Motivation........................................................ 1.2 Applications (of optimization).............................................. 1.2 Main principles.....................................................

More information

Part IA Numbers and Sets

Part IA Numbers and Sets Part IA Numbers and Sets Definitions Based on lectures by A. G. Thomason Notes taken by Dexter Chua Michaelmas 2014 These notes are not endorsed by the lecturers, and I have modified them (often significantly)

More information

HANDOUT AND SET THEORY. Ariyadi Wijaya

HANDOUT AND SET THEORY. Ariyadi Wijaya HANDOUT LOGIC AND SET THEORY Ariyadi Wijaya Mathematics Education Department Faculty of Mathematics and Natural Science Yogyakarta State University 2009 1 Mathematics Education Department Faculty of Mathematics

More information

Sets and Functions. MATH 464/506, Real Analysis. J. Robert Buchanan. Summer Department of Mathematics. J. Robert Buchanan Sets and Functions

Sets and Functions. MATH 464/506, Real Analysis. J. Robert Buchanan. Summer Department of Mathematics. J. Robert Buchanan Sets and Functions Sets and Functions MATH 464/506, Real Analysis J. Robert Buchanan Department of Mathematics Summer 2007 Notation x A means that element x is a member of set A. x / A means that x is not a member of A.

More information

Vector Spaces. Chapter 1

Vector Spaces. Chapter 1 Chapter 1 Vector Spaces Linear algebra is the study of linear maps on finite-dimensional vector spaces. Eventually we will learn what all these terms mean. In this chapter we will define vector spaces

More information

Math 4606, Summer 2004: Inductive sets, N, the Peano Axioms, Recursive Sequences Page 1 of 10

Math 4606, Summer 2004: Inductive sets, N, the Peano Axioms, Recursive Sequences Page 1 of 10 Math 4606, Summer 2004: Inductive sets, N, the Peano Axioms, Recursive Sequences Page 1 of 10 Inductive sets (used to define the natural numbers as a subset of R) (1) Definition: A set S R is an inductive

More information

Sets. Alice E. Fischer. CSCI 1166 Discrete Mathematics for Computing Spring, Outline Sets An Algebra on Sets Summary

Sets. Alice E. Fischer. CSCI 1166 Discrete Mathematics for Computing Spring, Outline Sets An Algebra on Sets Summary An Algebra on Alice E. Fischer CSCI 1166 Discrete Mathematics for Computing Spring, 2018 Alice E. Fischer... 1/37 An Algebra on 1 Definitions and Notation Venn Diagrams 2 An Algebra on 3 Alice E. Fischer...

More information

Analysis 1. Lecture Notes 2013/2014. The original version of these Notes was written by. Vitali Liskevich

Analysis 1. Lecture Notes 2013/2014. The original version of these Notes was written by. Vitali Liskevich Analysis 1 Lecture Notes 2013/2014 The original version of these Notes was written by Vitali Liskevich followed by minor adjustments by many Successors, and presently taught by Misha Rudnev University

More information

Chapter 1. Logic and Proof

Chapter 1. Logic and Proof Chapter 1. Logic and Proof 1.1 Remark: A little over 100 years ago, it was found that some mathematical proofs contained paradoxes, and these paradoxes could be used to prove statements that were known

More information

Filters in Analysis and Topology

Filters in Analysis and Topology Filters in Analysis and Topology David MacIver July 1, 2004 Abstract The study of filters is a very natural way to talk about convergence in an arbitrary topological space, and carries over nicely into

More information

1. A Little Set Theory

1. A Little Set Theory . A Little Set Theory I see it, but I don t believe it. Cantor to Dedekind 29 June 877 Functions are the single most important idea pervading modern mathematics. We will assume the informal definition

More information