Problem List MATH 5143 Fall, 2013

Size: px
Start display at page:

Download "Problem List MATH 5143 Fall, 2013"

Transcription

1 Problem List MATH 5143 Fall, 2013 On any problem you may use the result of any previous problem (even if you were not able to do it) and any information given in class up to the moment the problem was assigned. 1. Show that for k N, k is rational only if k is a perfect square (that is, is the square of an element of N, so that in fact k N). Or, stated differently, k is irrational unless k is a perfect square. (The converse is trivial: if k = m 2 then k = m N, which is rational.) Begin your proof as follows, and use the known fact of number theory that every element of N can be expressed uniquely as an ordered product of primes (e.g., 10 = , 12 = , 360 = ): Let k, m, n N be such that ( m n )2 = k, and assume without loss of generality that m and n have no common factors. Let R be the least element of N so that if p 1, p 2,..., p R denote the first R prime numbers, then m = p m1 1 p m R n = p n1 1 pn R R, R, and k = p k1 1 pk R R, where at least one of m R, n R, and k R is nonzero. [Due Wednesday, August 28] 2. Show that if r is rational and s is irrational then both r+s and r s are irrational. [Due Wednesday, August 28] 3. Suppose x and y are any two real numbers, x < y. Show that there exists an irrational number between them. [Due Wednesday, August 28] 4. Ch 1, Ex 32. [Due Wednesday, August 28] 5. Complete the proof of Theorem 1.3.4(i) as follows. Fix an upper bound M of S once and for all (hypothesis 2). For any n N define b n by b n = M k 2 for the smallest k N {0} such that b n n is not an upper bound of S. a. Explain why k = 0 is impossible. b. Explain why k must exist (you must use a hypothesis and a property of R). By construction b n+1 = b n or b n+1 = b n + 1 2, hence b n+1 1 b 2 b 3 M. Also by construction for any n N, b n is an upper bound of S. n By Completeness Property there exists b R such that lim n b n = b. We will show that b = sup(s). c. Prove Claim 1: b n b for all n N. Hint. Proof by contradiction: what if b < b K for some K N? d. Prove Claim 2: b is an upper bound of S. Hint. Proof by contradiction. e. Explain how it follows from the claims that b n < b for all n N. f. Use Proposition to show that b = sup(s). Hint. b n b, b n < b, b n is not an upper bound, b is. [Due Wednesday, September 4]

2 2 6. Prove Theorem directly (not using Theorem 1.4.3) as follows. Let (x n ) be a Cauchy sequence in R. a. Use the Cauchy Property with ɛ = 1 to prove that (x n ) is bounded, i.e., that the set {x n : n N} is bounded. For each n N let s n = sup{x j : j n}. b. Show that s n actually exists and that (s n ) is a monotonic non-increasing sequence. If B is such that B x n B for all n N (B exists by part (a)), then B inf{x j : j n} sup{x j : j n} = s n, hence by Property the sequence (s n ) has a limit x R. We will show that (x n ) converges to x. Hence let ɛ > 0 be given. c. Show that there exists N 1 N such that if m, n N 1 then x m x n < ɛ 3. (1) d. Show that there exists N 2 N, N 2 N 1 such that e. Show that there exists K N, K N 2 such that x s N2 < ɛ 3. (2) x K s N2 < ɛ 3. (3) f. Use these estimates to show that for sufficiently large n (specify how large) x x n < ɛ, as required. [Due Wednesday, September 4] 7. In a metric space (M, d) (actually, in any topological space) prove that a set A is open if and only if A = Int(A). You may assume that Int(A) is defined either by Definition or by Int(A) = {U : U is open and U A}. [Due Wednesday, September 4] 8. Ch 2, Ex 8. [Due Wednesday, September 11] 9. Ch 2, Ex 20a. The set D(A, ɛ) is called the ɛ-neighborhood of the set A. When A is just a single point x, then it is what we have denoted D(x, ɛ). [Due Wednesday, September 11] 10. Let (x n ) be a sequence in R. a. Prove that (x n ) converges only if it has a unique cluster point. (There are really two assertions being made here.) Work from the definitions of the concepts involved, not theorems. b. Either prove the converse, or produce a counterexample. (To produce a counterexample means two things: (i) exhibit the sequence and (ii) prove that it has the properties desired.) [Due Wednesday, September 11] 11. Ch 3, Ex 1, only compactness (not connectedness). You may quote any theorem in this chapter. [Due Wednesday, September 18]

3 3 12. Ch 3, Ex 4. [Due Wednesday, September 18] 13. Ch 3, Ex 5. [Due Wednesday, September 18] 14. Ch 2, Ex 20a, second attempt. Hint. In order to use the triangle inequality you will need to work with points of M, since there is no triangle inequality for distances from points to sets (unless you formulate one and prove it). Use the analogue of Proposition for infima to get your hands a point you need, but note that the point is in M but the infimum is a number in R, not M. 15. Ch 4, Ex 1a. 16. Let (M, d) and (N, ρ) be metric spaces, let A be a subset of M, let f be a mapping from A into N, and let x 0 be a point in A. Consider the following two statements, the first of which is our definition of continuity of the mapping f at the point x 0 : and ( ɛ > 0) ( δ > 0) (x A & d(x, x 0 ) < δ) ρ(f(x), f(x 0 )) < ɛ (1) ( ɛ > 0) ( δ > 0) (x A & d(x, x 0 ) δ) ρ(f(x), f(x 0 )) ɛ. (2) Show that statements (1) and (2) are equivalent: if statement (1) is true, then statement (2) is true, and if statement (2) is true, then statement (1) is true. Remark. Your exposition will probably be much easier if the ɛ and δ in display (1) are subscripted with a 1 and those in display (2) are subscripted with a Let (M, µ), (N, η), and (P, ρ) be metric spaces. Let f : A M N and g : B N P be mappings, and let x 0 be a point in dom(g f). Show that if f is continuous at x 0 and g is continuous at f(x 0 ) then g f is continuous at x 0. Use the definition of continuity of a mapping at a point that was given in class, display (1) in the previous problem. 18. Let A, B, and P be sets and f and g mappings from A to B and from B to P, respectively. Prove that for any subset U of P, (g f) 1 (U) = f 1 (g 1 (U)). 19. Suppose M is a metric space and f : A M R is continuous at x 0 A. Show that if f(x 0 ) 0 then there is a neighborhood U of x 0 such that for all x in A U, f(x) 0. Without loss of generality you may assume that a := f(x 0 ) > Prove that every continuous self-map of an interval has a fixed point. That is, prove that if f : [a, b] [a, b] is continuous then there exists c [a, b] such that f(c) = c. Note that it is not assumed that f maps onto [a, b]; that is, it is not assumed that every y [a, b] is the image of some x in [a, b]. 21. Let (M, d) and (N, ρ) be metric spaces and f : A M N. Then f is

