LAMC Advanced Circle May 21, Jason O Neill and Brad Dirks

Size: px
Start display at page:

Download "LAMC Advanced Circle May 21, Jason O Neill and Brad Dirks"

Transcription

1 LAMC Advanced Circle May 21, 2017 Jason O Neill and Brad Dirks jasonmoneill9@g.ucla.edu, bdirks@ucla.edu Definition 1. Let σ S n be a permutation. We say i is a fixed point of σ if σ(i) = i. In other words, the two line notation of the permutation σ is a matrix which has a column with two i s in it. Definition 2. A permutation σ S n is called a derangement if σ has no fixed points. Example. σ 1 = [ ] σ 2 = [ ] We have that σ 1 S 4 is NOT a derangement, but σ 2 S 4 is a derangement. Problem 3 (Warm-Up). How many permuatations σ S n are derangements? Hint: Recall the Inclusion-Exclusion principle. We will answer this question through the next few problems. Problem 4. Calculate a formula for A B in terms the sets A, B, A B. Hint: Draw a Venn Diagram Problem 5. Calculate a formula for A B C in terms the sets A, B, C, A B, C B, B C, A B C. Hint: Draw a Venn Diagram 1

2 Problem 6 (The Inclusion-Exclusion Principle). Calculate a formula for A 1 A 2 A n in terms the sets A 1, A 2,..., A n, A i A j for some i, j,..., A 1 A 2 A n. Problem 7. How many permutations σ S n have 1 as a fixed point? What about 2 as a fixed point? k as a fixed point? Problem 8. How many permutations σ S n have 1 and 2 as fixed points? What about arbitrary distinct i, j as fixed points? Problem 9. How many permutations σ S n have 1, 2,..., k as fixed points? What about arbitrary distinct i 1, i 2..., i k as fixed points? 2

3 Definition 10. Let F i = {σ S n σ(i) = i} be the set of permutations with i as a fixed point. Problem 11. Using the above definition, describe what the set F 1 F 2 F n represents. Therefore, what does n! F 1 F 2 F n count? Problem 12. Let k be fixed. Calculate the following sum: i 1,i 2,...i k F i1 F i2 F ik (1) Hint: Consider Problem 9 and think about how many ways can we choose k distinct numbers i 1,..., i k out of the set {1, 2,..., n} Using your result from Problem 6, we have that n F 1 F 2 F n = ( 1) k+1 F i1 F i2 F ik (2) 1 i 1,i 2,...i k Problem 13. Use the formula for Inclusion-Exclusion above in (2) and the result from Problem 12 to calculate F 1 F 2 F n 3

4 Problem 14. Now, calculate the number of derangements by subtracting F 1 F 2 F n from n! and bring n! into the sum formula. Problem 15. Use the above result to calculate the number of derangements in S 6 as we first tried to do in the past handout. We now proceed to general properties of functions and an important operation on functions, known as composition. Definition 16. Let f : C D and g : D E be two functions. We define g f (read g of f ), the composition of g and f as the function g f : C E defined by the rule g f(c) = g(f(c)). Note that this composition makes sense as f(c) lies inside of D, by definition of f. Example. If f : R R is defined as f(x) = 2x and g : R R is defined as g(x) = x 5, then the composition f g(x) = f(g(x)) = f(x 5) = 2(x 5) = 2x 10. 4

5 Example. Now, let f : R R be defined as f(x) = x 2. Let g : R 0 R be defined as g(x) = x (this is defined for all x R 0, since if x 0, then x 0, so we can take its square root). Then f g(x) = f(g(x)) = f( x) = ( x) 2 = x, but the composition g f isn t defined. Why isn t it defined? Well, let x R. Then g f(x) = g(x 2 ) = x 2, but since x is a real number, x 2 0, so x 2 0, and thus the function is not defined (in the real numbers) for any x. So you must be careful when taking compositions as sometimes they won t be defined on the entire domain (in fact, g f is only defined at x = 0). Remark. The way we defined the composition g f is such that f is applied first and g is applied second. This is the opposite of how English is read, so be careful! Problem 17. Let f : {1, 2, 3, 4, 5} {1, 2, 3, 4, 5} be the function defined by the following rule: f(n) = n + 1 for n = 1, 2, 3, 4 and f(5) = 1 (Note: this is a permutation as defined last week). Let g : {1, 2, 3, 4, 5} R be defined as g(n) = n 2. First of all, does the composition g f make sense? If so, write it explicitly (as a rule or using a table). Does the composition f g make sense? If so, write it explicitly. 5

