1.2 Functions What is a Function? 1.2. FUNCTIONS 11

Size: px
Start display at page:

Download "1.2 Functions What is a Function? 1.2. FUNCTIONS 11"

Transcription

1 1.2. FUNCTIONS Functions What is a Function? In this section, we only consider functions of one variable. Loosely speaking, a function is a special relation which exists between two variables. In introductory mathematics classes, the definition below is the one which is usually given for a function. Definition 22 (function) Let A and B denote two sets. 1. A function f from A to B is a rule which assigns a unique y B to each x A. We write y = f (x). f (x) denotes the value of the function at x. 2. x is called the independent variable (also called an input value), y is the dependent variable (also called an output value). Remember, if we say that y is a function of x, it implies that it depends on x. 3. The domain of f is A, the set of values of x. It is also denoted D (f) or Dom f. When the domain of a function is not given, it is understood to be the largest set of real numbers for which the function is defined. 4. The range of f is the set R (f) = {f (x) : x D (f)}. It is also denoted Range f. A function can also be defined in terms of pairs. In this manner, we simply give the pairs of elements which are in relation. More precisely, Definition 23 (function) Let A and B denote two sets. A function from A to B is a subset of A B that is a set of ordered pairs with the property that whenever (a, b) f and (a, c) f then b = c. When we say that (a, b) f, it means that b = f (a). With this form of the definition, the domain of f is simply the set of first members of each pair, the range is the set of second members. A set of ordered pairs is a function if no two pairs have the same first member and different second member. At this stage, it is also important for students to understand the difference between f and f (x). f is a function. As we have seen in the above definition, it is a set of ordered pairs. f (x) is an element of R (f), the range of f. A function from A into R is called real-valued. Definition 24 (mapping) If f is a function from A to B, we also say that f is a mapping from A into B, or that f maps A into B. We often write: f : A B Definition 25 (image) If f is a function from A to B and y = f (x) (or if (x, y) f), then we say that y is the image of x under f. The following proposition follows from the definition of a function.

2 12CHAPTER 1. INTRODUCTORY MATERIAL: SETS, FUNCTIONS AND MATHEMATICAL INDU Proposition 26 (vertical line test) A graph is the graph of a function if it passes the vertical line test, that is if no vertical line can intersect the graph in more than one point. Example 27 Let A = {0, 1, 2, 3, 4, 5} and B = R. Let f = {(0, 6), (1, 54), (2, 70), (3, 54), (4, 6), (5, 74)} It is easy to see that f is a function. Each x A belongs to exactly one pair in f. The fact that some pairs have the same second component does not contradict the definition of a function. Though it indicates something else we will study soon. Example 28 With A and B as in the previous example, g = {(0, 6), (1, 54), (1, 74), (2, 70), (3, 54), (4, 6), (5, 74)} is not a function. The pairs (1, 54) and (1, 74) have the same first component but have diff erent second components. This violates the definition of a function. Example 29 Often, a function is given by a formula which gives the relationship between input and output values as in this example. Let A = B = R. We define the function h by h = { (x, y) R 2 : y = x } In other words, h (x) = x Example 30 The identity function, denoted i, is defined on any non-empty set A by: i = {(x, x) : x A} In other words, this function maps every element of A into itself, that is i (x) = x for any x A. Remark 31 A formula is not enough to define a function. Its domain must also be specified. Two functions are equal if they have the same set of ordered pairs. When functions are given by a formula, two functions are equal if they have the same domain and they define the same relation between input and output values Restrictions and Extensions of Functions Consider a function f from A to B. Let D 1 A. We can define a new function f 1 with domain D 1 by : f 1 (x) = f (x) x D 1 Remark 32 The quantifier means "for every".