4 4 i. Lispchitz continuous at x 0 A if there exist δ, K R + such that d(x, x 0 ) < δ implies ρ(f(x), f(x 0 )) K d(x, x 0 ); ii. locally Lipschitz on A if it is Lipschitz continuous at every x 0 A; and iii. Lipschitz continuous on A (or just Lipschitz on A) if there exists K R + such that for all x 1, x 2 A, ρ(f(x 1 ), f(x 2 )) K d(x 1, x 2 ). Note that in the third case there is one uniform Lipschitz constant K, and it works for every pair of points in the whole set A regardless of their distance apart. a. Show that f(x) = 3 x is not Lipschitz continuous at x 0 = 0. b. Show that for every a > 0, f(x) = 3 x is Lipschitz on [a, ). You may use the Mean Value Theorem if you like, but I would prefer a direct proof. 22. Ch 4, Exercise Ch 4, Exercise 21. (For each function you must either prove uniform continuity or prove that the condition for uniform continuity fails.) 24. Ch4, Exercise 24a. The context of the problem is that (M, d) and (N, ρ) are metric spaces. Avoid a proof by contradiction. [Due Wednesday, October 9] 25. Ch 4, Exercise 24b. Additionally, construct a concrete example of a continuous map f : A M N and a Cauchy sequence (x k ) in A such that (f(x k )) is not a Cauchy sequence in N. [Due Wednesday, October 9] 26. Ch 4, Exercise 25. Give only the direct proof; do not apply Exercise 24c. You need only consider x = 0, since precisely the same ideas are used at x = 1. What this exercise is saying is that under the hypotheses, f can be continuously extended to [0, 1]. Hint. To say that f is bounded means that there exists a number M such that f (x) M for all x (0, 1). One idea for the proof is to sample f(x) near 0 so as to create a Cauchy sequence that converges to what the limit L ought to be, then prove that the limit exists and is L. [Due Wednesday, October 9] 27. Prove the following proposition: a bounded function f : [a, b] R is integrable if and only if for every ɛ > 0 there exists a partition P of [a, b] such that U(f, P ) L(f, P ) < ɛ. (One direction is sketched out for you in the first paragraph of the proof of on page 221 of the text, but you must supply the details.) [Due Wednesday, October 16] 28. Prove the following proposition: if a bounded function f : [a, b] R is integrable then the function f is integrable. Hint. Use Problem 27. Employ the following notation: for a fixed partition P = {a = x 0, x 1,..., x N 1, x N = b} of [a, b], for j {0,..., N 1}: M j = sup{f(x) : x [x j, x j+1 ]},

5 5 M j = sup{ f(x) : x [x j, x j+1 ]}, m j = inf{f(x) : x [x j, x j+1 ]}, and m j = inf{ f(x) : x [x j, x j+1 ]}. One idea is to compare upper and lower sums for f and f for the same partition P ; it could help to divide the set of indices {0,..., N 1} into three subsets: D = {j : M j m j < 0}; E = {j : m j 0}; and N = {j : M j 0}. Bonus. Can you find a counterexample to the reverse implication? [Due Wednesday, October 16] 29. Define f : R R by f(x) = 1 if x = 1 n for some n N, f(x) = 0 otherwise. Note that f is discontinuous at infinitely many points in [0, 1] and is neither increasing nor decreasing on [0, 1]. Show that nevertheless 1 f exists and find 0 its value. [Due Wednesday, October 16] 30. Suppose f is continuous on [a, b]. Prove that there must exist a number ξ [a, b] such that b [Due Wednesday, October 16] a f(x) dx = f(ξ)(b a). 31. The version of the Fundamental Theorem of Calculus given in class was: If f is continuous on [a, b] then for every number c [a, b] the function F c (x) defined by F c (x) def = x f(u) du exists and is continuous on [a, b], differentiable c on (a, b), and satisfies F c(x) = f(x) for all x (a, b). a. Use this theorem to show that the function L : (0, ) R defined by the integral L(x) = x 1/u du is differentiable on (0, ) and to compute its derivative. 1 b. For any positive real number a and any rational number r the number a r can be defined purely in terms of algebra, without recourse to limits. Prove that for all such a and r, L(a r ) = rl(a). Hint. Compare the derivatives of the functions L(x r ) and rl(x). [Due Wednesday, October 23] 32. Assume the truth of the statements in the previous problem. a. Show that L(4) > 1 by choosing a partition P of [1, 4] such that the lower sum based on P satisfies L( 1 u, P ) > 1 and using the definition of integrability. b. Use part (a) of this exercise and part (b) of the previous exercise to show that for any positive real number M there exist numbers x ± M (0, ) such that L(x M ) < M and L(x+ M ) > M. c. Prove that L maps (0, ) onto R. [Due Wednesday, October 23]