6 Example. We can compute the compositions of permutations quite easily (you will see later that the composition [ ] of two permutuations [ ] is a permutation). For example, let σ = and τ =. Now, we will (slowly) compute σ τ. After doing this with a couple of permutations you will become a natural. Well, first we will look at σ τ(1). From the 2-line notation for τ, we observe that τ(1) = 2, so this is the same thing as σ(2), which is 3. Thus, σ τ(1) = 3. We fill in the first column: [ ] σ τ =. 3 Now, σ τ(2) = σ(τ(2)), and we see τ(2) = 1, so this is the same as σ(1) = 1. We can fill in the second column: [ ] σ τ =. 3 1 Finally, we see σ τ(3) = σ(τ(3)) = σ(3) = 2, so finally we have [ ] σ τ = [ ] [ ] [ Problem 18. Let σ =, τ = and ρ = Calculate the compositions of the following pairs of permutations and write it in two-line notation: (Remember: function composition goes from right to left!) σ τ ]. τ σ 6

7 ρ τ σ ρ Definition 19. Let f : D C and g : D C be two functions. We say f = g if f(d) = g(d) for all elements d of D. Example. Using the notation of the example after Definition 19, notice that both compositions f g and g f make sense. This is because the domain of f and the codomain of g are equal, and the domain of g and the codomain of f are equal. If we calculate g f, we see g f(x) = g(f(x)) = g(2x) = 2x 5. This is not the same as f g(x) = 2x 10, as f g(1) = 2(1) 10 = 2 10 = 8 and g f(1) = 2(1) 5 = 2 5 = 3, which is not equal to 8. Definition 20. We say two functions commute with respect to composition if f g = g f. The previous example shows that not every pair of functions commute, and in fact it is quite rare for two functions to commute. Problem 21. For each of the pairs of functions below (each with domain R and codomain R) determine if they commute. In each part, write out explicit rules for f g and g f, and you suspect that these are not equal, give an example of a real number x such that f g(x) g f(x). f(x) = x 2 and g(x) = x + 1 7

8 h(x) = x + 5 and i(x) = x 3 j(x) = sin(x) and h(x) = x + 2π ϕ(x) = 5x and χ(x) = x 2 (For this part of the problem, we must change the domain of ψ to be R >0, but the codomain will remain R) ψ(x) = log 2 (x) and α(x) = 2 x. Remark. Note that in part e we had ψ α(x) = x and α ψ(x) = x. This was no coincidence. Recall from last week s packet that log 2 (x) was an example of a function which is both one-to-one and onto, also known as bijective. Definition 22. For any set S, there always exists a function id S : S S which we call the identity function on f, defined as id S (s) = s for all s inside of S. It is clear that if f : D C is a function, we have id C f = f id D = f. 8

9 Definition 23. A function f : D C which is bijective is also called invertible. We will justify this definition in the upcoming problems. An inverse for f is a function g : C D such that g f = id D and f g = id C. Example. Let f : R R be defined as 16x + 8. I claim f is bijective, and we will compute a function g such that g f = id R and f g = id R. First, we prove f is one-to-one. Assume x, y are two numbers in R such that f(x) = f(y). Then 16x+8 = 16y+8, meaning 16x = 16y by subtracting 8 from each side. Now, dividing both sides by 16 yields x = y, so indeed f is one-to-one. To see that f is onto, let y be a real number. We wish to find some x such that y = f(x) = 16x + 8. Well, we just solve this for x: x = y Then f(x) = 16( y 8 16 ) + 8 = y, so f is onto as y was arbitrarily chosen. So f is bijective. We wish to find a g : R R such that f g = id R. Well, then for any x, we want f(g(x)) = x. But by definition of f, the left hand side is 16g(x) + 8, so we want 16g(x) + 8 = x. Solving for g(x) yields g(x) = x You should check that f g = id R and g f = id R, proving g is an inverse of f. Problem 24. Calculate the inverse function of the following functions (all with domain and codomain equal to R): f(x) = 2x g(x) = x 2 9

10 h(x) = x 3 j(x) = x Remark. The last part of the previous problem hints at an important property of the identity function on any set S (we actually saw this in the previous handout). Namely, the identity function is always bijective, so it has an inverse. This inverse is always equal to the identity function itself. 10

11 Notice we actually haven t proved that if f is bijective then an inverse exists. That is the content of the next theorem: Theorem 25. Let f : D C be an invertible function. Then we can define an inverse of f, called g : C D. Start of Proof of Theorem 25 Let c be an element of C. Then, because f is onto, we can find some d c (the subscript c is just there to help us remember to which c the d maps) in D such that f(d) = c. Define g(c) = d c. Why is this a function? Well, if g(c) = d c and g(c) = d c for some d c which is not equal to d c, then by how we chose d c, we must have f(d c ) = c and f(d c) = c. But by f being one-to-one, we have d c = d c, and so g is indeed a function! Problem 26. Prove that the g defined in the proof above is an inverse of f (that is, prove g f = id D and f g = id C ). Problem 27. Let f : D C be an invertible function. Assume we can find two inverses of f, call them g 1 : C D and g 2 : C D (we know at least one exists by the previous theorem). Prove g 1 = g 2. (Hint: g 1 = g 1 id C and g 2 = id D g 2 or can prove by contradiction: assume there exists an x such that g 1 (x) g 2 (x) and proceed from there.) 11