3 1.2. FUNCTIONS 13 Definition 33 (restriction) The function f 1 as defined above is called a restriction of f to D 1. It is called a restriction because it is defined on a smaller set. On the smaller sets, the two functions agree. In other words, f 1 is the same as f, restricted to D 1. Example 34 The function g : [ π 2, π ] [ 1, 1] 2 x sin x is a restriction of the function to the set [ π 2, π ]. 2 f : R [ 1, 1] x sin x Remark 35 We restrict functions to a smaller domain when we wish the function to have certain properties it does not have on the larger domain. In the example above, you will recall from calculus that though sin x is defined for all real numbers, it is not invertible because[ it does not pass the horizontal line test. However, if we restrict its domain to π 2, π ], the function is invertible and 2 we haven t lost any information because on that interval, sin x takes on all its values. You may recall that sin x is periodic [ (see definition below if you have forgotten what it means). The interval π 2, π ] corresponds to one period. 2 Instead of restricting the definition of a function to a smaller set, we can also do the opposite. Sometimes, it is useful to extend the definition of a function to a larger set. Let g be a function from A into B, and let D 2 be a set containing A. We can define a new function g 2 with domain D 2 by: g 2 (x) = g (x) x A g 2 (x) = some other function if x D 2 \ A Definition 36 The function g 2 as defined above is called an extension of g to D 2. It is called an extension because we extend the definition of g to a larger set. Example 37 The function h : R R { 1 if x = 0 x sin x x if x 0

4 14CHAPTER 1. INTRODUCTORY MATERIAL: SETS, FUNCTIONS AND MATHEMATICAL INDU is an extension of the function f : R\ {0} R x sin x x to the set of all real numbers. In this case, the reason for doing this is to sin x have a function continuous on the set of real numbers. is continuous on x R\{0} because it is not defined at 0. However, you may recall from calculus that sin x lim = 1. We can extend sin x to a continuous function on R with the x 0 x x function of this example Operations on Functions Addition, Subtraction, Multiplication and Division Usually, a function is defined by defining the action this function has on elements of its domain. Let f and g be two functions, call D (f) the domain of f and D (g) the domain of g. We define addition, subtraction, multiplication and division of functions as follows: The sum of two functions f and g, denoted f + g, is defined by: (f + g) (x) = f (x) + g (x) The domain of f + g is the set {x : x D (f) and x D (g)}. The difference of two functions f and g, denoted f g, is defined by: (f g) (x) = f (x) g (x) The domain of f g is the set {x : x D (f) and x D (g)}. The product of two functions f and g, denoted fg, is defined by: (fg) (x) = f (x) g (x) The domain of fg is the set {x : x D (f) and x D (g)}. The division of two functions f and g, denoted f, is defined by: g f f (x) (x) = g g (x) The domain of f is the set {x : x D (f) and x D (g) with g (x) 0}. g

5 1.2. FUNCTIONS 15 Example 38 Given f (x) = x + 1 and g (x) = x 1, find f + g, f g, fg, f g, find their domain. We find these functions by defining how they act on elements. Since both f and g are polynomials, D (f) and D (g) are the set of real numbers. (f + g) (x) = f (x) + g (x) = x x 1 = 2x. The domain of f + g is the set of real numbers. (f g) (x) = f (x) g (x) = x + 1 (x 1) = 2. The domain of f g is the set of real numbers. (fg) (x) = f (x) g (x) = (x + 1) (x 1) = x 2 1. The domain of fg is the set of real numbers. f f (x) (x) = g g (x) = x + 1 x 1. The domain of f g 1. Composition is the set of real numbers except Once again, let f be a function from A into B and g be a function from B into C. The composition of f and g, denoted g f, is the function defined by: (g f) (x) = g (f (x)) We can also define the composition of two functions in terms of ordered pairs. let f be a function from A into B and g be a function from B into C. Then, g f = {(a, c) A C : b B for which (a, b) f and (b, c) g} = {(a, c) A C : c = g (f (a))} Remark 39 The quantifier means "there exists". The domain of g f is the set {x D (f) : f (x) D (g)} that is it is the set of elements in the domain of f such that f (x) is in the domain of g. Example 40 Let f (x) = x and g (x) = x Find f g, g f and their domain. We find f g by finding how it acts on an element x. By definition, we have: (f g) (x) = f (g (x)) = f ( x ) x2 + 1 Since x is always defined, and always positive, the domain of f g is all real numbers.

6 16CHAPTER 1. INTRODUCTORY MATERIAL: SETS, FUNCTIONS AND MATHEMATICAL INDU We find g f by finding how it acts on an element x. By definition, we have: (g f) (x) = g (f (x)) = g ( x ) = ( x ) = x + 1 The domain of g f is {x R : x 0}. Remark 41 You will notice that in general f g g f Example 42 Find functions f and g such that (f g) (x) = x 1 It is important to notice that when we write (f g) (x), the function g is applied first, then the function f. When we write x 1, first, we have to evaluate x 1, then we take the square root. This suggests that g (x) = x 1, and f (x) = x. If we verify, we get (f g) (x) = f (g (x)) = f (x 1) x 1 Remark 43 In general, the notation f n is used to denote composition of f with itself n times. (f f) (x) = f (f (x)) = f 2 (x). However, with trigonometric functions, raising to a power means multiplication. For example sin 2 x = (sin x) 2 = (sin x) (sin x). Do not confuse this with f (n) which means n th order derivative Injections and Surjections Definition 44 (surjection) If f is a mapping of A into B such that R (f) = B, then we say that the mapping is onto. We also say that f is surjective, or that f is a surjection. To put it simply, a mapping from A into B is a surjection if every element of B is the image of some element of A. To prove that a function f from A to B is a surjection, one must prove that for any y B, there exists an x in A such that y = f (x). Remark 45 A function f : A R (f) is always a surjection. Example 46 The function f : R R x x 2

7 1.2. FUNCTIONS 17 is not surjective. However, the function is surjective. f : R [0, ) x x 2 Definition 47 (injection) Let f be a function from A into B. f is said to be injective, or an injection, or one-to-one if one of the three equivalent conditions below is satisfied. 1. f (a) = f (b) a = b 2. a b f (a) f (b) 3. (a, c) f and (b, c) f a = b To put it simply, a mapping from A into B is an injection if different inputs produce different outputs. Example 48 The function f : R [ 1, 1] x sin x is [ not an injection, f (0) = f (2π) for example. π 2, π ] is an injection. 2 However, its restriction to Proposition 49 (horizontal line test) The graph of a function is the graph of an injective function if it passes the horizontal line test, that is if no horizontal line can intersect the graph in more than one point. Definition 50 A function which is both an injection (one-to-one) and a surjection (onto) is called a bijection Inverse Functions Proposition 51 Let f be a function from A onto B. If f is an injection, then the function f 1 : B A such that f 1 = {(b, a) B A : (a, b) f} is also a function which is one-to-one. Proof. The proof of this fact is left as an exercise. The function f 1 defined in terms of f has a name: Definition 52 (inverse) Let f be an injective function from A onto B. The function f 1 = {(b, a) B A : (a, b) f} is called the inverse of f. It is denoted f 1.

8 18CHAPTER 1. INTRODUCTORY MATERIAL: SETS, FUNCTIONS AND MATHEMATICAL INDU f and f 1 are related in many different ways. We list a few of these relations below. 1. D (f) = R ( f 1), R (f) = D ( f 1). This can be seen from the definition. 2. y = f (x) x = f 1 (y). This can be seen from the definition. 3. ( f 1 f ) (x) = x x D (f). See problems at the end of this section. 4. ( f f 1) (y) = y y R (f). See problems at the end of this section. You may recall from previous mathematics classes that to find the inverse of a function given by a formula y = f (x), the following steps can be followed: 1. Make sure the function has an inverse (i.e. it is one-to-one). 2. In the relation y = f (x), switch x and y. 3. Solve for y in the relation you obtained above. 4. The new relation you obtained for y is the inverse function. Example 53 Find the inverse of y = f (x) = 5x + 2. This is a straight line which is not horizontal, so it passes the horizontal line test. Hence it is one-to-one. If we switch x and y, we obtain Next, we solve for y. x = 5y + 2 Therefore x = 5y + 2 x 2 = 5y y = x 2 5 f 1 (x) = x Direct Image and Inverse Image of a Set Let f be a function from A into B. Let E and G be two sets such that E A, and G B. Definition 54 (direct image of a set) The direct image of E, denoted f (E), is defined by: f (E) = {f (x) : x E} Definition 55 (inverse image of a set) The inverse image of G, denoted f 1 (G) is defined by: f 1 (G) = {x A : f (x) G}

9 1.2. FUNCTIONS 19 Remark 56 The above definition does not require that f be injective or have an inverse. f 1 (G) is simply the notation for the inverse image of G. The reader should never think we are talking about the inverse of f. Remark 57 If should be clear to the reader that f (E) B. Also f (A) is the range of f. Therefore, f (A) = B f is a surjection. Remark 58 Similarly, it should be clear to the reader that f 1 (G) A. Let us consider an example to illustrate this definition. Example 59 Consider f : N N defined by f (n) = n Let E = {2, 3, 4}. Find f (E). By definition, f (E) = {f (x) : x E} in other words, f (E) = {f (2), f (3), f (4)} = {3, 8, 15} 2. Let G = {3, 4, 5, 6, 7, 8}, find f 1 (G). By definition, f 1 (G) = {x N : f (x) G}. The only whole numbers mapping into an element of G are 2 and 3 since f (2) = 3 and f (3) = 8. Hence f 1 (G) = {2, 3} Certain important set properties are preserved under the direct image or the inverse image of a set. We list them in two theorems. Theorem 60 Let f be a function from A into B. Let E and F be subsets of A. The following is true: 1. If E F then f (E) f (F ) 2. f (E F ) f (E) f (F ) 3. f (E F ) = f (E) f (F ) 4. f (E \ F ) f (E) Proof. We only prove some of these items. For the remaining ones, see the problems at the end of this section. 1. Let y f (E). Then, there exists x E such that y = f (x). Because E F, x is also in F, therefore, y = f (x) is in f (F ). 2. see problems 3. We need to show the inclusion both ways.

10 20CHAPTER 1. INTRODUCTORY MATERIAL: SETS, FUNCTIONS AND MATHEMATICAL INDU First, we show that f (E F ) f (E) f (F ). Let y f (E F ). Then, there exists x E F such that y = f (x). Either x E, in which case y = f (x) f (E). Or, x F, in which case y = f (x) f (F ). Thus, y f (E) f (F ) Next, we show that f (E) f (F ) f (E F ). Since E E F, by part 1, f (E) f (E F ). Similarly, F E F thus f (F ) f (E F ). It follows that f (E) f (F ) f (E F ). 4. Let y f (E \ F ). Then, there exists x E \F such that y = f (x). Then, x E, thus y = f (x) f (E). Remark 61 To prove part 4 of the above theorem, we can also use part 1 and the fact that E \ F E. Theorem 62 Let f be a function with domain in A and range in B. Let G and H be subsets of B. The following is true: 1. If G H then f 1 (G) f 1 (H) 2. f 1 (G H) = f 1 (G) f 1 (H) 3. f 1 (G H) = f 1 (G) f 1 (H) 4. f 1 (G \ H) = f 1 (G) \ f 1 (H) Proof. We only prove some of these items. For the remaining ones, see the problems at the end of this section. 1. see problems 2. We need to show the inclusion both ways. First, we show that f 1 (G H) f 1 (G) f 1 (H). Since G H G, by part 1, f 1 (G H) f 1 (G). Similarly, f 1 (G H) f 1 (H). Thus, f 1 (G H) f 1 (G) f 1 (H). Next, we show that f 1 (G) f 1 (H) f 1 (G H). Let x f 1 (G) f 1 (H). Then, f (x) G and f (x) H. Therefore, f (x) G H hence, x f 1 (G H) by definition. 3. see problems 4. see problems

11 1.2. FUNCTIONS Additional Properties of a Function General Properties In this section, we remind the reader of some definitions. Theorems about these properties will be proven later in the chapter. Definition 63 Let f : D R be a real-valued function. f is said to be: 1. Increasing, if a, b D (a b = f (a) f (b)) 2. Decreasing, if a, b D (a b = f (a) f (b)) 3. Strictly increasing, if a, b D (a < b = f (a) < f (b)) 4. Strictly decreasing, if a, b D (a < b = f (a) > f (b)) 5. Monotone, if it is either increasing or decreasing. 6. Strictly monotone, if it is either strictly increasing or strictly decreasing. 7. Bounded above, if its range is bounded above, that is if M R : x D f (x) M 8. Bounded below, if its range is bounded below, that is if m R : x D f (x) m 9. Bounded, if it is both bounded above and below. 10. Even, if x D x D and f ( x) = f (x) 11. Odd, if x D x D and f ( x) = f (x) { x + T D 12. Periodic, if T 0 R : x D and f (x + T ) = x T D f (x). The smallest such T is called the period of the function. 13. Lipschitz, if k > 0 R : a, b D f (a) f (b) k a b Global versus Local Properties Let f : D R be a real-valued function. A certain property is said to be a global property if it is true wherever the function is defined. However, certain properties are only true on an interval of the domain of the function. Such properties are called local properties. More generally, if f : D R is a realvalued function and E D, we say that f has a certain property on E if the restriction of f on E has this property. For example, the function f (x) = 1 is not decreasing on its domain which x is R \ {0} (why?). However, its restriction to (0, ) is decreasing, so is its restriction to (, 0).

12 22CHAPTER 1. INTRODUCTORY MATERIAL: SETS, FUNCTIONS AND MATHEMATICAL INDU If a D, we say that f has a certain property in a neighborhood of a if there exists an open set U containing a such that f has the property on U D. For example, the function f (x) = sin x is increasing in a neighborhood of 0; it is increasing on Exercises ( π 2, π 2 ). 1. Is the subset { (x, y) : x R,y R, and x 2 + y 2 = 1 } a function? Explain. 2. Define the function f and g by f (x) = x2 1 x 1 g (x) = x + 1 for x R. Is f = g? Why? for x R and x 1 and 3. Prove that if f is an injection from A to B, then f 1 = {(b, a) : (a, b) f} is a function. Then, prove this function is an injection. 4. Suppose that f is an injection. Show that ( f 1 f ) (x) = x for every x in D (f). Also, show that f f 1 (y) = y for every y in R (f). 5. Let f be a function from A into B. Let E and F be subsets of A. (a) Prove that f (E F ) f (E) f (F ). (b) Give an example which shows why the two sets are not equal. (c) When do you think the two sets are equal, why? 6. Let f be a function with domain in A and range in B. Let G and H be subsets of B. (a) Prove that if G H then f 1 (G) f 1 (H) (b) Prove that f 1 (G H) = f 1 (G) f 1 (H) (c) Prove that f 1 (G H) = f 1 (G) f 1 (H) 7. Give at least one example of a function for each of the 13 definition in definition 63. This means you will give at least 13 examples since there are 13 concepts defined. In each case, you will specify the domain of the function and you will prove that the function satisfies the property you claim it satisfies. 8. Let A = { 1, 0, 1, 2} and B = N. Which of the following subsets of A B are functions from A into B, explain. (a) f = {( 1, 2), (0, 3), (2, 5)} (b) g = {( 1, 2), (0, 7), (1, 1), (1, 3), (2, 7)} (c) h = {( 1, 2), (0, 2), (1, 2), (2, 1)} (d) k = {(x, y) : y = 2x + 3, x A}

13 1.2. FUNCTIONS Let f : N N be the function defined by f (n) = 2n 1. Find f (E) and f 1 (E) for each of the following subsets E of N. (a) {1, 2, 3, 4} (b) {1, 3, 5, 7} (c) N 10. Let f = { (x, y) : x R, y = x }. (a) Let A = {x : 1 x 2}. Find f (A) and f 1 (A). (b) Show that f is an injection and a surjection. (c) Find f For each of the following real-valued functions, find the range of the functions f and determine if the function is one-to-one. If f is one-to-one, find the inverse function f 1 and specify the domain of f 1. (a) f (x) = 3x 2, D (f) = R. (b) f (x) = sin x, D (f) = {x R : 0 x π}.

Review of Functions. Functions. Philippe B. Laval. Current Semester KSU. Philippe B. Laval (KSU) Functions Current Semester 1 / 12

Review of Functions. Functions. Philippe B. Laval. Current Semester KSU. Philippe B. Laval (KSU) Functions Current Semester 1 / 12 Review of Functions Functions Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Functions Current Semester 1 / 12 Introduction Students are expected to know the following concepts about functions:

More information

Chapter 2 Invertible Mappings

Chapter 2 Invertible Mappings Chapter 2 Invertible Mappings 2. Injective, Surjective and Bijective Mappings Given the map f : A B, and I A, theset f (I ) ={f (x) : x I } is called the image of I under f.ifi = A, then f (A) is called

More information

Homework for MATH 4603 (Advanced Calculus I) Fall Homework 13: Due on Tuesday 15 December. Homework 12: Due on Tuesday 8 December

Homework for MATH 4603 (Advanced Calculus I) Fall Homework 13: Due on Tuesday 15 December. Homework 12: Due on Tuesday 8 December Homework for MATH 4603 (Advanced Calculus I) Fall 2015 Homework 13: Due on Tuesday 15 December 49. Let D R, f : D R and S D. Let a S (acc S). Assume that f is differentiable at a. Let g := f S. Show that

More information

SECTION 1.8 : x = f LEARNING OBJECTIVES

SECTION 1.8 : x = f LEARNING OBJECTIVES SECTION 1.8 : x = f (Section 1.8: x = f ( y) ( y)) 1.8.1 LEARNING OBJECTIVES Know how to graph equations of the form x = f ( y). Compare these graphs with graphs of equations of the form y = f ( x). Recognize

More information

5.4 Continuity: Preliminary Notions

5.4 Continuity: Preliminary Notions 5.4. CONTINUITY: PRELIMINARY NOTIONS 181 5.4 Continuity: Preliminary Notions 5.4.1 Definitions The American Heritage Dictionary of the English Language defines continuity as an uninterrupted succession,

More information

3 FUNCTIONS. 3.1 Definition and Basic Properties. c Dr Oksana Shatalov, Fall

3 FUNCTIONS. 3.1 Definition and Basic Properties. c Dr Oksana Shatalov, Fall c Dr Oksana Shatalov, Fall 2016 1 3 FUNCTIONS 3.1 Definition and Basic Properties DEFINITION 1. Let A and B be nonempty sets. A function f from the set A to the set B is a correspondence that assigns to

More information

f(x) x

f(x) x 2 Function 2.1 Function notation The equation f(x) = x 2 + 3 defines a function f from the set R of real numbers to itself (written f : R R). This function accepts an input value x and returns an output

More information

REVIEW FOR THIRD 3200 MIDTERM

REVIEW FOR THIRD 3200 MIDTERM REVIEW FOR THIRD 3200 MIDTERM PETE L. CLARK 1) Show that for all integers n 2 we have 1 3 +... + (n 1) 3 < 1 n < 1 3 +... + n 3. Solution: We go by induction on n. Base Case (n = 2): We have (2 1) 3 =

More information

Relations, Functions & Binary Operations

Relations, Functions & Binary Operations Relations, Functions & Binary Operations Important Terms, Definitions & Formulae 0 TYPES OF INTERVLS a) Open interval: If a and b be two real numbers such that a b then, the set of all the real numbers

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

ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS

ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS 1. Cardinal number of a set The cardinal number (or simply cardinal) of a set is a generalization of the concept of the number of elements