6 6 33. Assume the truth of the statements in the previous two problems. a. Use the result of Problem 31(a) and Theorem (which is true if a is or if b is ) to show that L has an inverse function E. Explicitly give the domain and range of E. b. Explain why, for a any positive real number and r any irrational number, the number E(rL(a)) exists and is a suitable definition for the symbol a r. [Due Wednesday, October 23] 34. Ch 5, Exercise 2abc. What is meant is the following: first determine whether or not the sequence (f k ) of functions has a pointwise limit on the set indicated, call it A. If there is no pointwise limit on A, prove it. If there is a pointwise limit f then prove either that the convergence to f is uniform on A or that it is not uniform on A. State whether f is continuous on A or not (but there is no need to prove your assertion on this point). [Due Wednesday, October 23] 35. Ch 5, Exercise 4. [Due Wednesday, October 30] 36. Ch 5, Exercise 8. That is, suppose that K is a compact subset of a metric space M with metric d, that for each n N the function f n : K R is continuous, and that there is a continuous function f : K R such that (f n ) converges to f pointwise on K. Either prove that (f n ) converges to f uniformly on K, or construct a counterexample. [Due Wednesday, October 30] 37. Ch 5, Exercise 18 [Due Wednesday, October 30] 38. a. What hypothesis in Theorem was omitted when it was stated in class? b. Indicate the exact point in the proof presented in class where the omitted hypothesis is needed, and was used implicitly. [Due Monday, November 4] 39. Ch 6, 3, Exercise 1 (on page 338). Use Definition to prove differentiability (which implies continuity, which you therefore need not consider), and do not quote any general theorems in your discussion. [Due Wednesday, November 6] 40. Ch 6, Exercise 1. [The authors give a hint in the back of the book. You may use Theorem ] [Due Wednesday, November 6] 41. Ch 6, Exercise 5abcdeg. [You may assume that the derivative exists, making this as simple as it appears: just compute the matrix of first partial derivatives of the appropriate dimension.] [Due Wednesday, November 13] 42. Suppose f : A R n R m is differentiable at x 0 IntA. Prove that for every v R n, lim t 0 1 t [f(x 0 + tv) f(x 0 )] exists and is Df x0 v.

7 Hint. First establish the result for v = 0. Then use the linearity of Df x0 to establish that lim 1 t 0 t [f(x 0 + tv) f(x 0 )] Df x0 v exists and is zero based on existence of Df x0, the alternative display f(x 0 + h) f(x 0 ) Df x0 h lim h 0 h for Definition 6.1.1, and the fact that h can be chosen to be tv. (Additional explanation and justification will be needed at several stages in this argument.) [Due Wednesday, November 13] 43. Ch 6, Exercise 31. Explicitly identify the derivative in your solution. Remarks. The norm on C(A, R) is f = sup{ f(x) : x A} (see the first few paragraphs of 5.5). The definition of the derivative is Definition on page 328, which makes sense because the only properties of R m and R n used in the definition are that they are normed vector spaces, which is true of C(A, R) and R (absolute value is a norm). [Due Wednesday, November 13] 44. Ch 6, Exercise 32. [Due Wednesday, November 13] 45. For f, g : R R, if f (x) = g (x) for all x then there exists c R such that f(x) = g(x) + c for all x. Prove or provide a counterexample for the analogous statement for f, g : R n R m. 46. Consider Taylor s Theorem, Theorem 6.8.5, in the one-dimensional case with the roles of x and y reversed (this is just a notational convenience for the next problem), y = 0, and A an open interval that contains 0. The theorem then says that if f has k + 1 continuous derivatives on A then for any x A f(x) = f(0) + f (0)x + 1 2! f (0)x k! f (k) (0)x k + 1 (k+1)! f (k+1) (ξ)x k+1 where ξ is a number between 0 and x. Suppose there exists a number R > 0 and a function f on an open interval U that contains [ R, R] such that (i) f is C 2 on U (which means that both f and f exist and are continuous on U) and (ii) f(0) = f (0) = 0. Use the theorem to show that there exists a constant C > 0 such that the estimate f(x) Cx 2 holds on [ R, R]. 47. Ch 6, Exercise 41. Prove that your example truly is an example and explain how you found it. (There are examples that are quite simple, once you find them.) Hint. Problem Ch 4, Exercise 45. There is a long hint at the back of the text which you may use. 49. Write out the terms through order three of the Taylor series of f(x, y) = sin e x+y in two ways: a. by a formal manipulation using the series for the sine and exponential functions; 7

8 8 b. using Taylor s Theorem, and in this case including a remainder term. 50. Ch 7, Exercise 3. [Due Wednesday, December 4] 51. Ch 7, Exercise 12. That is, prove the Inverse Function Theorem using the Implicit Function Theorem. The proof appears in many books, but you should not to look for it. Instead come up with the ideas on your own. Consideration of the one-dimensional case should give you the clue you need. Incidentally, the proof is pretty short, because all the hard work was done in proving the Inverse Function Theorem originally. Once you prove one of these two theorems, then you can get the other one readily, but one or the other has to be proved independently in order to avoid circularity. [Due Wednesday, December 4]

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

Analysis Finite and Infinite Sets The Real Numbers The Cantor Set

Analysis Finite and Infinite Sets The Real Numbers The Cantor Set Analysis Finite and Infinite Sets Definition. An initial segment is {n N n n 0 }. Definition. A finite set can be put into one-to-one correspondence with an initial segment. The empty set is also considered

More information

Advanced Calculus Math 127B, Winter 2005 Solutions: Final. nx2 1 + n 2 x, g n(x) = n2 x

Advanced Calculus Math 127B, Winter 2005 Solutions: Final. nx2 1 + n 2 x, g n(x) = n2 x . Define f n, g n : [, ] R by f n (x) = Advanced Calculus Math 27B, Winter 25 Solutions: Final nx2 + n 2 x, g n(x) = n2 x 2 + n 2 x. 2 Show that the sequences (f n ), (g n ) converge pointwise on [, ],

More information

MATH 51H Section 4. October 16, Recall what it means for a function between metric spaces to be continuous:

MATH 51H Section 4. October 16, Recall what it means for a function between metric spaces to be continuous: MATH 51H Section 4 October 16, 2015 1 Continuity Recall what it means for a function between metric spaces to be continuous: Definition. Let (X, d X ), (Y, d Y ) be metric spaces. A function f : X Y is

More information

Continuity. Matt Rosenzweig

Continuity. Matt Rosenzweig Continuity Matt Rosenzweig Contents 1 Continuity 1 1.1 Rudin Chapter 4 Exercises........................................ 1 1.1.1 Exercise 1............................................. 1 1.1.2 Exercise

More information

Metric Spaces and Topology

Metric Spaces and Topology Chapter 2 Metric Spaces and Topology From an engineering perspective, the most important way to construct a topology on a set is to define the topology in terms of a metric on the set. This approach underlies