12 Remark. By what was just proven, it makes sense to say that an inverse of f can be called the inverse of f. From now on, we will denote the inverse of f as f 1. Also, by definition of f 1, we must have that f and f 1 commute under composition. Definition 28. Let f : D C be a function. A function g : C D is called a left inverse of f if g f = id D. A function h : C D is called a right inverse of f if f h = id C. Remark. Remember the definitions of one-to-one and onto from last time. A function f : D C is one-to-one if f(x) = f(y) implies x = y. A function f : D C is onto if for any y C, we can find an x in D such that f(x) = y. Problem 29. Let f : D C be a function. Prove that if f has a left inverse g : C D, then f is one-to-one. Problem 30. Let f : D C be a function. Prove that if f has a right inverse g : C D, then f is onto. Remark. Note that if f is invertible then f 1 is simultaneously a left and a right inverse, and so we see that f being invertible means it is both one-toone and onto. Thus, it makes sense to say a function is bijective if and only if it is invertible. 12

13 Problem 31. Let f : D C and g : C D be two invertible functions. Prove f g is bijective. (Hint: Using the previous remark, you only need to give an example of an inverse function of f g.) Problem 32. (Warning: Harder than previous problems) Let f : D C and g : C B be two functions. Assume g f is one-to-one. Prove that f is one-to-one. Problem 33. (Warning: Don t overthink the problem) Let f : D C and g : E D be two functions. Assume f g is onto. Prove that f is onto. Remark. The permutations as defined in the last handout are bijective, thus invertible. Earlier you proved that the composition of two invertible functions is invertible, so we know that the composition of permutations is a permutation. 13

14 [ Example. Let σ = ]. We compute σ 1. Intuitively, σ just sends each number to itself plus one (and sends 4 to 1), so its inverse should send each number to itself minus 1 (and 1 to 4). We will show that this is indeed the case. Our definition of σ 1 will come from the fact that σ 1 σ = id {1,2,3,4}. Well, in order for σ 1 (σ(1)) = 1, we need σ 1 (4) = 1. Simiilarly, σ 1 (σ(2)) = 2, so σ 1 (3) = 2. In the same way we see that σ 1 (4) = 3 and σ 1 (1) = 4, so σ 1 = [ Problem 34. For the following permutations, give their inverses in two-line notation: [ ] σ = ]. τ = [ ] ρ = [ ] 14

15 Now we move on from invertible functions to an extremely fundamental property of function composition: associativity. Definition 35. Let f : D C, g : C B and h : B A be three functions. We know that g f : D B and h g : C A are functions, so it makes sense to look at (h g) f : D A and h (g f) : D A. Prove that (h g) f = h (g f). (Recall the definition of equality for functions) Definition 36. The above property of function composition is called associativity, you have probably heard this word before. Multiplication and addition of real numbers are associative operations as well. Thanks to the proof above, we can forget about the parentheses when we are writing h g f, as the order of operations don t matter. Problem 37. Can you think of any mathematical or real life operations which are not associative? Example. Here s one: exponentiation. Indeed, we have (2 2 ) 3 = 4 3 = 256 and 2 (23) = 2 8 = 4 4 = There exists a much simpler example, however. Theorem 38. Using induction, one can show that for any number of functions f 1 : S 1 S 2, f 2 : S 2 S 3,..., f n : S n S n+1, the composition f n f n 1... f 1 : S 1 S n+1 doesn t need parentheses (i.e. associativity extends to more than 3 functions). This is called the general associativity law. 15

16 Definition 39. A permutation σ S n is alternating or zig-zag or updown-up-down if σ(1) < σ(2), σ(2) > σ(3), σ(3) < σ(4), etc. Example. For instance, the permutation [ ] σ 1 = (3) Problem 40. How many alternating permutations σ are there in S 4. HINT: You can write them all down. Problem 41. How many alternating permutations σ are there in S 6. HINT: You probably can NOT write them all down. 16

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

MATH 22 FUNCTIONS: COMPOSITION & INVERSES. Lecture N: 10/16/2003. Mad world! mad kings! mad composition! Shakespeare, King John, II:1

MATH 22 FUNCTIONS: COMPOSITION & INVERSES. Lecture N: 10/16/2003. Mad world! mad kings! mad composition! Shakespeare, King John, II:1 MATH 22 Lecture N: 10/16/2003 FUNCTIONS: COMPOSITION & INVERSES Mad world! mad kings! mad composition! Shakespeare, King John, II:1 Copyright 2003 Larry Denenberg Administrivia http://denenberg.com/lecturen.pdf

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