More information

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero Chapter Limits of Sequences Calculus Student: lim s n = 0 means the s n are getting closer and closer to zero but never gets there. Instructor: ARGHHHHH! Exercise. Think of a better response for the instructor.

More information

4.1 Real-valued functions of a real variable

4.1 Real-valued functions of a real variable Chapter 4 Functions When introducing relations from a set A to a set B we drew an analogy with co-ordinates in the x-y plane. Instead of coming from R, the first component of an ordered pair comes from

More information

Cardinality and ordinal numbers

Cardinality and ordinal numbers Cardinality and ordinal numbers The cardinality A of a finite set A is simply the number of elements in it. When it comes to infinite sets, we no longer can speak of the number of elements in such a set.

More information

Connectedness. Proposition 2.2. The following are equivalent for a topological space (X, T ).

Connectedness. Proposition 2.2. The following are equivalent for a topological space (X, T ). Connectedness 1 Motivation Connectedness is the sort of topological property that students love. Its definition is intuitive and easy to understand, and it is a powerful tool in proofs of well-known results.

More information

9/21/2018. Properties of Functions. Properties of Functions. Properties of Functions. Properties of Functions. Properties of Functions

9/21/2018. Properties of Functions. Properties of Functions. Properties of Functions. Properties of Functions. Properties of Functions How can we prove that a function f is one-to-one? Whenever you want to prove something, first take a look at the relevant definition(s): x, y A (f(x) = f(y) x = y) f:r R f(x) = x 2 Disproof by counterexample:

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