More information

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy Banach Spaces These notes provide an introduction to Banach spaces, which are complete normed vector spaces. For the purposes of these notes, all vector spaces are assumed to be over the real numbers.

More information

REVIEW OF ESSENTIAL MATH 346 TOPICS

REVIEW OF ESSENTIAL MATH 346 TOPICS REVIEW OF ESSENTIAL MATH 346 TOPICS 1. AXIOMATIC STRUCTURE OF R Doğan Çömez The real number system is a complete ordered field, i.e., it is a set R which is endowed with addition and multiplication operations

More information

Summer Jump-Start Program for Analysis, 2012 Song-Ying Li

Summer Jump-Start Program for Analysis, 2012 Song-Ying Li Summer Jump-Start Program for Analysis, 01 Song-Ying Li 1 Lecture 6: Uniformly continuity and sequence of functions 1.1 Uniform Continuity Definition 1.1 Let (X, d 1 ) and (Y, d ) are metric spaces and

More information

Maths 212: Homework Solutions

Maths 212: Homework Solutions Maths 212: Homework Solutions 1. The definition of A ensures that x π for all x A, so π is an upper bound of A. To show it is the least upper bound, suppose x < π and consider two cases. If x < 1, then

More information

Economics 204 Fall 2011 Problem Set 2 Suggested Solutions

Economics 204 Fall 2011 Problem Set 2 Suggested Solutions Economics 24 Fall 211 Problem Set 2 Suggested Solutions 1. Determine whether the following sets are open, closed, both or neither under the topology induced by the usual metric. (Hint: think about limit

More information

Real Analysis - Notes and After Notes Fall 2008

Real Analysis - Notes and After Notes Fall 2008 Real Analysis - Notes and After Notes Fall 2008 October 29, 2008 1 Introduction into proof August 20, 2008 First we will go through some simple proofs to learn how one writes a rigorous proof. Let start

More information

converges as well if x < 1. 1 x n x n 1 1 = 2 a nx n

converges as well if x < 1. 1 x n x n 1 1 = 2 a nx n Solve the following 6 problems. 1. Prove that if series n=1 a nx n converges for all x such that x < 1, then the series n=1 a n xn 1 x converges as well if x < 1. n For x < 1, x n 0 as n, so there exists

More information

Topology, Math 581, Fall 2017 last updated: November 24, Topology 1, Math 581, Fall 2017: Notes and homework Krzysztof Chris Ciesielski

Topology, Math 581, Fall 2017 last updated: November 24, Topology 1, Math 581, Fall 2017: Notes and homework Krzysztof Chris Ciesielski Topology, Math 581, Fall 2017 last updated: November 24, 2017 1 Topology 1, Math 581, Fall 2017: Notes and homework Krzysztof Chris Ciesielski Class of August 17: Course and syllabus overview. Topology

More information

Real Analysis Math 131AH Rudin, Chapter #1. Dominique Abdi

Real Analysis Math 131AH Rudin, Chapter #1. Dominique Abdi Real Analysis Math 3AH Rudin, Chapter # Dominique Abdi.. If r is rational (r 0) and x is irrational, prove that r + x and rx are irrational. Solution. Assume the contrary, that r+x and rx are rational.

More information

Advanced Calculus I Chapter 2 & 3 Homework Solutions October 30, Prove that f has a limit at 2 and x + 2 find it. f(x) = 2x2 + 3x 2 x + 2

Advanced Calculus I Chapter 2 & 3 Homework Solutions October 30, Prove that f has a limit at 2 and x + 2 find it. f(x) = 2x2 + 3x 2 x + 2 Advanced Calculus I Chapter 2 & 3 Homework Solutions October 30, 2009 2. Define f : ( 2, 0) R by f(x) = 2x2 + 3x 2. Prove that f has a limit at 2 and x + 2 find it. Note that when x 2 we have f(x) = 2x2

More information

Problem Set 2: Solutions Math 201A: Fall 2016

Problem Set 2: Solutions Math 201A: Fall 2016 Problem Set 2: s Math 201A: Fall 2016 Problem 1. (a) Prove that a closed subset of a complete metric space is complete. (b) Prove that a closed subset of a compact metric space is compact. (c) Prove that

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics An Introductory Single Variable Real Analysis: A Learning Approach through Problem Solving Marcel B. Finan c All Rights

More information

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

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

More information

Introduction to Topology

Introduction to Topology Introduction to Topology Randall R. Holmes Auburn University Typeset by AMS-TEX Chapter 1. Metric Spaces 1. Definition and Examples. As the course progresses we will need to review some basic notions about

More information

The Heine-Borel and Arzela-Ascoli Theorems

The Heine-Borel and Arzela-Ascoli Theorems The Heine-Borel and Arzela-Ascoli Theorems David Jekel October 29, 2016 This paper explains two important results about compactness, the Heine- Borel theorem and the Arzela-Ascoli theorem. We prove them

More information

Elementary Analysis Math 140D Fall 2007

Elementary Analysis Math 140D Fall 2007 Elementary Analysis Math 140D Fall 2007 Bernard Russo Contents 1 Friday September 28, 2007 1 1.1 Course information............................ 1 1.2 Outline of the course........................... 1

More information

Solutions Final Exam May. 14, 2014

Solutions Final Exam May. 14, 2014 Solutions Final Exam May. 14, 2014 1. (a) (10 points) State the formal definition of a Cauchy sequence of real numbers. A sequence, {a n } n N, of real numbers, is Cauchy if and only if for every ɛ > 0,

More information

Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011

Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011 Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011 Section 2.6 (cont.) Properties of Real Functions Here we first study properties of functions from R to R, making use of the additional structure

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

HOMEWORK ASSIGNMENT 6

HOMEWORK ASSIGNMENT 6 HOMEWORK ASSIGNMENT 6 DUE 15 MARCH, 2016 1) Suppose f, g : A R are uniformly continuous on A. Show that f + g is uniformly continuous on A. Solution First we note: In order to show that f + g is uniformly

More information

Problem set 5, Real Analysis I, Spring, otherwise. (a) Verify that f is integrable. Solution: Compute since f is even, 1 x (log 1/ x ) 2 dx 1