Chapter Summary. Sets (2.1) Set Operations (2.2) Functions (2.3) Sequences and Summations (2.4) Cardinality of Sets (2.5) Matrices (2.

Chapter Summary. Sets (2.1) Set Operations (2.2) Functions (2.3) Sequences and Summations (2.4) Cardinality of Sets (2.5) Matrices (2. Chapter 2 Chapter Summary Sets (2.1) Set Operations (2.2) Functions (2.3) Sequences and Summations (2.4) Cardinality of Sets (2.5) Matrices (2.6) Section 2.1 Section Summary Definition of sets Describing

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

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

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

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

Selected problems from past exams

Selected problems from past exams Discrete Structures CS2800 Prelim 1 s Selected problems from past exams 1. True/false. For each of the following statements, indicate whether the statement is true or false. Give a one or two sentence

More information

COMPOSITION OF FUNCTIONS

COMPOSITION OF FUNCTIONS COMPOSITION OF FUNCTIONS INTERMEDIATE GROUP - MAY 21, 2017 Finishing Up Last Week Problem 1. (Challenge) Consider the set Z 5 = {congruence classes of integers mod 5} (1) List the elements of Z 5. (2)

More information

Walker Ray Econ 204 Problem Set 3 Suggested Solutions August 6, 2015

Walker Ray Econ 204 Problem Set 3 Suggested Solutions August 6, 2015 Problem 1. Take any mapping f from a metric space X into a metric space Y. Prove that f is continuous if and only if f(a) f(a). (Hint: use the closed set characterization of continuity). I make use of

More information

Abstract Algebra I. Randall R. Holmes Auburn University. Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016

Abstract Algebra I. Randall R. Holmes Auburn University. Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016 Abstract Algebra I Randall R. Holmes Auburn University Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016 This work is licensed under the Creative Commons Attribution- NonCommercial-NoDerivatives

More information

Analysis II: The Implicit and Inverse Function Theorems

Analysis II: The Implicit and Inverse Function Theorems Analysis II: The Implicit and Inverse Function Theorems Jesse Ratzkin November 17, 2009 Let f : R n R m be C 1. When is the zero set Z = {x R n : f(x) = 0} the graph of another function? When is Z nicely

More information

Theorem. For every positive integer n, the sum of the positive integers from 1 to n is n(n+1)

Theorem. For every positive integer n, the sum of the positive integers from 1 to n is n(n+1) Week 1: Logic Lecture 1, 8/1 (Sections 1.1 and 1.3) Examples of theorems and proofs Theorem (Pythagoras). Let ABC be a right triangle, with legs of lengths a and b, and hypotenuse of length c. Then a +

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

Name (please print) Mathematics Final Examination December 14, 2005 I. (4)

Name (please print) Mathematics Final Examination December 14, 2005 I. (4) Mathematics 513-00 Final Examination December 14, 005 I Use a direct argument to prove the following implication: The product of two odd integers is odd Let m and n be two odd integers Since they are odd,

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

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

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

Day 15. Tuesday June 12, 2012

Day 15. Tuesday June 12, 2012 Day 15 Tuesday June 12, 2012 1 Properties of Function So far we have talked about different things we can talk about with respect to a function. So far if f : A B we have the following features: A domain:

More information

Homework #5 Solutions

Homework #5 Solutions Homework #5 Solutions p 83, #16. In order to find a chain a 1 a 2 a n of subgroups of Z 240 with n as large as possible, we start at the top with a n = 1 so that a n = Z 240. In general, given a i we will

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

Functions as Relations

Functions as Relations Functions as Relations Definition Recall that if A and B are sets, then a relation from A to B is a subset of A B. A function from A to B is a relation f from A to B with the following properties (i) The

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

About This Document. MTH299 - Examples Weeks 1-6; updated on January 5, 2018

About This Document. MTH299 - Examples Weeks 1-6; updated on January 5, 2018 About This Document This is the examples document for MTH 299. Basically it is a loosely organized universe of questions (examples) that we think are interesting, helpful, useful for practice, and serve

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

1.3 Limits and Continuity

1.3 Limits and Continuity 40 CHAPTER 1. RATES OF CHANGE AND THE DERIVATIVE 1.3 Limits and Continuity Despite the fact that we have placed all of the proofs of the theorems from this section in the Technical Matters section, Section

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

Notes: Piecewise Functions

Notes: Piecewise Functions Objective: Students will be able to write evaluate piecewise defined functions, graph piecewise defined functions, evaluate the domain and range for piecewise defined functions, and solve application problems.

More information

Preparing for the CS 173 (A) Fall 2018 Midterm 1

Preparing for the CS 173 (A) Fall 2018 Midterm 1 Preparing for the CS 173 (A) Fall 2018 Midterm 1 1 Basic information Midterm 1 is scheduled from 7:15-8:30 PM. We recommend you arrive early so that you can start exactly at 7:15. Exams will be collected

More information

Principle of Mathematical Induction

Principle of Mathematical Induction Advanced Calculus I. Math 451, Fall 2016, Prof. Vershynin Principle of Mathematical Induction 1. Prove that 1 + 2 + + n = 1 n(n + 1) for all n N. 2 2. Prove that 1 2 + 2 2 + + n 2 = 1 n(n + 1)(2n + 1)

More information

= x iy. Also the. DEFINITION #1. If z=x+iy, then the complex conjugate of z is given by magnitude or absolute value of z is z =.

= x iy. Also the. DEFINITION #1. If z=x+iy, then the complex conjugate of z is given by magnitude or absolute value of z is z =. Handout # 4 COMPLEX FUNCTIONS OF A COMPLEX VARIABLE Prof. Moseley Chap. 3 To solve z 2 + 1 = 0 we "invent" the number i with the defining property i 2 = ) 1. We then define the set of complex numbers as

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

Functions and cardinality (solutions) sections A and F TA: Clive Newstead 6 th May 2014

Functions and cardinality (solutions) sections A and F TA: Clive Newstead 6 th May 2014 Functions and cardinality (solutions) 21-127 sections A and F TA: Clive Newstead 6 th May 2014 What follows is a somewhat hastily written collection of solutions for my review sheet. I have omitted some

More information

Section Summary. Definition of a Function.

Section Summary. Definition of a Function. Section 2.3 Section Summary Definition of a Function. Domain, Cdomain Image, Preimage Injection, Surjection, Bijection Inverse Function Function Composition Graphing Functions Floor, Ceiling, Factorial

More information

Hyperreal Numbers: An Elementary Inquiry-Based Introduction. Handouts for a course from Canada/USA Mathcamp Don Laackman

Hyperreal Numbers: An Elementary Inquiry-Based Introduction. Handouts for a course from Canada/USA Mathcamp Don Laackman Hyperreal Numbers: An Elementary Inquiry-Based Introduction Handouts for a course from Canada/USA Mathcamp 2017 Don Laackman MATHCAMP, WEEK 3: HYPERREAL NUMBERS DAY 1: BIG AND LITTLE DON & TIM! Problem

More information

Chapter 7. Functions and onto. 7.1 Functions

Chapter 7. Functions and onto. 7.1 Functions Chapter 7 Functions and onto This chapter covers functions, including function composition and what it means for a function to be onto. In the process, we ll see what happens when two dissimilar quantifiers

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

Inverse Functions. One-to-one. Horizontal line test. Onto

Inverse Functions. One-to-one. Horizontal line test. Onto Inverse Functions One-to-one Suppose f : A B is a function. We call f one-to-one if every distinct pair of objects in A is assigned to a distinct pair of objects in B. In other words, each object of the

More information

fy (X(g)) Y (f)x(g) gy (X(f)) Y (g)x(f)) = fx(y (g)) + gx(y (f)) fy (X(g)) gy (X(f))

fy (X(g)) Y (f)x(g) gy (X(f)) Y (g)x(f)) = fx(y (g)) + gx(y (f)) fy (X(g)) gy (X(f)) 1. Basic algebra of vector fields Let V be a finite dimensional vector space over R. Recall that V = {L : V R} is defined to be the set of all linear maps to R. V is isomorphic to V, but there is no canonical

