Transition to Mathematical Proofs Chapter 3 - Functions Assignment Solutions

Transition to Mathematical Proofs Chapter 3 - Functions Assignment Solutions

Transition to Mathematical Proofs Chapter 3 - Functions Assignment Solutions Question 1. Let m 6= 0 and b be real numbers and consider the function f : R ! R given by f(x) = mx + b. (a) Prove that f is a bijection. (b) Since f is a bijection, it is invertible. Find its inverse f −1, and show it is an inverse by demonstrating that f −1(f(x)) = x: Discussion 1a. To show that f(x) = mx + b is a bijection, we must show that it is both an injection and a surjection. · To show that f is a surjection, we must find, for every a 2 R, an x such a − b that f(x) = mx + b = a. Solving for x, we see that x = will work. m · To show that f is an injection, we will assume that f(x) = f(y) and check algebraically that x = y. Solution 1a. To show that f(x) = mx + b, we will show that it is both a surjection and an injection. To show that f(x) is a surjection, let a 2 R. We will find a pre-image for a. a−b Notice that x = m 2 R is indeed a real number since m 6= 0. Furthermore, x is a pre-image because b − a b − a f = m + b = b − a + b = a: m m Thus, every a 2 R has a pre-image and f is surjective. To show that f(x) is an injection, assume that f(x) = f(y). Then, mx+b = my + b. Subtracting b, we get mx = my and dividing by m 6= 0, we get x = y, as desired. Thus, f is an injection. Since f is both a surjection and an injection, it is a bijection. Discussion 1b. To find the inverse, we can simply set y = mx + b and solve y−b for x. Doing so, we get that x = m and thus it may be wise to defined −1 x−b f (x) = m . Proof 1b. For f(x) = mx + b, consider the function f −1 : R ! R given by −1 x−b f (x) = m . Notice that (mx + b) − b mx f −1(f(x)) = f −1(mx + b) = = = x: m m Thus, f −1 is indeed the inverse of f. 1 Question 2. Let γ; ρ 2 R be real numbers such that γ · ρ 6= 1. Let R−fγg and R−{−ρg be the set of all real numbers R except for γ and −ρ, respectively. Consider the function f : R−{−ρg ! R−fγg given by γx + 1 f(x) = : x + ρ Show that f is a bijection. Discussion 2. To show that f is a bijection, we need to show that it is both injective and surjective. · To show that f is a surjection, we must find for every a 2 R − fγg an x 2 R − {−ρg such that f(x) = a: In other words, x must satisfy γx + 1 = a: x + ρ We can solve for x by taking the following algebraic steps: γx + 1 = a x + ρ γx + 1 = ax + aρ γx − ax = aρ − 1 x(γ − a) = aρ − 1 Since a 6= γ, we can divide by γ − a 6= 0 to get aρ − 1 x = : γ − a We can then algebraically check that our x is a pre-image by showing that f(x) = a. · To show that f is an injection, we will assume that f(x) = f(y) and conclude that x = y. Thus, γx + 1 γy + 1 = : x + ρ y + ρ We will perform algebra and use the fact that γρ 6= 1 to show that x = y. Proof 2. To prove that f is a bijection, we will prove that it is both an injection and a surjection. We first prove that f is a surjection. Let a 2 R−fγg. Thus, a 6= γ. Consider the real number aρ − 1 x = ; γ − a which exists since γ 6= a. Notice that aρ−1 aρ − 1 γ γ−a + 1 γ(aρ − 1) + (γ − a) f = = = γ − a aρ−1 aρ − 1 + ρ(γ − a) γ−a + ρ 2 γaρ − γ + γ − a γaρ − a a(γρ − 1) = = = a: aρ − 1 + γρ − aρ γρ − 1 γρ − 1 Thus, every a 2 R − γ has a pre-image and f is surjective. To show that f is injective, we assume that f(x) = f(y). Thus, γx + 1 γy + 1 = : x + ρ y + ρ Performing algebra, we obtain (γx + 1)(y + ρ) = (γy + 1)(x + ρ) γxy + γρx + y + ρ = γxy + γρy + x + ρ γxy + γρx + y = γxy + γρy + x γρx + y = γρy + x γρx − x = γρy − y x(γρ − 1) = y(γρ − 1) Since γρ 6= 1, then γρ − 1 6= 0 and we can divide to obtain the desired x = y. So, f is injective. Since f is both injective and surjective, it is a bijection. Question 3. Let S; T , and R be sets, and let f : S ! T and g : T ! R be functions. Show that if g ◦ f is injective, then f is injective. Discussion 3. What we know: g ◦ f is injective. Thus, anytime that g(f(x)) = g(f(y)), we can conclude that x = y. What we want: f is injective. Thus, we will assume that f(x) = f(y); we need to conclude that x = y. What we'll do: We will start off assuming that f(x) = f(y). We will then apply the function g to both sides and then use the injectivity of g ◦ f. Proof 3. Assume that f(x) = f(y). Applying the function g to both sides, we get that g(f(x)) = g(f(y)). Since g ◦ f is injective and g(f(x)) = g(f(y)), we can conclude that x = y. Thus, f is injective. Question 4. Let C([0; 1]) be the set of all real, continuous functions on the interval [0; 1]: That is, C([0; 1]) = ff j f : [0; 1] ! R is a continuous functiong : Thus, an element of the set C([0; 1]) is simply a function f(x) that is continuous on [0; 1]. Furthermore, consider the function ' : C([0; 1]) ! R given by Z 1 '(f) = f(x) dx: 0 3 (a) Show that the function ' is surjective by showing that for every a 2 R, there exists a pre-image f 2 C([0; 1]) such that '(f) = a. (b) Show that the function ' is not injective by finding two distinct functions f; g 2 C([0; 1]) such that '(f) = '(g). Discussion 4a. We wish to show that for any a 2 R, there exists a function f(x) such that Z 1 '(f) = f(x) dx = a: 0 Many examples will work, but the simplest is the constant function f(x) = a. Proof 4a. Let a 2 R. We will show that ' is a surjection by showing that a has a pre-image. Consider f(x) = a, the constant function. Notice that Z 1 '(f(x)) = '(a) = a dx = a(1 − 0) = a: 0 Thus, f is surjective. Discussion 4b. To show that f is not injective, we must find two distinct continuous function f and g such that '(f) = '(g) and thus Z 1 Z 1 f(x) dx = g(x) dx: 0 0 We can choose a simple function, like f(x) = x and compute that Z 1 Z 1 1 '(f) = f(x) dx = x dx = : 0 0 2 1 Notice that the constant function g(x) = 2 also has the same integral. Thus, these two function f(x) 6= g(x) are mapped to the same real value. 1 Proof 4b. Consider the continuous functions f(x) = x and g(x) = 2 , the constant function. Notice that Z 1 1 1 2 1 '(f(x)) = x dx = x = 0 2 0 2 and that 1 Z 1 1 1 1 '(g(x)) = ' = dx = (1 − 0) = : 2 0 2 2 2 Thus, f 6= g; but '(f) = '(g) and thus ' is not injective. 4.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    4 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us