Problem set 5, Real Analysis I, Spring, otherwise. (a) Verify that f is integrable. Solution: Compute since f is even, 1 x (log 1/ x ) 2 dx 1 Problem set 5, Real Analysis I, Spring, 25. (5) Consider the function on R defined by f(x) { x (log / x ) 2 if x /2, otherwise. (a) Verify that f is integrable. Solution: Compute since f is even, R f /2

More information

Real Analysis Notes. Thomas Goller

Real Analysis Notes. Thomas Goller Real Analysis Notes Thomas Goller September 4, 2011 Contents 1 Abstract Measure Spaces 2 1.1 Basic Definitions........................... 2 1.2 Measurable Functions........................ 2 1.3 Integration..............................

More information

Lecture Notes on Metric Spaces

Lecture Notes on Metric Spaces Lecture Notes on Metric Spaces Math 117: Summer 2007 John Douglas Moore Our goal of these notes is to explain a few facts regarding metric spaces not included in the first few chapters of the text [1],

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

Introductory Analysis I Fall 2014 Homework #9 Due: Wednesday, November 19

Introductory Analysis I Fall 2014 Homework #9 Due: Wednesday, November 19 Introductory Analysis I Fall 204 Homework #9 Due: Wednesday, November 9 Here is an easy one, to serve as warmup Assume M is a compact metric space and N is a metric space Assume that f n : M N for each

More information

B553 Lecture 1: Calculus Review

B553 Lecture 1: Calculus Review B553 Lecture 1: Calculus Review Kris Hauser January 10, 2012 This course requires a familiarity with basic calculus, some multivariate calculus, linear algebra, and some basic notions of metric topology.

More information

Carefully tear this page off the rest of your exam. UNIVERSITY OF TORONTO SCARBOROUGH MATA37H3 : Calculus for Mathematical Sciences II

Carefully tear this page off the rest of your exam. UNIVERSITY OF TORONTO SCARBOROUGH MATA37H3 : Calculus for Mathematical Sciences II Carefully tear this page off the rest of your exam. UNIVERSITY OF TORONTO SCARBOROUGH MATA37H3 : Calculus for Mathematical Sciences II REFERENCE SHEET The (natural logarithm and exponential functions (

More information

van Rooij, Schikhof: A Second Course on Real Functions

van Rooij, Schikhof: A Second Course on Real Functions vanrooijschikhof.tex April 25, 2018 van Rooij, Schikhof: A Second Course on Real Functions Notes from [vrs]. Introduction A monotone function is Riemann integrable. A continuous function is Riemann integrable.

More information

4130 HOMEWORK 4. , a 2

4130 HOMEWORK 4. , a 2 4130 HOMEWORK 4 Due Tuesday March 2 (1) Let N N denote the set of all sequences of natural numbers. That is, N N = {(a 1, a 2, a 3,...) : a i N}. Show that N N = P(N). We use the Schröder-Bernstein Theorem.

More information

(a) For an accumulation point a of S, the number l is the limit of f(x) as x approaches a, or lim x a f(x) = l, iff

(a) For an accumulation point a of S, the number l is the limit of f(x) as x approaches a, or lim x a f(x) = l, iff Chapter 4: Functional Limits and Continuity Definition. Let S R and f : S R. (a) For an accumulation point a of S, the number l is the limit of f(x) as x approaches a, or lim x a f(x) = l, iff ε > 0, δ

More information

Solutions Final Exam May. 14, 2014

Solutions Final Exam May. 14, 2014 Solutions Final Exam May. 14, 2014 1. Determine whether the following statements are true or false. Justify your answer (i.e., prove the claim, derive a contradiction or give a counter-example). (a) (10

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

Math 118B Solutions. Charles Martin. March 6, d i (x i, y i ) + d i (y i, z i ) = d(x, y) + d(y, z). i=1

Math 118B Solutions. Charles Martin. March 6, d i (x i, y i ) + d i (y i, z i ) = d(x, y) + d(y, z). i=1 Math 8B Solutions Charles Martin March 6, Homework Problems. Let (X i, d i ), i n, be finitely many metric spaces. Construct a metric on the product space X = X X n. Proof. Denote points in X as x = (x,

More information

M17 MAT25-21 HOMEWORK 6

M17 MAT25-21 HOMEWORK 6 M17 MAT25-21 HOMEWORK 6 DUE 10:00AM WEDNESDAY SEPTEMBER 13TH 1. To Hand In Double Series. The exercises in this section will guide you to complete the proof of the following theorem: Theorem 1: Absolute

More information

Real Analysis Problems

Real Analysis Problems Real Analysis Problems Cristian E. Gutiérrez September 14, 29 1 1 CONTINUITY 1 Continuity Problem 1.1 Let r n be the sequence of rational numbers and Prove that f(x) = 1. f is continuous on the irrationals.

More information

Math 341 Summer 2016 Midterm Exam 2 Solutions. 1. Complete the definitions of the following words or phrases:

Math 341 Summer 2016 Midterm Exam 2 Solutions. 1. Complete the definitions of the following words or phrases: Math 34 Summer 06 Midterm Exam Solutions. Complete the definitions of the following words or phrases: (a) A sequence (a n ) is called a Cauchy sequence if and only if for every ɛ > 0, there exists and

More information

Homework for MAT 603 with Pugh s Real Mathematical Analysis. Damien Pitman

Homework for MAT 603 with Pugh s Real Mathematical Analysis. Damien Pitman Homework for MAT 603 with Pugh s Real Mathematical Analysis Damien Pitman CHAPTER 1 Real Numbers 1. Preliminaries (1) In what sense is Euclid s method of reasoning superior to Aristotle s? (2) What role

More information

1 Math 241A-B Homework Problem List for F2015 and W2016

1 Math 241A-B Homework Problem List for F2015 and W2016 1 Math 241A-B Homework Problem List for F2015 W2016 1.1 Homework 1. Due Wednesday, October 7, 2015 Notation 1.1 Let U be any set, g be a positive function on U, Y be a normed space. For any f : U Y let

More information

1. For each statement, either state that it is True or else Give a Counterexample: (a) If a < b and c < d then a c < b d.

1. For each statement, either state that it is True or else Give a Counterexample: (a) If a < b and c < d then a c < b d. Name: Instructions. Show all work in the space provided. Indicate clearly if you continue on the back side, and write your name at the top of the scratch sheet if you will turn it in for grading. No books

More information

Metric Spaces Math 413 Honors Project

Metric Spaces Math 413 Honors Project Metric Spaces Math 413 Honors Project 1 Metric Spaces Definition 1.1 Let X be a set. A metric on X is a function d : X X R such that for all x, y, z X: i) d(x, y) = d(y, x); ii) d(x, y) = 0 if and only

More information

Functional Analysis HW #3

Functional Analysis HW #3 Functional Analysis HW #3 Sangchul Lee October 26, 2015 1 Solutions Exercise 2.1. Let D = { f C([0, 1]) : f C([0, 1])} and define f d = f + f. Show that D is a Banach algebra and that the Gelfand transform

More information

Math 328 Course Notes

Math 328 Course Notes Math 328 Course Notes Ian Robertson March 3, 2006 3 Properties of C[0, 1]: Sup-norm and Completeness In this chapter we are going to examine the vector space of all continuous functions defined on the

More information

Lecture 5 - Hausdorff and Gromov-Hausdorff Distance

Lecture 5 - Hausdorff and Gromov-Hausdorff Distance Lecture 5 - Hausdorff and Gromov-Hausdorff Distance August 1, 2011 1 Definition and Basic Properties Given a metric space X, the set of closed sets of X supports a metric, the Hausdorff metric. If A is

More information

Some Background Material

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

More information

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University February 7, 2007 2 Contents 1 Metric Spaces 1 1.1 Basic definitions...........................

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

Math 5210, Definitions and Theorems on Metric Spaces

Math 5210, Definitions and Theorems on Metric Spaces Math 5210, Definitions and Theorems on Metric Spaces Let (X, d) be a metric space. We will use the following definitions (see Rudin, chap 2, particularly 2.18) 1. Let p X and r R, r > 0, The ball of radius

More information

MATH 54 - TOPOLOGY SUMMER 2015 FINAL EXAMINATION. Problem 1

MATH 54 - TOPOLOGY SUMMER 2015 FINAL EXAMINATION. Problem 1 MATH 54 - TOPOLOGY SUMMER 2015 FINAL EXAMINATION ELEMENTS OF SOLUTION Problem 1 1. Let X be a Hausdorff space and K 1, K 2 disjoint compact subsets of X. Prove that there exist disjoint open sets U 1 and

More information

MASTERS EXAMINATION IN MATHEMATICS SOLUTIONS

MASTERS EXAMINATION IN MATHEMATICS SOLUTIONS MASTERS EXAMINATION IN MATHEMATICS PURE MATHEMATICS OPTION SPRING 010 SOLUTIONS Algebra A1. Let F be a finite field. Prove that F [x] contains infinitely many prime ideals. Solution: The ring F [x] of

More information

Logical Connectives and Quantifiers

Logical Connectives and Quantifiers Chapter 1 Logical Connectives and Quantifiers 1.1 Logical Connectives 1.2 Quantifiers 1.3 Techniques of Proof: I 1.4 Techniques of Proof: II Theorem 1. Let f be a continuous function. If 1 f(x)dx 0, then

More information

Math 209B Homework 2

Math 209B Homework 2 Math 29B Homework 2 Edward Burkard Note: All vector spaces are over the field F = R or C 4.6. Two Compactness Theorems. 4. Point Set Topology Exercise 6 The product of countably many sequentally compact

More information

Cauchy Sequences. x n = 1 ( ) 2 1 1, . As you well know, k! n 1. 1 k! = e, = k! k=0. k = k=1

Cauchy Sequences. x n = 1 ( ) 2 1 1, . As you well know, k! n 1. 1 k! = e, = k! k=0. k = k=1 Cauchy Sequences The Definition. I will introduce the main idea by contrasting three sequences of rational numbers. In each case, the universal set of numbers will be the set Q of rational numbers; all

More information

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

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

More information

Integration on Measure Spaces

Integration on Measure Spaces Chapter 3 Integration on Measure Spaces In this chapter we introduce the general notion of a measure on a space X, define the class of measurable functions, and define the integral, first on a class of

More information

REAL AND COMPLEX ANALYSIS

REAL AND COMPLEX ANALYSIS REAL AND COMPLE ANALYSIS Third Edition Walter Rudin Professor of Mathematics University of Wisconsin, Madison Version 1.1 No rights reserved. Any part of this work can be reproduced or transmitted in any

More information

Problem 3. Give an example of a sequence of continuous functions on a compact domain converging pointwise but not uniformly to a continuous function

Problem 3. Give an example of a sequence of continuous functions on a compact domain converging pointwise but not uniformly to a continuous function Problem 3. Give an example of a sequence of continuous functions on a compact domain converging pointwise but not uniformly to a continuous function Solution. If we does not need the pointwise limit of

More information

3 (Due ). Let A X consist of points (x, y) such that either x or y is a rational number. Is A measurable? What is its Lebesgue measure?

3 (Due ). Let A X consist of points (x, y) such that either x or y is a rational number. Is A measurable? What is its Lebesgue measure? MA 645-4A (Real Analysis), Dr. Chernov Homework assignment 1 (Due ). Show that the open disk x 2 + y 2 < 1 is a countable union of planar elementary sets. Show that the closed disk x 2 + y 2 1 is a countable

More information

2 Sequences, Continuity, and Limits

2 Sequences, Continuity, and Limits 2 Sequences, Continuity, and Limits In this chapter, we introduce the fundamental notions of continuity and limit of a real-valued function of two variables. As in ACICARA, the definitions as well as proofs

More information

Part III. 10 Topological Space Basics. Topological Spaces

Part III. 10 Topological Space Basics. Topological Spaces Part III 10 Topological Space Basics Topological Spaces Using the metric space results above as motivation we will axiomatize the notion of being an open set to more general settings. Definition 10.1.

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

Definition 2.1. A metric (or distance function) defined on a non-empty set X is a function d: X X R that satisfies: For all x, y, and z in X :

Definition 2.1. A metric (or distance function) defined on a non-empty set X is a function d: X X R that satisfies: For all x, y, and z in X : MATH 337 Metric Spaces Dr. Neal, WKU Let X be a non-empty set. The elements of X shall be called points. We shall define the general means of determining the distance between two points. Throughout we

More information

MATH 131A: REAL ANALYSIS (BIG IDEAS)

MATH 131A: REAL ANALYSIS (BIG IDEAS) MATH 131A: REAL ANALYSIS (BIG IDEAS) Theorem 1 (The Triangle Inequality). For all x, y R we have x + y x + y. Proposition 2 (The Archimedean property). For each x R there exists an n N such that n > x.

More information

MAS331: Metric Spaces Problems on Chapter 1

MAS331: Metric Spaces Problems on Chapter 1 MAS331: Metric Spaces Problems on Chapter 1 1. In R 3, find d 1 ((3, 1, 4), (2, 7, 1)), d 2 ((3, 1, 4), (2, 7, 1)) and d ((3, 1, 4), (2, 7, 1)). 2. In R 4, show that d 1 ((4, 4, 4, 6), (0, 0, 0, 0)) =

More information

An introduction to some aspects of functional analysis

An introduction to some aspects of functional analysis An introduction to some aspects of functional analysis Stephen Semmes Rice University Abstract These informal notes deal with some very basic objects in functional analysis, including norms and seminorms

More information

1 Topology Definition of a topology Basis (Base) of a topology The subspace topology & the product topology on X Y 3

1 Topology Definition of a topology Basis (Base) of a topology The subspace topology & the product topology on X Y 3 Index Page 1 Topology 2 1.1 Definition of a topology 2 1.2 Basis (Base) of a topology 2 1.3 The subspace topology & the product topology on X Y 3 1.4 Basic topology concepts: limit points, closed sets,

More information

Iowa State University. Instructor: Alex Roitershtein Summer Homework #5. Solutions

Iowa State University. Instructor: Alex Roitershtein Summer Homework #5. Solutions Math 50 Iowa State University Introduction to Real Analysis Department of Mathematics Instructor: Alex Roitershtein Summer 205 Homework #5 Solutions. Let α and c be real numbers, c > 0, and f is defined

More information

Copyright c 2007 Jason Underdown Some rights reserved. statement. sentential connectives. negation. conjunction. disjunction

Copyright c 2007 Jason Underdown Some rights reserved. statement. sentential connectives. negation. conjunction. disjunction Copyright & License Copyright c 2007 Jason Underdown Some rights reserved. statement sentential connectives negation conjunction disjunction implication or conditional antecedant & consequent hypothesis

More information

Thus f is continuous at x 0. Matthew Straughn Math 402 Homework 6

Thus f is continuous at x 0. Matthew Straughn Math 402 Homework 6 Matthew Straughn Math 402 Homework 6 Homework 6 (p. 452) 14.3.3, 14.3.4, 14.3.5, 14.3.8 (p. 455) 14.4.3* (p. 458) 14.5.3 (p. 460) 14.6.1 (p. 472) 14.7.2* Lemma 1. If (f (n) ) converges uniformly to some

More information

MATH 409 Advanced Calculus I Lecture 10: Continuity. Properties of continuous functions.

MATH 409 Advanced Calculus I Lecture 10: Continuity. Properties of continuous functions. MATH 409 Advanced Calculus I Lecture 10: Continuity. Properties of continuous functions. Continuity Definition. Given a set E R, a function f : E R, and a point c E, the function f is continuous at c if

More information

Immerse Metric Space Homework

Immerse Metric Space Homework Immerse Metric Space Homework (Exercises -2). In R n, define d(x, y) = x y +... + x n y n. Show that d is a metric that induces the usual topology. Sketch the basis elements when n = 2. Solution: Steps

More information

Contents Ordered Fields... 2 Ordered sets and fields... 2 Construction of the Reals 1: Dedekind Cuts... 2 Metric Spaces... 3

Contents Ordered Fields... 2 Ordered sets and fields... 2 Construction of the Reals 1: Dedekind Cuts... 2 Metric Spaces... 3 Analysis Math Notes Study Guide Real Analysis Contents Ordered Fields 2 Ordered sets and fields 2 Construction of the Reals 1: Dedekind Cuts 2 Metric Spaces 3 Metric Spaces 3 Definitions 4 Separability

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

Math LM (24543) Lectures 02

Math LM (24543) Lectures 02 Math 32300 LM (24543) Lectures 02 Ethan Akin Office: NAC 6/287 Phone: 650-5136 Email: ethanakin@earthlink.net Spring, 2018 Contents Continuity, Ross Chapter 3 Uniform Continuity and Compactness Connectedness

More information

Selected solutions for Homework 9

Selected solutions for Homework 9 Math 424 B / 574 B Due Wednesday, Dec 09 Autumn 2015 Selected solutions for Homework 9 This file includes solutions only to those problems we did not have time to cover in class. We need the following

More information

L p Functions. Given a measure space (X, µ) and a real number p [1, ), recall that the L p -norm of a measurable function f : X R is defined by

L p Functions. Given a measure space (X, µ) and a real number p [1, ), recall that the L p -norm of a measurable function f : X R is defined by L p Functions Given a measure space (, µ) and a real number p [, ), recall that the L p -norm of a measurable function f : R is defined by f p = ( ) /p f p dµ Note that the L p -norm of a function f may

More information

Solve EACH of the exercises 1-3

Solve EACH of the exercises 1-3 Topology Ph.D. Entrance Exam, August 2011 Write a solution of each exercise on a separate page. Solve EACH of the exercises 1-3 Ex. 1. Let X and Y be Hausdorff topological spaces and let f: X Y be continuous.

More information

MATH NEW HOMEWORK AND SOLUTIONS TO PREVIOUS HOMEWORKS AND EXAMS

MATH NEW HOMEWORK AND SOLUTIONS TO PREVIOUS HOMEWORKS AND EXAMS MATH. 4433. NEW HOMEWORK AND SOLUTIONS TO PREVIOUS HOMEWORKS AND EXAMS TOMASZ PRZEBINDA. Final project, due 0:00 am, /0/208 via e-mail.. State the Fundamental Theorem of Algebra. Recall that a subset K

More information

1 Definition of the Riemann integral

1 Definition of the Riemann integral MAT337H1, Introduction to Real Analysis: notes on Riemann integration 1 Definition of the Riemann integral Definition 1.1. Let [a, b] R be a closed interval. A partition P of [a, b] is a finite set of

More information

ANALYSIS WORKSHEET II: METRIC SPACES

ANALYSIS WORKSHEET II: METRIC SPACES ANALYSIS WORKSHEET II: METRIC SPACES Definition 1. A metric space (X, d) is a space X of objects (called points), together with a distance function or metric d : X X [0, ), which associates to each pair

More information

Math 5051 Measure Theory and Functional Analysis I Homework Assignment 3

Math 5051 Measure Theory and Functional Analysis I Homework Assignment 3 Math 551 Measure Theory and Functional Analysis I Homework Assignment 3 Prof. Wickerhauser Due Monday, October 12th, 215 Please do Exercises 3*, 4, 5, 6, 8*, 11*, 17, 2, 21, 22, 27*. Exercises marked with

More information

Metric Space Topology (Spring 2016) Selected Homework Solutions. HW1 Q1.2. Suppose that d is a metric on a set X. Prove that the inequality d(x, y)

Metric Space Topology (Spring 2016) Selected Homework Solutions. HW1 Q1.2. Suppose that d is a metric on a set X. Prove that the inequality d(x, y) Metric Space Topology (Spring 2016) Selected Homework Solutions HW1 Q1.2. Suppose that d is a metric on a set X. Prove that the inequality d(x, y) d(z, w) d(x, z) + d(y, w) holds for all w, x, y, z X.

More information

4.4 Uniform Convergence of Sequences of Functions and the Derivative

4.4 Uniform Convergence of Sequences of Functions and the Derivative 4.4 Uniform Convergence of Sequences of Functions and the Derivative Say we have a sequence f n (x) of functions defined on some interval, [a, b]. Let s say they converge in some sense to a function f

More information

Continuous Functions on Metric Spaces

Continuous Functions on Metric Spaces Continuous Functions on Metric Spaces Math 201A, Fall 2016 1 Continuous functions Definition 1. Let (X, d X ) and (Y, d Y ) be metric spaces. A function f : X Y is continuous at a X if for every ɛ > 0

More information

+ 2x sin x. f(b i ) f(a i ) < ɛ. i=1. i=1

+ 2x sin x. f(b i ) f(a i ) < ɛ. i=1. i=1 Appendix To understand weak derivatives and distributional derivatives in the simplest context of functions of a single variable, we describe without proof some results from real analysis (see [7] and

More information

Math 426 Homework 4 Due 3 November 2017

Math 426 Homework 4 Due 3 November 2017 Math 46 Homework 4 Due 3 November 017 1. Given a metric space X,d) and two subsets A,B, we define the distance between them, dista,b), as the infimum inf a A, b B da,b). a) Prove that if A is compact and