More information

2. If the values for f(x) can be made as close as we like to L by choosing arbitrarily large. lim

2. If the values for f(x) can be made as close as we like to L by choosing arbitrarily large. lim Limits at Infinity and Horizontal Asymptotes As we prepare to practice graphing functions, we should consider one last piece of information about a function that will be helpful in drawing its graph the

More information

2 Functions. 2.1 What is a function?

2 Functions. 2.1 What is a function? Functions After working through this section, you should be able to: (a) determine the image of a given function; (b) determine whether a given function is one-one and/or onto; (c) find the inverse of

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

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

6 CARDINALITY OF SETS

6 CARDINALITY OF SETS 6 CARDINALITY OF SETS MATH10111 - Foundations of Pure Mathematics We all have an idea of what it means to count a finite collection of objects, but we must be careful to define rigorously what it means

More information

a 2 = ab a 2 b 2 = ab b 2 (a + b)(a b) = b(a b) a + b = b

a 2 = ab a 2 b 2 = ab b 2 (a + b)(a b) = b(a b) a + b = b Discrete Structures CS2800 Fall 204 Final Solutions. Briefly and clearly identify the errors in each of the following proofs: (a) Proof that is the largest natural number: Let n be the largest natural

More information

GALOIS THEORY BRIAN OSSERMAN

GALOIS THEORY BRIAN OSSERMAN GALOIS THEORY BRIAN OSSERMAN Galois theory relates the theory of field extensions to the theory of groups. It provides a powerful tool for studying field extensions, and consequently, solutions to polynomial

More information

Lecture 2: Change of Basis

Lecture 2: Change of Basis Math 108 Lecture 2: Change of asis Professor: Padraic artlett Week 2 UCS 2014 On Friday of last week, we asked the following question: given the matrix A, 1 0 is there a quick way to calculate large powers

More information

Today s Topics. Methods of proof Relationships to logical equivalences. Important definitions Relationships to sets, relations Special functions

Today s Topics. Methods of proof Relationships to logical equivalences. Important definitions Relationships to sets, relations Special functions Today s Topics Set identities Methods of proof Relationships to logical equivalences Functions Important definitions Relationships to sets, relations Special functions Set identities help us manipulate

More information

Func%ons. function f to the element a of A. Functions are sometimes called mappings or transformations.