More information

2.1 Sets. Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R.

2.1 Sets. Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R. 2. Basic Structures 2.1 Sets Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R. Definition 2 Objects in a set are called elements or members of the set. A set is

More information

Part V. 17 Introduction: What are measures and why measurable sets. Lebesgue Integration Theory

Part V. 17 Introduction: What are measures and why measurable sets. Lebesgue Integration Theory Part V 7 Introduction: What are measures and why measurable sets Lebesgue Integration Theory Definition 7. (Preliminary). A measure on a set is a function :2 [ ] such that. () = 2. If { } = is a finite

More information

Functions If (x, y 1 ), (x, y 2 ) S, then y 1 = y 2

Functions If (x, y 1 ), (x, y 2 ) S, then y 1 = y 2 Functions 4-3-2008 Definition. A function f from a set X to a set Y is a subset S of the product X Y such that if (, y 1 ), (, y 2 ) S, then y 1 = y 2. Instead of writing (, y) S, you usually write f()

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

3 FUNCTIONS. 3.1 Definition and Basic Properties. c Dr Oksana Shatalov, Spring

3 FUNCTIONS. 3.1 Definition and Basic Properties. c Dr Oksana Shatalov, Spring c Dr Oksana Shatalov, Spring 2016 1 3 FUNCTIONS 3.1 Definition and Basic Properties DEFINITION 1. Let A and B be nonempty sets. A function f from A to B is a rule that assigns to each element in the set