More information

Math 117: Topology of the Real Numbers

Math 117: Topology of the Real Numbers Math 117: Topology of the Real Numbers John Douglas Moore November 10, 2008 The goal of these notes is to highlight the most important topics presented in Chapter 3 of the text [1] and to provide a few

More information

Math 320: Real Analysis MWF 1pm, Campion Hall 302 Homework 8 Solutions Please write neatly, and in complete sentences when possible.

Math 320: Real Analysis MWF 1pm, Campion Hall 302 Homework 8 Solutions Please write neatly, and in complete sentences when possible. Math 320: Real Analysis MWF pm, Campion Hall 302 Homework 8 Solutions Please write neatly, and in complete sentences when possible. Do the following problems from the book: 4.3.5, 4.3.7, 4.3.8, 4.3.9,

More information

ECON 4117/5111 Mathematical Economics

ECON 4117/5111 Mathematical Economics Test 1 September 29, 2006 1. Use a truth table to show the following equivalence statement: (p q) (p q) 2. Consider the statement: A function f : X Y is continuous on X if for every open set V Y, the pre-image

More information

The following techniques for methods of proofs are discussed in our text: - Vacuous proof - Trivial proof

The following techniques for methods of proofs are discussed in our text: - Vacuous proof - Trivial proof Ch. 1.6 Introduction to Proofs The following techniques for methods of proofs are discussed in our text - Vacuous proof - Trivial proof - Direct proof - Indirect proof (our book calls this by contraposition)