Func%ons. function f to the element a of A. Functions are sometimes called mappings or transformations. Section 2.3 Func%ons Definition: Let A and B be nonempty sets. A function f from A to B, denoted f: A B is an assignment of each element of A to exactly one element of B. We write f(a) = b if b is the

More information

The well-known Fibonacci sequence is defined by a recurrence. Specifically,letF i denote the ith number. Then, we have:

The well-known Fibonacci sequence is defined by a recurrence. Specifically,letF i denote the ith number. Then, we have: Week 4 Recurrences (I) 4.1 The Fibonacci Sequence The well-known Fibonacci sequence is defined by a recurrence. Specifically,letF i denote the ith number. Then, we have: F 0 =0 (4.1) F 1 =1 (4.2) F n =

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

Math 762 Spring h Y (Z 1 ) (1) h X (Z 2 ) h X (Z 1 ) Φ Z 1. h Y (Z 2 )

Math 762 Spring h Y (Z 1 ) (1) h X (Z 2 ) h X (Z 1 ) Φ Z 1. h Y (Z 2 ) Math 762 Spring 2016 Homework 3 Drew Armstrong Problem 1. Yoneda s Lemma. We have seen that the bifunctor Hom C (, ) : C C Set is analogous to a bilinear form on a K-vector space, : V V K. Recall that

More information

Math 430 Final Exam, Fall 2008

Math 430 Final Exam, Fall 2008 IIT Dept. Applied Mathematics, December 9, 2008 1 PRINT Last name: Signature: First name: Student ID: Math 430 Final Exam, Fall 2008 Grades should be posted Friday 12/12. Have a good break, and don t forget

More information

Linear algebra and differential equations (Math 54): Lecture 10

Linear algebra and differential equations (Math 54): Lecture 10 Linear algebra and differential equations (Math 54): Lecture 10 Vivek Shende February 24, 2016 Hello and welcome to class! As you may have observed, your usual professor isn t here today. He ll be back

More information

LECTURE NOTES DISCRETE MATHEMATICS. Eusebius Doedel

LECTURE NOTES DISCRETE MATHEMATICS. Eusebius Doedel LECTURE NOTES on DISCRETE MATHEMATICS Eusebius Doedel 1 LOGIC Introduction. First we introduce some basic concepts needed in our discussion of logic. These will be covered in more detail later. A set is

More information

EXERCISES ON THE OUTER AUTOMORPHISMS OF S 6

EXERCISES ON THE OUTER AUTOMORPHISMS OF S 6 EXERCISES ON THE OUTER AUTOMORPHISMS OF S 6 AARON LANDESMAN 1. INTRODUCTION In this class, we investigate the outer automorphism of S 6. Let s recall some definitions, so that we can state what an outer

More information

Regents Review Session #3 Functions

Regents Review Session #3 Functions Regents Review Session #3 Functions A relation is a set of ordered pairs. A function is a relation in which each element of the domain corresponds t exactly one element in the range. (Each x value is paired

More information

Lecture Notes on DISCRETE MATHEMATICS. Eusebius Doedel

Lecture Notes on DISCRETE MATHEMATICS. Eusebius Doedel Lecture Notes on DISCRETE MATHEMATICS Eusebius Doedel c Eusebius J. Doedel, 009 Contents Logic. Introduction............................................................................... Basic logical

More information

Handout 5, Summer 2014 Math May Consider the following table of values: x f(x) g(x) f (x) g (x)

Handout 5, Summer 2014 Math May Consider the following table of values: x f(x) g(x) f (x) g (x) Handout 5, Summer 204 Math 823-7 29 May 204. Consider the following table of values: x f(x) g(x) f (x) g (x) 3 4 8 4 3 4 2 9 8 8 3 9 4 Let h(x) = (f g)(x) and l(x) = g(f(x)). Compute h (3), h (4), l (8),

More information

9.4 Radical Expressions

9.4 Radical Expressions Section 9.4 Radical Expressions 95 9.4 Radical Expressions In the previous two sections, we learned how to multiply and divide square roots. Specifically, we are now armed with the following two properties.

More information

Math 200 University of Connecticut

Math 200 University of Connecticut RELATIVISTIC ADDITION AND REAL ADDITION KEITH CONRAD Math 200 University of Connecticut Date: Aug. 31, 2005. RELATIVISTIC ADDITION AND REAL ADDITION 1 1. Introduction For three particles P, Q, R travelling

More information

Generating Function Notes , Fall 2005, Prof. Peter Shor

Generating Function Notes , Fall 2005, Prof. Peter Shor Counting Change Generating Function Notes 80, Fall 00, Prof Peter Shor In this lecture, I m going to talk about generating functions We ve already seen an example of generating functions Recall when we

More information

Lecture 3: Latin Squares and Groups

Lecture 3: Latin Squares and Groups Latin Squares Instructor: Padraic Bartlett Lecture 3: Latin Squares and Groups Week 2 Mathcamp 2012 In our last lecture, we came up with some fairly surprising connections between finite fields and Latin