More information

Name (print): Question 4. exercise 1.24 (compute the union, then the intersection of two sets)

Name (print): Question 4. exercise 1.24 (compute the union, then the intersection of two sets) MTH299 - Homework 1 Question 1. exercise 1.10 (compute the cardinality of a handful of finite sets) Solution. Write your answer here. Question 2. exercise 1.20 (compute the union of two sets) Question

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

Important Properties of R

Important Properties of R Chapter 2 Important Properties of R The purpose of this chapter is to explain to the reader why the set of real numbers is so special. By the end of this chapter, the reader should understand the difference

More information

Part 2 Continuous functions and their properties

Part 2 Continuous functions and their properties Part 2 Continuous functions and their properties 2.1 Definition Definition A function f is continuous at a R if, and only if, that is lim f (x) = f (a), x a ε > 0, δ > 0, x, x a < δ f (x) f (a) < ε. Notice

More information

Logic, Sets, and Proofs

Logic, Sets, and Proofs Logic, Sets, and Proofs David A. Cox and Catherine C. McGeoch Amherst College 1 Logic Logical Operators. A logical statement is a mathematical statement that can be assigned a value either true or false.

More information

Formal power series rings, inverse limits, and I-adic completions of rings

Formal power series rings, inverse limits, and I-adic completions of rings Formal power series rings, inverse limits, and I-adic completions of rings Formal semigroup rings and formal power series rings We next want to explore the notion of a (formal) power series ring in finitely

More information

Solution of the 7 th Homework

Solution of the 7 th Homework Solution of the 7 th Homework Sangchul Lee December 3, 2014 1 Preliminary In this section we deal with some facts that are relevant to our problems but can be coped with only previous materials. 1.1 Maximum

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 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

5 FUNCTIONS. 5.1 Definition and Basic Properties. c Dr Oksana Shatalov, Fall

5 FUNCTIONS. 5.1 Definition and Basic Properties. c Dr Oksana Shatalov, Fall c Dr Oksana Shatalov, Fall 2017 1 5 FUNCTIONS 5.1 Definition and Basic Properties DEFINITION 1. Let A and B be nonempty sets. A function f from the set A to the set B is a correspondence that assigns to

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

9 FUNCTIONS. 9.1 The Definition of Function. c Dr Oksana Shatalov, Fall