More information

Entrance Exam, Real Analysis September 1, 2017 Solve exactly 6 out of the 8 problems

Entrance Exam, Real Analysis September 1, 2017 Solve exactly 6 out of the 8 problems September, 27 Solve exactly 6 out of the 8 problems. Prove by denition (in ɛ δ language) that f(x) = + x 2 is uniformly continuous in (, ). Is f(x) uniformly continuous in (, )? Prove your conclusion.

More information

1. Bounded linear maps. A linear map T : E F of real Banach

1. Bounded linear maps. A linear map T : E F of real Banach DIFFERENTIABLE MAPS 1. Bounded linear maps. A linear map T : E F of real Banach spaces E, F is bounded if M > 0 so that for all v E: T v M v. If v r T v C for some positive constants r, C, then T is bounded:

More information

SOLUTIONS TO SOME PROBLEMS

SOLUTIONS TO SOME PROBLEMS 23 FUNCTIONAL ANALYSIS Spring 23 SOLUTIONS TO SOME PROBLEMS Warning:These solutions may contain errors!! PREPARED BY SULEYMAN ULUSOY PROBLEM 1. Prove that a necessary and sufficient condition that the

More information

Exercises from other sources REAL NUMBERS 2,...,

Exercises from other sources REAL NUMBERS 2,..., Exercises from other sources REAL NUMBERS 1. Find the supremum and infimum of the following sets: a) {1, b) c) 12, 13, 14, }, { 1 3, 4 9, 13 27, 40 } 81,, { 2, 2 + 2, 2 + 2 + } 2,..., d) {n N : n 2 < 10},

More information

Math 140A - Fall Final Exam

Math 140A - Fall Final Exam Math 140A - Fall 2014 - Final Exam Problem 1. Let {a n } n 1 be an increasing sequence of real numbers. (i) If {a n } has a bounded subsequence, show that {a n } is itself bounded. (ii) If {a n } has a

More information