More information

Advanced Counting Techniques. Chapter 8

Advanced Counting Techniques. Chapter 8 Advanced Counting Techniques Chapter 8 Chapter Summary Applications of Recurrence Relations Solving Linear Recurrence Relations Homogeneous Recurrence Relations Nonhomogeneous Recurrence Relations Divide-and-Conquer

More information

c 1 v 1 + c 2 v 2 = 0 c 1 λ 1 v 1 + c 2 λ 1 v 2 = 0

c 1 v 1 + c 2 v 2 = 0 c 1 λ 1 v 1 + c 2 λ 1 v 2 = 0 LECTURE LECTURE 2 0. Distinct eigenvalues I haven t gotten around to stating the following important theorem: Theorem: A matrix with n distinct eigenvalues is diagonalizable. Proof (Sketch) Suppose n =

More information

MTH 428/528. Introduction to Topology II. Elements of Algebraic Topology. Bernard Badzioch

MTH 428/528. Introduction to Topology II. Elements of Algebraic Topology. Bernard Badzioch MTH 428/528 Introduction to Topology II Elements of Algebraic Topology Bernard Badzioch 2016.12.12 Contents 1. Some Motivation.......................................................... 3 2. Categories

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

Functions and one-to-one

Functions and one-to-one Chapter 8 Functions and one-to-one In this chapter, we ll see what it means for a function to be one-to-one and bijective. This general topic includes counting permutations and comparing sizes of finite

More information

Written by Rachel Singh, last updated Oct 1, Functions

Written by Rachel Singh, last updated Oct 1, Functions Written by Rachel Singh, last updated Oct 1, 2018 Functions About In algebra, we think of functions as something like f(x), where x is the input, it s plugged into an equation, and we get some output,

More information

Logarithms Dr. Laura J. Pyzdrowski

Logarithms Dr. Laura J. Pyzdrowski 1 Names: (8 communication points) About this Laboratory An exponential function of the form f(x) = a x, where a is a positive real number not equal to 1, is an example of a one-to-one function. This means

More information

Sec$on Summary. Definition of a Function.

Sec$on Summary. Definition of a Function. Section 2.3 Sec$on Summary Definition of a Function. Domain, Codomain Image, Preimage Injection, Surjection, Bijection Inverse Function Function Composition Graphing Functions Floor, Ceiling, Factorial

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

Lecture 4: Möbius Inversion

Lecture 4: Möbius Inversion Math 116 Professor: Padraic Bartlett Lecture 4: Möbius Inversion Weeks 5-7 UCSB 2015 In last week s talks, we looked at the concept of inclusion-exclusion, and showed how the sieve method that we developed

More information

To factor an expression means to write it as a product of factors instead of a sum of terms. The expression 3x

To factor an expression means to write it as a product of factors instead of a sum of terms. The expression 3x Factoring trinomials In general, we are factoring ax + bx + c where a, b, and c are real numbers. To factor an expression means to write it as a product of factors instead of a sum of terms. The expression

More information

MATH 409 Advanced Calculus I Lecture 12: Uniform continuity. Exponential functions.

MATH 409 Advanced Calculus I Lecture 12: Uniform continuity. Exponential functions. MATH 409 Advanced Calculus I Lecture 12: Uniform continuity. Exponential functions. Uniform continuity Definition. A function f : E R defined on a set E R is called uniformly continuous on E if for every

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

More information

Review problems solutions