9 FUNCTIONS. 9.1 The Definition of Function. c Dr Oksana Shatalov, Fall c Dr Oksana Shatalov, Fall 2018 1 9 FUNCTIONS 9.1 The Definition of Function DEFINITION 1. Let X and Y be nonempty sets. A function f from the set X to the set Y is a correspondence that assigns to each

More information

INVERSE LIMITS AND PROFINITE GROUPS

INVERSE LIMITS AND PROFINITE GROUPS INVERSE LIMITS AND PROFINITE GROUPS BRIAN OSSERMAN We discuss the inverse limit construction, and consider the special case of inverse limits of finite groups, which should best be considered as topological

More information

Functions Functions and Modeling A UTeach/TNT Course

Functions Functions and Modeling A UTeach/TNT Course Definition of a Function DEFINITION: Let A and B be sets. A function between A and B is a subset of A B with the property that if (a, b 1 )and(a, b 2 ) are both in the subset, then b 1 = b 2. The domain

More information

Calculus (Math 1A) Lecture 4

Calculus (Math 1A) Lecture 4 Calculus (Math 1A) Lecture 4 Vivek Shende August 31, 2017 Hello and welcome to class! Last time We discussed shifting, stretching, and composition. Today We finish discussing composition, then discuss

More information

Calculus (Math 1A) Lecture 4

Calculus (Math 1A) Lecture 4 Calculus (Math 1A) Lecture 4 Vivek Shende August 30, 2017 Hello and welcome to class! Hello and welcome to class! Last time Hello and welcome to class! Last time We discussed shifting, stretching, and

More information

Cartesian Products and Relations

Cartesian Products and Relations Cartesian Products and Relations Definition (Cartesian product) If A and B are sets, the Cartesian product of A and B is the set A B = {(a, b) : (a A) and (b B)}. The following points are worth special

More information

Some Function Problems SOLUTIONS Isabel Vogt Last Edited: May 24, 2013

Some Function Problems SOLUTIONS Isabel Vogt Last Edited: May 24, 2013 Some Function Problems SOLUTIONS Isabel Vogt Last Edited: May 24, 23 Most of these problems were written for my students in Math 23a/b at Harvard in 2/22 and 22/23. They cover basic function theory, countability,

More information

1. Continuous Functions between Euclidean spaces

1. Continuous Functions between Euclidean spaces Math 441 Topology Fall 2012 Metric Spaces by John M. Lee This handout should be read between Chapters 1 and 2 of the text. It incorporates material from notes originally prepared by Steve Mitchell and

More information

Supplementary Material for MTH 299 Online Edition

Supplementary Material for MTH 299 Online Edition Supplementary Material for MTH 299 Online Edition Abstract This document contains supplementary material, such as definitions, explanations, examples, etc., to complement that of the text, How to Think

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

2.2 Some Consequences of the Completeness Axiom

2.2 Some Consequences of the Completeness Axiom 60 CHAPTER 2. IMPORTANT PROPERTIES OF R 2.2 Some Consequences of the Completeness Axiom In this section, we use the fact that R is complete to establish some important results. First, we will prove that

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

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 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

3. The Sheaf of Regular Functions

3. The Sheaf of Regular Functions 24 Andreas Gathmann 3. The Sheaf of Regular Functions After having defined affine varieties, our next goal must be to say what kind of maps between them we want to consider as morphisms, i. e. as nice

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

GEOMETRIC CONSTRUCTIONS AND ALGEBRAIC FIELD EXTENSIONS

GEOMETRIC CONSTRUCTIONS AND ALGEBRAIC FIELD EXTENSIONS GEOMETRIC CONSTRUCTIONS AND ALGEBRAIC FIELD EXTENSIONS JENNY WANG Abstract. In this paper, we study field extensions obtained by polynomial rings and maximal ideals in order to determine whether solutions

More information

Infinite series, improper integrals, and Taylor series

Infinite series, improper integrals, and Taylor series Chapter 2 Infinite series, improper integrals, and Taylor series 2. Introduction to series In studying calculus, we have explored a variety of functions. Among the most basic are polynomials, i.e. functions

More information

Prof. Ila Varma HW 8 Solutions MATH 109. A B, h(i) := g(i n) if i > n. h : Z + f((i + 1)/2) if i is odd, g(i/2) if i is even.

Prof. Ila Varma HW 8 Solutions MATH 109. A B, h(i) := g(i n) if i > n. h : Z + f((i + 1)/2) if i is odd, g(i/2) if i is even. 1. Show that if A and B are countable, then A B is also countable. Hence, prove by contradiction, that if X is uncountable and a subset A is countable, then X A is uncountable. Solution: Suppose A and

More information

3 The language of proof

3 The language of proof 3 The language of proof After working through this section, you should be able to: (a) understand what is asserted by various types of mathematical statements, in particular implications and equivalences;

More information

In economics, the amount of a good x demanded is a function of the price of that good. In other words,

In economics, the amount of a good x demanded is a function of the price of that good. In other words, I. UNIVARIATE CALCULUS Given two sets X and Y, a function is a rule that associates each member of X with eactly one member of Y. That is, some goes in, and some y comes out. These notations are used to

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

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

Sequences. We know that the functions can be defined on any subsets of R. As the set of positive integers

Sequences. We know that the functions can be defined on any subsets of R. As the set of positive integers Sequences We know that the functions can be defined on any subsets of R. As the set of positive integers Z + is a subset of R, we can define a function on it in the following manner. f: Z + R f(n) = a

More information

1 Sets of real numbers

1 Sets of real numbers 1 Sets of real numbers Outline Sets of numbers, operations, functions Sets of natural, integer, rational and real numbers Operations with real numbers and their properties Representations of real numbers

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

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

3 FUNCTIONS. 3.1 Definition and Basic Properties. c Dr Oksana Shatalov, Fall

3 FUNCTIONS. 3.1 Definition and Basic Properties. c Dr Oksana Shatalov, Fall c Dr Oksana Shatalov, Fall 2014 1 3 FUNCTIONS 3.1 Definition and Basic Properties DEFINITION 1. Let A and B be nonempty sets. A function f from A to B is a rule that assigns to each element in the set

More information

7: FOURIER SERIES STEVEN HEILMAN

7: FOURIER SERIES STEVEN HEILMAN 7: FOURIER SERIES STEVE HEILMA Contents 1. Review 1 2. Introduction 1 3. Periodic Functions 2 4. Inner Products on Periodic Functions 3 5. Trigonometric Polynomials 5 6. Periodic Convolutions 7 7. Fourier

More information

CHAPTER 6. Limits of Functions. 1. Basic Definitions

CHAPTER 6. Limits of Functions. 1. Basic Definitions CHAPTER 6 Limits of Functions 1. Basic Definitions DEFINITION 6.1. Let D Ω R, x 0 be a limit point of D and f : D! R. The limit of f (x) at x 0 is L, if for each " > 0 there is a ± > 0 such that when x

More information

QF101: Quantitative Finance August 22, Week 1: Functions. Facilitator: Christopher Ting AY 2017/2018

QF101: Quantitative Finance August 22, Week 1: Functions. Facilitator: Christopher Ting AY 2017/2018 QF101: Quantitative Finance August 22, 2017 Week 1: Functions Facilitator: Christopher Ting AY 2017/2018 The chief function of the body is to carry the brain around. Thomas A. Edison 1.1 What is a function?

More information