Review problems solutions Review problems solutions Math 3152 December 15, 2017 1. Use the binomial theorem to prove that, for all n 1 and k satisfying 0 k n, ( )( ) { n i ( 1) i k 1 if k n; i k 0 otherwise. ik Solution: Using

More information

Lecture 5: Functions : Images, Compositions, Inverses

Lecture 5: Functions : Images, Compositions, Inverses Lecture 5: Functions : Images, Compositions, Inverses 1 Functions We have all seen some form of functions in high school. For example, we have seen polynomial, exponential, logarithmic, trigonometric functions

More information

Section 2.6 Solving Linear Inequalities

Section 2.6 Solving Linear Inequalities Section 2.6 Solving Linear Inequalities INTRODUCTION Solving an inequality is much like solving an equation; there are, though, some special circumstances of which you need to be aware. In solving an inequality

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

Projective Spaces. Chapter The Projective Line

Projective Spaces. Chapter The Projective Line Chapter 3 Projective Spaces 3.1 The Projective Line Suppose you want to describe the lines through the origin O = (0, 0) in the Euclidean plane R 2. The first thing you might think of is to write down

More information

1 Basic Combinatorics

1 Basic Combinatorics 1 Basic Combinatorics 1.1 Sets and sequences Sets. A set is an unordered collection of distinct objects. The objects are called elements of the set. We use braces to denote a set, for example, the set

More information

NOTES ON FINITE FIELDS

NOTES ON FINITE FIELDS NOTES ON FINITE FIELDS AARON LANDESMAN CONTENTS 1. Introduction to finite fields 2 2. Definition and constructions of fields 3 2.1. The definition of a field 3 2.2. Constructing field extensions by adjoining

More information

Math 61CM - Quick answer key to section problems Fall 2018

Math 61CM - Quick answer key to section problems Fall 2018 Math 6CM - Quick answer key to section problems Fall 08 Cédric De Groote These are NOT complete solutions! You are always expected to write down all the details and justify everything. This document is

More information

f(x) f(z) c x z > 0 1

f(x) f(z) c x z > 0 1 INVERSE AND IMPLICIT FUNCTION THEOREMS I use df x for the linear transformation that is the differential of f at x.. INVERSE FUNCTION THEOREM Definition. Suppose S R n is open, a S, and f : S R n is a

More information

Symmetries and Polynomials

Symmetries and Polynomials Symmetries and Polynomials Aaron Landesman and Apurva Nakade June 30, 2018 Introduction In this class we ll learn how to solve a cubic. We ll also sketch how to solve a quartic. We ll explore the connections

More information

Lecture 2. x if x X B n f(x) = α(x) if x S n 1 D n

Lecture 2. x if x X B n f(x) = α(x) if x S n 1 D n Lecture 2 1.10 Cell attachments Let X be a topological space and α : S n 1 X be a map. Consider the space X D n with the disjoint union topology. Consider further the set X B n and a function f : X D n

More information

CS100: DISCRETE STRUCTURES

CS100: DISCRETE STRUCTURES 1 CS100: DISCRETE STRUCTURES Computer Science Department Lecture 2: Functions, Sequences, and Sums Ch2.3, Ch2.4 2.3 Function introduction : 2 v Function: task, subroutine, procedure, method, mapping, v

More information

Math 291-2: Lecture Notes Northwestern University, Winter 2016

Math 291-2: Lecture Notes Northwestern University, Winter 2016 Math 291-2: Lecture Notes Northwestern University, Winter 2016 Written by Santiago Cañez These are lecture notes for Math 291-2, the second quarter of MENU: Intensive Linear Algebra and Multivariable Calculus,

More information

11.10a Taylor and Maclaurin Series

11.10a Taylor and Maclaurin Series 11.10a 1 11.10a Taylor and Maclaurin Series Let y = f(x) be a differentiable function at x = a. In first semester calculus we saw that (1) f(x) f(a)+f (a)(x a), for all x near a The right-hand side of

More information

Group Representation Theory

Group Representation Theory Group Representation Theory Ed Segal based on notes latexed by Fatema Daya and Zach Smith 2014 This course will cover the representation theory of finite groups over C. We assume the reader knows the basic

More information

(D) Introduction to order types and ordinals

(D) Introduction to order types and ordinals (D) Introduction to order types and ordinals Linear orders are one of the mathematical tools that are used all over the place. Well-ordered sets are a special kind of linear order. At first sight well-orders

More information

Isomorphisms and Well-definedness

Isomorphisms and Well-definedness Isomorphisms and Well-definedness Jonathan Love October 30, 2016 Suppose you want to show that two groups G and H are isomorphic. There are a couple of ways to go about doing this depending on the situation,

More information

PROOF WITHOUT WORDS MATH CIRCLE (BEGINNERS) 05/06/2012

PROOF WITHOUT WORDS MATH CIRCLE (BEGINNERS) 05/06/2012 PROOF WITHOUT WORDS MATH CIRCLE (BEGINNERS) 05/06/2012 If you ve been with us for a little while, you ve already seen some examples of proofs without words. Remember a proof is just an airtight argument

More information

Lecture 6: Finite Fields

Lecture 6: Finite Fields CCS Discrete Math I Professor: Padraic Bartlett Lecture 6: Finite Fields Week 6 UCSB 2014 It ain t what they call you, it s what you answer to. W. C. Fields 1 Fields In the next two weeks, we re going

More information

Notes on multivariable calculus

Notes on multivariable calculus Notes on multivariable calculus Jonathan Wise February 2, 2010 1 Review of trigonometry Trigonometry is essentially the study of the relationship between polar coordinates and Cartesian coordinates in

More information

1 Homework. Recommended Reading:

1 Homework. Recommended Reading: Analysis MT43C Notes/Problems/Homework Recommended Reading: R. G. Bartle, D. R. Sherbert Introduction to real analysis, principal reference M. Spivak Calculus W. Rudin Principles of mathematical analysis

More information

Functions. Given a function f: A B:

Functions. Given a function f: A B: Functions Given a function f: A B: We say f maps A to B or f is a mapping from A to B. A is called the domain of f. B is called the codomain of f. If f(a) = b, then b is called the image of a under f.

More information

Math 440 Problem Set 2

Math 440 Problem Set 2 Math 440 Problem Set 2 Problem 4, p. 52. Let X R 3 be the union of n lines through the origin. Compute π 1 (R 3 X). Solution: R 3 X deformation retracts to S 2 with 2n points removed. Choose one of them.

More information