2. Two binary operations (addition, denoted + and multiplication, denoted

2. Two binary operations (addition, denoted + and multiplication, denoted Chapter 2 The Structure of R The purpose of this chapter is to explain to the reader why the set of real numbers is so special. By the end of this chapter, the reader should understand the difference between

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

Solutions to Tutorial for Week 4

Solutions to Tutorial for Week 4 The University of Sydney School of Mathematics and Statistics Solutions to Tutorial for Week 4 MATH191/1931: Calculus of One Variable (Advanced) Semester 1, 018 Web Page: sydneyeduau/science/maths/u/ug/jm/math191/

More information

Postulate 2 [Order Axioms] in WRW the usual rules for inequalities

Postulate 2 [Order Axioms] in WRW the usual rules for inequalities Number Systems N 1,2,3,... the positive integers Z 3, 2, 1,0,1,2,3,... the integers Q p q : p,q Z with q 0 the rational numbers R {numbers expressible by finite or unending decimal expansions} makes sense

More information

1 The Well Ordering Principle, Induction, and Equivalence Relations

1 The Well Ordering Principle, Induction, and Equivalence Relations 1 The Well Ordering Principle, Induction, and Equivalence Relations The set of natural numbers is the set N = f1; 2; 3; : : :g. (Some authors also include the number 0 in the natural numbers, but number

More information

Continuity. Chapter 4

Continuity. Chapter 4 Chapter 4 Continuity Throughout this chapter D is a nonempty subset of the real numbers. We recall the definition of a function. Definition 4.1. A function from D into R, denoted f : D R, is a subset of

More information

Dr. Relja Vulanovic Professor of Mathematics Kent State University at Stark c 2008

Dr. Relja Vulanovic Professor of Mathematics Kent State University at Stark c 2008 MATH-LITERACY MANUAL Dr. Relja Vulanovic Professor of Mathematics Kent State University at Stark c 2008 2 Algebraic Epressions 2.1 Terms and Factors 29 2.2 Types of Algebraic Epressions 32 2.3 Transforming

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

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

can only hit 3 points in the codomain. Hence, f is not surjective. For another example, if n = 4

can only hit 3 points in the codomain. Hence, f is not surjective. For another example, if n = 4 .. Conditions for Injectivity and Surjectivity In this section, we discuss what we can say about linear maps T : R n R m given only m and n. We motivate this problem by looking at maps f : {,..., n} {,...,

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

RELATIONS AND FUNCTIONS

RELATIONS AND FUNCTIONS For more important questions visit : www.4ono.com CHAPTER 1 RELATIONS AND FUNCTIONS IMPORTANT POINTS TO REMEMBER Relation R from a set A to a set B is subset of A B. A B = {(a, b) : a A, b B}. If n(a)

More information

SOLUTIONS FOR PROBLEMS 1-30

SOLUTIONS FOR PROBLEMS 1-30 . Answer: 5 Evaluate x x + 9 for x SOLUTIONS FOR PROBLEMS - 0 When substituting x in x be sure to do the exponent before the multiplication by to get (). + 9 5 + When multiplying ( ) so that ( 7) ( ).

More information

Math 016 Lessons Wimayra LUY

Math 016 Lessons Wimayra LUY Math 016 Lessons Wimayra LUY wluy@ccp.edu MATH 016 Lessons LESSON 1 Natural Numbers The set of natural numbers is given by N = {0, 1, 2, 3, 4...}. Natural numbers are used for two main reasons: 1. counting,

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

Direct Proof MAT231. Fall Transition to Higher Mathematics. MAT231 (Transition to Higher Math) Direct Proof Fall / 24

Direct Proof MAT231. Fall Transition to Higher Mathematics. MAT231 (Transition to Higher Math) Direct Proof Fall / 24 Direct Proof MAT231 Transition to Higher Mathematics Fall 2014 MAT231 (Transition to Higher Math) Direct Proof Fall 2014 1 / 24 Outline 1 Overview of Proof 2 Theorems 3 Definitions 4 Direct Proof 5 Using

More information

Discrete dynamics on the real line

Discrete dynamics on the real line Chapter 2 Discrete dynamics on the real line We consider the discrete time dynamical system x n+1 = f(x n ) for a continuous map f : R R. Definitions The forward orbit of x 0 is: O + (x 0 ) = {x 0, f(x

More information

Math 13, Spring 2013, Lecture B: Midterm

Math 13, Spring 2013, Lecture B: Midterm Math 13, Spring 2013, Lecture B: Midterm Name Signature UCI ID # E-mail address Each numbered problem is worth 12 points, for a total of 84 points. Present your work, especially proofs, as clearly as possible.

More information

CIS 375 Intro to Discrete Mathematics Exam 3 (Section M001: Green) 6 December Points Possible

CIS 375 Intro to Discrete Mathematics Exam 3 (Section M001: Green) 6 December Points Possible Name: CIS 375 Intro to Discrete Mathematics Exam 3 (Section M001: Green) 6 December 2016 Question Points Possible Points Received 1 12 2 14 3 14 4 12 5 16 6 16 7 16 Total 100 Instructions: 1. This exam

More information

Lecture 1. Econ 2001: Introduction to Mathematical Methods (a.k.a. Math Camp) 2015 August 10

Lecture 1. Econ 2001: Introduction to Mathematical Methods (a.k.a. Math Camp) 2015 August 10 Lecture 1 Econ 2001: Introduction to Mathematical Methods (a.k.a. Math Camp) 2015 August 10 Lecture 1 Outline 1 Logistics: Who, Where, When, What, How, Why, Stuff 2 Methods of Proof 3 Sets 4 Binary Relations

More information

Solutions to Homework Problems

Solutions to Homework Problems Solutions to Homework Problems November 11, 2017 1 Problems II: Sets and Functions (Page 117-118) 11. Give a proof or a counterexample of the following statements: (vi) x R, y R, xy 0; (x) ( x R, y R,

More information

Direct Limits. Mathematics 683, Fall 2013

Direct Limits. Mathematics 683, Fall 2013 Direct Limits Mathematics 683, Fall 2013 In this note we define direct limits and prove their basic properties. This notion is important in various places in algebra. In particular, in algebraic geometry

More information

f( x) f( y). Functions which are not one-to-one are often called many-to-one. Take the domain and the range to both be all the real numbers:

f( x) f( y). Functions which are not one-to-one are often called many-to-one. Take the domain and the range to both be all the real numbers: I. UNIVARIATE CALCULUS Given two sets X and Y, a function is a rule that associates each member of X with exactly one member of Y. That is, some x goes in, and some y comes out. These notations are used

More information

MATH 1A, Complete Lecture Notes. Fedor Duzhin

MATH 1A, Complete Lecture Notes. Fedor Duzhin MATH 1A, Complete Lecture Notes Fedor Duzhin 2007 Contents I Limit 6 1 Sets and Functions 7 1.1 Sets................................. 7 1.2 Functions.............................. 8 1.3 How to define a

More information

Week 5: Functions and graphs

Week 5: Functions and graphs Calculus and Linear Algebra for Biomedical Engineering Week 5: Functions and graphs H. Führ, Lehrstuhl A für Mathematik, RWTH Aachen, WS 07 Motivation: Measurements at fixed intervals 1 Consider a sequence

More information

CHAPTER 1: Functions

CHAPTER 1: Functions CHAPTER 1: Functions 1.1: Functions 1.2: Graphs of Functions 1.3: Basic Graphs and Symmetry 1.4: Transformations 1.5: Piecewise-Defined Functions; Limits and Continuity in Calculus 1.6: Combining Functions

More information

106 CHAPTER 3. TOPOLOGY OF THE REAL LINE. 2. The set of limit points of a set S is denoted L (S)

106 CHAPTER 3. TOPOLOGY OF THE REAL LINE. 2. The set of limit points of a set S is denoted L (S) 106 CHAPTER 3. TOPOLOGY OF THE REAL LINE 3.3 Limit Points 3.3.1 Main Definitions Intuitively speaking, a limit point of a set S in a space X is a point of X which can be approximated by points of S other

More information

CHAPTER 3: THE INTEGERS Z

CHAPTER 3: THE INTEGERS Z CHAPTER 3: THE INTEGERS Z MATH 378, CSUSM. SPRING 2009. AITKEN 1. Introduction The natural numbers are designed for measuring the size of finite sets, but what if you want to compare the sizes of two sets?

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

Introduction to Functions

Introduction to Functions Mathematics for Economists Introduction to Functions Introduction In economics we study the relationship between variables and attempt to explain these relationships through economic theory. For instance

More information

Notes on Quadratic Extension Fields

Notes on Quadratic Extension Fields Notes on Quadratic Extension Fields 1 Standing notation Q denotes the field of rational numbers. R denotes the field of real numbers. F always denotes a subfield of R. The symbol k is always a positive

More information

TRIGONOMETRY REVIEW (PART 1)

TRIGONOMETRY REVIEW (PART 1) TRIGONOMETRY REVIEW (PART ) MATH 52, SECTION 55 (VIPUL NAIK) Difficulty level: Easy to moderate, given that you are already familiar with trigonometry. Covered in class?: Probably not (for the most part).

More information

2 Truth Tables, Equivalences and the Contrapositive

2 Truth Tables, Equivalences and the Contrapositive 2 Truth Tables, Equivalences and the Contrapositive 12 2 Truth Tables, Equivalences and the Contrapositive 2.1 Truth Tables In a mathematical system, true and false statements are the statements of the

More information

FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 27

FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 27 FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 27 RAVI VAKIL CONTENTS 1. Proper morphisms 1 2. Scheme-theoretic closure, and scheme-theoretic image 2 3. Rational maps 3 4. Examples of rational maps 5 Last day:

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

Propositional Logic, Predicates, and Equivalence

Propositional Logic, Predicates, and Equivalence Chapter 1 Propositional Logic, Predicates, and Equivalence A statement or a proposition is a sentence that is true (T) or false (F) but not both. The symbol denotes not, denotes and, and denotes or. If

More information