Introductory Analysis 1 Fall 2009 Homework 4 Solutions to Exercises 1 3

Size: px
Start display at page:

Download "Introductory Analysis 1 Fall 2009 Homework 4 Solutions to Exercises 1 3"

Transcription

1 Introductory Analysis 1 Fall 2009 Homework 4 Solutions to Exercises 1 3 Note: This homework consists of a lot of very simple exercises, things you should do on your own. A minimum part of it will be due Monday, October 5, Let X be a set and let d 1, d 2 be two distance functions for X. We say they are equivalent iff they define the same family of open sets. That is, d 1 d 2 if and only if whenever a subset of X is open with respect to d 1 it is open with respect to d 2 and whenever a subset of X is open with respect to d 2 it is open with respect to d 1. Prove: (a) Two distance functions for a set X are equivalent if and only if they both have the same convergent sequences. That is, if the functions are d 1, d 2, then a sequence converges with respect to d 1 if and only if it converges with respect to d 2. (b) A metric space is said to be discrete if and only if its metric is equivalent to the discrete metric. Prove that a metric space is discrete if and only if it has no accumulation points (i.e., all points are isolated). (c) Prove that Z, as a subspace of R, is discrete. Solution. First a comment. Sometimes equivalence between metrics is defined by saying that d 1 d 2 iff there exist positive constants a, b such that ad 1 (x, y) d 2 (x, y) bd 1 (x, y). This is NOT the way I defined it, and it is NOT equivalent to my definition. That is, if two metrics are equivalent in this new definition, they are also equivalent in mine. But the converse is not true. A counterexample is provided by the two metrics of Exercise 4, which are equivalent in my definition, but not in the new one. Another (more common) misconception was to assume that because the metrics have the same open sets they also have the same open balls. If you consider the three following three metrics in R 2 : d 1 ((x 1, x 2 ), (y 1, y 2 )) = x 1 y 1 + x 2 y 2, d 2 ((x 1, x 2 ), (y 1, y 2 )) = (x 1 y 1 ) 2 + (x 2 y 2 ) 2, d ((x 1, x 2 ), (y 1, y 2 )) = max { x 1 y 1, x 2 y 2 } ( the metrics of exercise 3 restricted to the case of n = 2, X 1 = X 2 = R), they are equivalent. But their open balls are quite different. The open balls of the first metric are squares with sides parallel to the axes, the second metric has discs, the third one again squares but with sides forming a 45 degrees angle with the axes. Proof. (a) Since convergence of a sequence can be defined exclusively in terms of open sets, this is fairly clear. The only subtle point is assuming that d 1, d 2 have the same convergent sequences, do these sequences also have to have the same limit? The answer is yes. Assume a sequence {p n } converges to p with respect to d 1, to q with respect to d 2. Now

2 consider the sequence {p 1, p, p 2, p 3,, p,...}. This sequence converges to p with respect to d 1, thus it has to converge with respect to d 2. The sequence has a subsequence (the odd terms) converging to q with respect to d 2 ; the subsequence of even terms is constant, all terms are p, thus converges to p. It follows that p = q. (b) Since the metric of a discrete space is equivalent to the discrete metric, all singleton sets, hence all subsets are open. If {x} is open, there has to exist r > 0 such that B(x, r) {x}, thus (necessarily) B(x, r) = {x}. Obviously B(x, r) {x} = {x}, so B(x, r) contains no point of X, hence is not an accumulation point of X. Conversely, if X has no accumulation points, then given x X there must exist a ball centered at x intersecting X in no other point than x. This is another way of saying that {x} is an open ball, hence open. Hence all subsets of X are open and X is discrete. (c) {n} = B(n, 1 2 ) for all n Z. 2. Let X be a metric space and let Y X; consider Y as a metric space with the distance function of X (restricted to Y ). Prove: (a) A subset A of Y is open in Y (i.e., is an open subset of the metric space Y ) if and only if A = U Y for some open subset U of X. (b) A subset A of Y is closed in Y (i.e., is an closed subset of the metric space Y ) if and only if A = F Y for some closed subset F of X. (c) Let A be a subset of Y. The closure of A in Y is the intersection of the closure of A in X with Y. Solution. It can be useful to introduce the notation B X (p, r) for an open ball of X, B Y (p, r) for an open ball of Y. That is, with d the distance function of X (which is the same as that of Y ), B X (p, r) = {q X : d(q, p) < r} if p X, B Y (p, r) = {q Y : d(q, p) < r} if p Y. It is obvious that if p Y, then B Y (p, r) = B X (p, r) Y. I ll also introduce the notation ĀY for the closure of a subset A of Y in Y, reserving Ā for its closure in X. Here are the required proofs. Proof. (a) Assume first that A is open in Y. For every p A there is r p > 0 such that B Y (p, r p ) A. It is then immediate that A = B Y (p, r p ). Let U = B X (p, r p ). As a union of open balls of X, U is open in X. Moreover, U Y = B X (p, r p ) Y = (B X (p, r p ) Y ) = B Y (p, r p ) = A. 2

3 Conversely, assume A = U Y where U is open in X. Let p A. Then p U and there exists r > 0 such that B X (p, r) U. Then B Y (p, r) = B X (p, r) Y U Y = A. It follows that A is open in Y. (b) This is an immediate consequence of the previous item: If A is closed in Y, then Y \A is open in Y, hence Y \A = U Y for some open subset of X. It follows that A = Y F where F = X\U is closed in X. Conversely, if A = Y F where F is closed in X, then Y \A = (Y \A) U where U = X\F. All this is very easy to check. Thus U is open in X, hence Y \A is open in Y, therefore A is closed in Y. (c) Since Ā Y is a closed subset of Y containing A, it follows that Ā Y Ā Y. Let F be closed subset of Y such that A F. There is G closed in Y such that F = G Y. Then A G Y G; since G is a losed subset of X containing A we get Ā G, hence Ā Y F. It follows that Ā Y is a subset of all closed subsets of Y containing A, thus is contained in ĀY. The result follows. 3. Let X 1,..., X n be metric spaces with distance functions d 1,..., d n respectively. Let X = X 1 X n = {p = (p 1,..., p n ) : p i X i, i = 1,..., n}. Consider the following three functions from X X to R. In the definition, p = (p 1,..., p n ), q = (q 1,..., q n ) X. δ 1 (p, q) = δ 2 (p, q) = n d i (p i, q i ). ( n ) 1/2 d i (p i, q i ) 2. δ (p, q) = max{d i (p i, q i ) : i = 1,..., n}. (a) Prove all three metrics for X are equivalent and a sequence {p m } m=1, where p m = (p m1,..., p mn ) converges to p = (p 1,..., p n ) if and only if each sequence {p mi } m=1 converges in X i for i = 1,..., n. (b) Prove that all three metrics for X have the same Cauchy sequences. (Equivalent metrics do NOT necessarily have the same Cauchy sequences so this is not an immediate consequence of the previous point. It is however essentially the same proof as one uses for the previous point.) (c) Prove that X is complete in any one of the three metrics if and only if it is complete in the others, and this happens if and only if each one of the spaces X 1,..., X n is complete. (d) Explain how all this applies to R n. In particular, show that R n is complete. Solution. It will be convenient to prove first the following lemma: 3

4 Lemma 1 Let X be a set and let d 1, d 2 be distance functions on X. Assume there exist real positive constants a, b such that a d 1 (x, y) d 2 (x, y) b d 1 (x, y) for all x, y X. Then d 1 d 2 in the sense of the definition of Problem 1. Moreover both distance functions have the same Cauchy sequences. Proof. The easiest thing to show is that both metrics have the same convergent sequences and the same Cauchy sequences. That s almost obvious, I think (therefore I am). Assume {p n } is a sequence in X. Assume first it converges with respect to d 2, say to p. Let ɛ > 0 be given. Then ɛ/a > 0 and there is N such that d 2 (p n, p) < ɛ/a whenever n N. If n N, then d 1 (p n, p) < a d 2 (p n, p) < a ɛ a = ɛ. The sequence converges with respect to p 1. Assume next the sequence is Cauchy with respect to d 2. We essentially repeat the same argument. Let ɛ > 0 be given. Then ɛ/a > 0 and there is N such that d 2 (p n, p m ) < ɛ/a whenever n, m N. If n, m N, then d 1 (p n, p m ) < a d 2 (p n, p m ) < a ɛ a = ɛ and the sequence is Cauchy with respect to d 1. To prove this we only used that p 1 (1/a)p 2. Since p 2 b p 1, switching the roles of p 1, p 2, replacing 1/a by b we see that if a sequence converges with respect to p 1, or is Cauchy with respect to p 1, then it converges or is Cauchy, respectively, with respect to d 2. The rest is easy. But there is a minor detail that perhaps has to be covered. Let us define a stronger equivalence relation for two metrics d 1, d 2 in a set X by: d 1 = d2 iff there exist real positive constants a, b such that a d 1 (x, y) d 2 (x, y) b d 1 (x, y) for all x, y X. Lemma 1 proves (in part) that d 1 = d2 implies that d 1 d 2. It will be convenient to PROVE (what an inconvenient word!) that this is actually an equivalence relation. That d = d for all metrics d in X is of course obvious; just take a = b = 1. If d 1 = d2 one has then one also has a d 1 (x, y) d 2 (x, y) b d 1 (x, y) for all x, y X, 1 b d 2(x, y) d 1 (x, y) 1 a d 2(x, y) for all x, y X. It follows that d 2 = d1. Finally, if d 1 = d2 and d 2 = d3, then there exist positive constants a, b, α, β such that a d 1 (x, y) d 2 (x, y) b d 1 (x, y), α d 2 (x, y) d 3 (x, y) β d 2 (x, y), for all x, y X then one also has thus d 1 = d3. a a d 1 (x, y) d 3 (x, y) b β d 1 (x, y) 4

5 Now to the exercise! We can apply the Cauchy-Schwarz inequality to get for x = vex1n, y = (y 1,..., y n ) X = X 1 X n : δ 1 (x, y) = n x i y i = = n δ 2 (x, y). ( n n ) 1/2 ( n ) 1/2 (1 x i y i ) 1 2 (x i y i ) 2 (I was not expecting anybody to use this approach, though quite a few of you did; the exercise can be done without using Cauchy-Schwarz). On the other hand it is elementary that if a, b, c... are positive numbers, then a 2 + b 2 + c 2 + (a + b + c + ) 2 ; it follows that δ 2 (x, y) δ 1 (x, y) for all x, y X. We proved: 1 n δ 1 (x, y) δ 2 (x, y) δ 1 (x, y), x, y X thus d 1 = δ2. It is quite easy to see that δ (x, y) δ 1 (x, y) nδ (x, y), x, y X proving δ 1 = δ3 Thus the three metrics are equivalent in the strong sense hence, by Lemma 1 share the same convergent sequences, and the same Cauchy sequences. In particular if the space X is complete with respect to one of these metrics, it is complete with respect to the other two. To see that a sequence converges, or is Cauchy in any of these metrics if and only if the component sequences converge, or are Cauchy, it suffices to prove this holds (for example) for δ. Let x m = (x m1, ldots, x mn ) X for m N. I ll just do convergence; the proof for the Cauchy condition is quite similar. Assume first that each one of the component sequences converge, say lim m x mi = x i for i = 1,..., n. Let x = (x 1,..., x n ). Let ɛ > 0 be given. There exist then N 1,..., N n such that if m N i then d i (x mi, x i ) < ɛ for i = 1,..., n. Let N = max(n 1,..., N n ). If m N, then m N i for i = 1,..., n, hence d i (x mi, x i ) < ɛ for i = 1,..., n, hence δ (x m, x) = max 1 i n d i (x mi, x i ) < ɛ, proving the sequence {x m } converges to x. Conversely, assuming the sequence {x m } converges to x = (x 1,..., x n ), assume 1lej n. Due to the convergence of the sequence {x m } to x, given ɛ > 0 there is N such that m N implies δ (x + m, x) < ɛ. If m N, then d j (x mj, x j ) δ (x m, x) < ɛ. It follows tat lim m x mj = x j ; j = 1,..., n. Assume now X is complete. At this stage we don t really need to mention y specific metric; they are equivalent. Any one of them will do. To see each one of X 1,... X n is complete, let X j be one of these factor spaces. A small subtlety appears here: The result in question is false if any of the spaces X 1,..., X n is empty. This is a sort of silly situation, but if any one of X 1,..., X n is empty, then X is empty and complete since all of its non-existent Cauchy sequences surely converge to some non-existent limit. So to avoid nonsense we assume X i for i = 1,..., n. Back to X j. Suppose that {x jm } is a Cauchy sequence in X j. Select y i X i for i j (ere is where non-emptyness comes in!) and define the sequence {x m } in X by letting {x mj } be the given sequence in X j and {x mi } the 5

6 constant sequence x mi = y i for all m N if i j. The sequence {x m } has the property that all its components sequences are Cauchy; the j-th component by hypothesis, the other components by construction (they re constant sequences). Thus {x m } is Cauchy in X, because X is complete it converges, thus by what we have already shown all of its component sequences converges, in particular the j-th one, proving X j is complete. Conversely, if X 1,..., X n are complete, given a Cauchy sequence in X, all of its component sequences are Cauchy, thus converge, thus the original sequence converges. This proves X is complete. The relevancy of all this to R n is that if we take X 1 = X 2 = = X n = R with d i (x, y) = x y for i = 1,..., n, then δ 2 is the ordinary, standard metric for R n and we proved (among oter thigs) that R n is complete. 4. Let d be the usual metric in N; d(n, m) = n m for all n, m N. Let d 2 : N N R be defined by d(n, m) = 1 n 1 m. Prove that d 1 d 2 (for example, show both are discrete) but (N, d) is complete while (N, d 2 ) is not complete. 5. Let (X, d) be a metric space, assume it is not complete. Let X be the set of all Cauchy sequences of points in X; that is, p X means p = {p n } n=1 where {p n } is a Cauchy sequence in X. We define an equivalence relation in X by p q if and only if lim n d(p n, q n ) = 0. (Of course, {d(p n, q n )} is a sequence of non-negative real numbers.) Prove this is indeed an equivalence relation. Let ˆX = X / be the set of all equivalence classes. We will denote the elements of ˆX by [p], p X ; [p] = [q] if and only if p q. Prove: If p, q X, then the sequence of real numbers {d(p n, q n )} is a Cauchy sequence in R, hence converges. Moreover, If p p, q q then lim n d(p n, q n ) = lim n d(p n, q n). This allows us to define ˆd : ˆX ˆX R by ˆd([p], [q]) = limn infty d(p n, q n ). Prove that ( ˆX, ˆd) is a complete metric space. Here the notation may get a bit fuzzy, so one should be careful. If p X, define p X by p n = p for all n N. Next define a map φ : X ˆX by φ(p) = [ p]. Show this map is one-to-one and preserves the metric; i.e., ˆd([ p], [ q]) = d(p, q). This allows one to identify X with the metric space φ(x). Show that φ(x) is a dense subset of ˆX. The space hatx is the completion of X. One can show (and perhaps we will) that it is unique up to metric isomorphism. 6

1 The topology of metric spaces

1 The topology of metric spaces Introductory Analysis I Fall 2014 Notes on Metric Spaces These notes are an alternative to the textbook, from and including Closed Sets and Open Sets (page 58) to and excluding Cantor Sets (page 95) 1

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

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

Introductory Analysis I Fall 2014 Homework #5 Solutions

Introductory Analysis I Fall 2014 Homework #5 Solutions Introductory Analysis I Fall 2014 Homework #5 Solutions 6. Let M be a metric space, let C D M. Now we can think of C as a subset of the metric space M or as a subspace of the metric space D (D being a

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

2. Metric Spaces. 2.1 Definitions etc.

2. Metric Spaces. 2.1 Definitions etc. 2. Metric Spaces 2.1 Definitions etc. The procedure in Section for regarding R as a topological space may be generalized to many other sets in which there is some kind of distance (formally, sets with

More information

Numerical Sequences and Series

Numerical Sequences and Series Numerical Sequences and Series Written by Men-Gen Tsai email: b89902089@ntu.edu.tw. Prove that the convergence of {s n } implies convergence of { s n }. Is the converse true? Solution: Since {s n } is

More information

Filters in Analysis and Topology

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

More information

Metric spaces and metrizability

Metric spaces and metrizability 1 Motivation Metric spaces and metrizability By this point in the course, this section should not need much in the way of motivation. From the very beginning, we have talked about R n usual and how relatively

More information

Mid Term-1 : Practice problems

Mid Term-1 : Practice problems Mid Term-1 : Practice problems These problems are meant only to provide practice; they do not necessarily reflect the difficulty level of the problems in the exam. The actual exam problems are likely to

More information

Lecture 4: Completion of a Metric Space

Lecture 4: Completion of a Metric Space 15 Lecture 4: Completion of a Metric Space Closure vs. Completeness. Recall the statement of Lemma??(b): A subspace M of a metric space X is closed if and only if every convergent sequence {x n } X satisfying

More information

Consequences of Continuity

Consequences of Continuity Consequences of Continuity James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 4, 2017 Outline 1 Domains of Continuous Functions 2 The

More information

Math 410 Homework 6 Due Monday, October 26

Math 410 Homework 6 Due Monday, October 26 Math 40 Homework 6 Due Monday, October 26. Let c be any constant and assume that lim s n = s and lim t n = t. Prove that: a) lim c s n = c s We talked about these in class: We want to show that for all

More information

Consequences of Continuity

Consequences of Continuity Consequences of Continuity James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 4, 2017 Outline Domains of Continuous Functions The Intermediate

More information

The p-adic numbers. Given a prime p, we define a valuation on the rationals by

The p-adic numbers. Given a prime p, we define a valuation on the rationals by The p-adic numbers There are quite a few reasons to be interested in the p-adic numbers Q p. They are useful for solving diophantine equations, using tools like Hensel s lemma and the Hasse principle,

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

Chapter 1: Banach Spaces

Chapter 1: Banach Spaces 321 2008 09 Chapter 1: Banach Spaces The main motivation for functional analysis was probably the desire to understand solutions of differential equations. As with other contexts (such as linear algebra

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

Midterm 1. Every element of the set of functions is continuous

Midterm 1. Every element of the set of functions is continuous Econ 200 Mathematics for Economists Midterm Question.- Consider the set of functions F C(0, ) dened by { } F = f C(0, ) f(x) = ax b, a A R and b B R That is, F is a subset of the set of continuous functions

More information

Introductory Analysis 2 Spring 2010 Exam 1 February 11, 2015

Introductory Analysis 2 Spring 2010 Exam 1 February 11, 2015 Introductory Analysis 2 Spring 21 Exam 1 February 11, 215 Instructions: You may use any result from Chapter 2 of Royden s textbook, or from the first four chapters of Pugh s textbook, or anything seen

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

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

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

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

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

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

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

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction Math 4 Summer 01 Elementary Number Theory Notes on Mathematical Induction Principle of Mathematical Induction Recall the following axiom for the set of integers. Well-Ordering Axiom for the Integers If

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

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

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

Economics 204 Fall 2012 Problem Set 3 Suggested Solutions

Economics 204 Fall 2012 Problem Set 3 Suggested Solutions Economics 204 Fall 2012 Problem Set 3 Suggested Solutions 1. Give an example of each of the following (and prove that your example indeed works): (a) A complete metric space that is bounded but not compact.

More information

4 Countability axioms

4 Countability axioms 4 COUNTABILITY AXIOMS 4 Countability axioms Definition 4.1. Let X be a topological space X is said to be first countable if for any x X, there is a countable basis for the neighborhoods of x. X is said

More information

MATH 324 Summer 2011 Elementary Number Theory. Notes on Mathematical Induction. Recall the following axiom for the set of integers.

MATH 324 Summer 2011 Elementary Number Theory. Notes on Mathematical Induction. Recall the following axiom for the set of integers. MATH 4 Summer 011 Elementary Number Theory Notes on Mathematical Induction Principle of Mathematical Induction Recall the following axiom for the set of integers. Well-Ordering Axiom for the Integers If

More information

Spaces of continuous functions

Spaces of continuous functions Chapter 2 Spaces of continuous functions 2.8 Baire s Category Theorem Recall that a subset A of a metric space (X, d) is dense if for all x X there is a sequence from A converging to x. An equivalent definition

More information

Definition 1.2. Let p R n be a point and v R n be a non-zero vector. The line through p in direction v is the set

Definition 1.2. Let p R n be a point and v R n be a non-zero vector. The line through p in direction v is the set Important definitions and results 1. Algebra and geometry of vectors Definition 1.1. A linear combination of vectors v 1,..., v k R n is a vector of the form c 1 v 1 + + c k v k where c 1,..., c k R are

More information

Real Analysis on Metric Spaces

Real Analysis on Metric Spaces Real Analysis on Metric Spaces Mark Dean Lecture Notes for Fall 014 PhD Class - Brown University 1 Lecture 1 The first topic that we are going to cover in detail is what we ll call real analysis. The foundation

More information

Ordinary differential equations. Recall that we can solve a first-order linear inhomogeneous ordinary differential equation (ODE) dy dt

Ordinary differential equations. Recall that we can solve a first-order linear inhomogeneous ordinary differential equation (ODE) dy dt MATHEMATICS 3103 (Functional Analysis) YEAR 2012 2013, TERM 2 HANDOUT #1: WHAT IS FUNCTIONAL ANALYSIS? Elementary analysis mostly studies real-valued (or complex-valued) functions on the real line R or

More information

Solutions to Homework Assignment 2

Solutions to Homework Assignment 2 Solutions to Homework Assignment Real Analysis I February, 03 Notes: (a) Be aware that there maybe some typos in the solutions. If you find any, please let me know. (b) As is usual in proofs, most problems

More information

Math 320-2: Midterm 2 Practice Solutions Northwestern University, Winter 2015

Math 320-2: Midterm 2 Practice Solutions Northwestern University, Winter 2015 Math 30-: Midterm Practice Solutions Northwestern University, Winter 015 1. Give an example of each of the following. No justification is needed. (a) A metric on R with respect to which R is bounded. (b)

More information

First In-Class Exam Solutions Math 410, Professor David Levermore Monday, 1 October 2018

First In-Class Exam Solutions Math 410, Professor David Levermore Monday, 1 October 2018 First In-Class Exam Solutions Math 40, Professor David Levermore Monday, October 208. [0] Let {b k } k N be a sequence in R and let A be a subset of R. Write the negations of the following assertions.

More information

Due date: Monday, February 6, 2017.

Due date: Monday, February 6, 2017. Modern Analysis Homework 3 Solutions Due date: Monday, February 6, 2017. 1. If A R define A = {x R : x A}. Let A be a nonempty set of real numbers, assume A is bounded above. Prove that A is bounded below

More information

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations Page 1 Definitions Tuesday, May 8, 2018 12:23 AM Notations " " means "equals, by definition" the set of all real numbers the set of integers Denote a function from a set to a set by Denote the image of

More information

FUNCTIONAL ANALYSIS CHRISTIAN REMLING

FUNCTIONAL ANALYSIS CHRISTIAN REMLING FUNCTIONAL ANALYSIS CHRISTIAN REMLING Contents 1. Metric and topological spaces 2 2. Banach spaces 12 3. Consequences of Baire s Theorem 30 4. Dual spaces and weak topologies 34 5. Hilbert spaces 50 6.

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

NORMS ON SPACE OF MATRICES

NORMS ON SPACE OF MATRICES NORMS ON SPACE OF MATRICES. Operator Norms on Space of linear maps Let A be an n n real matrix and x 0 be a vector in R n. We would like to use the Picard iteration method to solve for the following system

More information

By (a), B ε (x) is a closed subset (which

By (a), B ε (x) is a closed subset (which Solutions to Homework #3. 1. Given a metric space (X, d), a point x X and ε > 0, define B ε (x) = {y X : d(y, x) ε}, called the closed ball of radius ε centered at x. (a) Prove that B ε (x) is always a

More information

Thus, X is connected by Problem 4. Case 3: X = (a, b]. This case is analogous to Case 2. Case 4: X = (a, b). Choose ε < b a

Thus, X is connected by Problem 4. Case 3: X = (a, b]. This case is analogous to Case 2. Case 4: X = (a, b). Choose ε < b a Solutions to Homework #6 1. Complete the proof of the backwards direction of Theorem 12.2 from class (which asserts the any interval in R is connected). Solution: Let X R be a closed interval. Case 1:

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

Normed and Banach Spaces

Normed and Banach Spaces (August 30, 2005) Normed and Banach Spaces Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ We have seen that many interesting spaces of functions have natural structures of Banach spaces:

More information

Discrete Math, Spring Solutions to Problems V

Discrete Math, Spring Solutions to Problems V Discrete Math, Spring 202 - Solutions to Problems V Suppose we have statements P, P 2, P 3,, one for each natural number In other words, we have the collection or set of statements {P n n N} a Suppose

More information

PEANO AXIOMS FOR THE NATURAL NUMBERS AND PROOFS BY INDUCTION. The Peano axioms

PEANO AXIOMS FOR THE NATURAL NUMBERS AND PROOFS BY INDUCTION. The Peano axioms PEANO AXIOMS FOR THE NATURAL NUMBERS AND PROOFS BY INDUCTION The Peano axioms The following are the axioms for the natural numbers N. You might think of N as the set of integers {0, 1, 2,...}, but it turns

More information

1. Simplify the following. Solution: = {0} Hint: glossary: there is for all : such that & and

1. Simplify the following. Solution: = {0} Hint: glossary: there is for all : such that & and Topology MT434P Problems/Homework Recommended Reading: Munkres, J.R. Topology Hatcher, A. Algebraic Topology, http://www.math.cornell.edu/ hatcher/at/atpage.html For those who have a lot of outstanding

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 341: Convex Geometry. Xi Chen

Math 341: Convex Geometry. Xi Chen Math 341: Convex Geometry Xi Chen 479 Central Academic Building, University of Alberta, Edmonton, Alberta T6G 2G1, CANADA E-mail address: xichen@math.ualberta.ca CHAPTER 1 Basics 1. Euclidean Geometry

More information

Show Your Work! Point values are in square brackets. There are 35 points possible. Some facts about sets are on the last page.

Show Your Work! Point values are in square brackets. There are 35 points possible. Some facts about sets are on the last page. Formal Methods Name: Key Midterm 2, Spring, 2007 Show Your Work! Point values are in square brackets. There are 35 points possible. Some facts about sets are on the last page.. Determine whether each of

More information

01. Review of metric spaces and point-set topology. 1. Euclidean spaces

01. Review of metric spaces and point-set topology. 1. Euclidean spaces (October 3, 017) 01. Review of metric spaces and point-set topology Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ [This document is http://www.math.umn.edu/ garrett/m/real/notes 017-18/01

More information

Course 212: Academic Year Section 1: Metric Spaces

Course 212: Academic Year Section 1: Metric Spaces Course 212: Academic Year 1991-2 Section 1: Metric Spaces D. R. Wilkins Contents 1 Metric Spaces 3 1.1 Distance Functions and Metric Spaces............. 3 1.2 Convergence and Continuity in Metric Spaces.........

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

Commutative Banach algebras 79

Commutative Banach algebras 79 8. Commutative Banach algebras In this chapter, we analyze commutative Banach algebras in greater detail. So we always assume that xy = yx for all x, y A here. Definition 8.1. Let A be a (commutative)

More information

3 COUNTABILITY AND CONNECTEDNESS AXIOMS

3 COUNTABILITY AND CONNECTEDNESS AXIOMS 3 COUNTABILITY AND CONNECTEDNESS AXIOMS Definition 3.1 Let X be a topological space. A subset D of X is dense in X iff D = X. X is separable iff it contains a countable dense subset. X satisfies the first

More information

1. Continuous Functions between Euclidean spaces

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

More information

COMPLEX ANALYSIS Spring 2014

COMPLEX ANALYSIS Spring 2014 COMPLEX ANALYSIS Spring 24 Homework 4 Solutions Exercise Do and hand in exercise, Chapter 3, p. 4. Solution. The exercise states: Show that if a

More information

CHAPTER 3. Sequences. 1. Basic Properties

CHAPTER 3. Sequences. 1. Basic Properties CHAPTER 3 Sequences We begin our study of analysis with sequences. There are several reasons for starting here. First, sequences are the simplest way to introduce limits, the central idea of calculus.

More information

Selçuk Demir WS 2017 Functional Analysis Homework Sheet

Selçuk Demir WS 2017 Functional Analysis Homework Sheet Selçuk Demir WS 2017 Functional Analysis Homework Sheet 1. Let M be a metric space. If A M is non-empty, we say that A is bounded iff diam(a) = sup{d(x, y) : x.y A} exists. Show that A is bounded iff there

More information

p-adic Analysis Compared to Real Lecture 1

p-adic Analysis Compared to Real Lecture 1 p-adic Analysis Compared to Real Lecture 1 Felix Hensel, Waltraud Lederle, Simone Montemezzani October 12, 2011 1 Normed Fields & non-archimedean Norms Definition 1.1. A metric on a non-empty set X is

More information

Math 210B. Artin Rees and completions

Math 210B. Artin Rees and completions Math 210B. Artin Rees and completions 1. Definitions and an example Let A be a ring, I an ideal, and M an A-module. In class we defined the I-adic completion of M to be M = lim M/I n M. We will soon show

More information

Measures. 1 Introduction. These preliminary lecture notes are partly based on textbooks by Athreya and Lahiri, Capinski and Kopp, and Folland.

Measures. 1 Introduction. These preliminary lecture notes are partly based on textbooks by Athreya and Lahiri, Capinski and Kopp, and Folland. Measures These preliminary lecture notes are partly based on textbooks by Athreya and Lahiri, Capinski and Kopp, and Folland. 1 Introduction Our motivation for studying measure theory is to lay a foundation

More information

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

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

More information

MATH 426, TOPOLOGY. p 1.

MATH 426, TOPOLOGY. p 1. MATH 426, TOPOLOGY THE p-norms In this document we assume an extended real line, where is an element greater than all real numbers; the interval notation [1, ] will be used to mean [1, ) { }. 1. THE p

More information

Set, functions and Euclidean space. Seungjin Han

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

More information

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

1 The Local-to-Global Lemma

1 The Local-to-Global Lemma Point-Set Topology Connectedness: Lecture 2 1 The Local-to-Global Lemma In the world of advanced mathematics, we are often interested in comparing the local properties of a space to its global properties.

More information

Class Notes for MATH 255.

Class Notes for MATH 255. Class Notes for MATH 255. by S. W. Drury Copyright c 2006, by S. W. Drury. Contents 0 LimSup and LimInf Metric Spaces and Analysis in Several Variables 6. Metric Spaces........................... 6.2 Normed

More information

Lecture 4: Constructing the Integers, Rationals and Reals

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

More information

HW 4 SOLUTIONS. , x + x x 1 ) 2

HW 4 SOLUTIONS. , x + x x 1 ) 2 HW 4 SOLUTIONS The Way of Analysis p. 98: 1.) Suppose that A is open. Show that A minus a finite set is still open. This follows by induction as long as A minus one point x is still open. To see that A

More information

Chapter 2 Linear Transformations

Chapter 2 Linear Transformations Chapter 2 Linear Transformations Linear Transformations Loosely speaking, a linear transformation is a function from one vector space to another that preserves the vector space operations. Let us be more

More information

Chapter 3: Baire category and open mapping theorems

Chapter 3: Baire category and open mapping theorems MA3421 2016 17 Chapter 3: Baire category and open mapping theorems A number of the major results rely on completeness via the Baire category theorem. 3.1 The Baire category theorem 3.1.1 Definition. A

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

MAT 771 FUNCTIONAL ANALYSIS HOMEWORK 3. (1) Let V be the vector space of all bounded or unbounded sequences of complex numbers.

MAT 771 FUNCTIONAL ANALYSIS HOMEWORK 3. (1) Let V be the vector space of all bounded or unbounded sequences of complex numbers. MAT 771 FUNCTIONAL ANALYSIS HOMEWORK 3 (1) Let V be the vector space of all bounded or unbounded sequences of complex numbers. (a) Define d : V V + {0} by d(x, y) = 1 ξ j η j 2 j 1 + ξ j η j. Show that

More information

CLASS NOTES FOR APRIL 14, 2000

CLASS NOTES FOR APRIL 14, 2000 CLASS NOTES FOR APRIL 14, 2000 Announcement: Section 1.2, Questions 3,5 have been deferred from Assignment 1 to Assignment 2. Section 1.4, Question 5 has been dropped entirely. 1. Review of Wednesday class

More information

Most Continuous Functions are Nowhere Differentiable

Most Continuous Functions are Nowhere Differentiable Most Continuous Functions are Nowhere Differentiable Spring 2004 The Space of Continuous Functions Let K = [0, 1] and let C(K) be the set of all continuous functions f : K R. Definition 1 For f C(K) we

More information

Hence, (f(x) f(x 0 )) 2 + (g(x) g(x 0 )) 2 < ɛ

Hence, (f(x) f(x 0 )) 2 + (g(x) g(x 0 )) 2 < ɛ Matthew Straughn Math 402 Homework 5 Homework 5 (p. 429) 13.3.5, 13.3.6 (p. 432) 13.4.1, 13.4.2, 13.4.7*, 13.4.9 (p. 448-449) 14.2.1, 14.2.2 Exercise 13.3.5. Let (X, d X ) be a metric space, and let f

More information

2 Metric Spaces Definitions Exotic Examples... 3

2 Metric Spaces Definitions Exotic Examples... 3 Contents 1 Vector Spaces and Norms 1 2 Metric Spaces 2 2.1 Definitions.......................................... 2 2.2 Exotic Examples...................................... 3 3 Topologies 4 3.1 Open Sets..........................................

More information

Chapter 3 Exercise #20 on p. 82

Chapter 3 Exercise #20 on p. 82 19 views Chapter 3 Exercise #20 on p. 82 You may start your answer as follows. ε Let ε > 0. Since { p n } is Cauchy, there exists N 1 such that d ( p n, p m ) < for n, m N. 2 Remark. In coming up with

More information

Chapter 7. Metric Spaces December 5, Metric spaces

Chapter 7. Metric Spaces December 5, Metric spaces Chapter 7 Metric Spaces December 5, 2011 7.1 Metric spaces Note: 1.5 lectures As mentioned in the introduction, the main idea in analysis is to take limits. In chapter 2 we learned to take limits of sequences

More information

Chapter 2 Metric Spaces

Chapter 2 Metric Spaces Chapter 2 Metric Spaces The purpose of this chapter is to present a summary of some basic properties of metric and topological spaces that play an important role in the main body of the book. 2.1 Metrics

More information

DIFFERENTIAL GEOMETRY Multivariable Calculus, a refresher

DIFFERENTIAL GEOMETRY Multivariable Calculus, a refresher DIFFERENTIAL GEOMETRY Multivariable Calculus, a refresher 1 Preliminaries In this section I collect some results from multivariable calculus that play an important role in the course. If you don t know

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

Math LM (24543) Lectures 01

Math LM (24543) Lectures 01 Math 32300 LM (24543) Lectures 01 Ethan Akin Office: NAC 6/287 Phone: 650-5136 Email: ethanakin@earthlink.net Spring, 2018 Contents Introduction, Ross Chapter 1 and Appendix The Natural Numbers N and The

More information

Functional Analysis Exercise Class

Functional Analysis Exercise Class Functional Analysis Exercise Class Week 9 November 13 November Deadline to hand in the homeworks: your exercise class on week 16 November 20 November Exercises (1) Show that if T B(X, Y ) and S B(Y, Z)

More information

Contribution of Problems

Contribution of Problems Exam topics 1. Basic structures: sets, lists, functions (a) Sets { }: write all elements, or define by condition (b) Set operations: A B, A B, A\B, A c (c) Lists ( ): Cartesian product A B (d) Functions

More information

Homework 1 (revised) Solutions

Homework 1 (revised) Solutions Homework 1 (revised) Solutions 1. Textbook, 1.1.1, # 1.1.2 (p. 24) Let S be an ordered set. Let A be a non-empty finite subset. Then A is bounded and sup A, inf A A Solution. The hint was: Use induction,

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

x 0 + f(x), exist as extended real numbers. Show that f is upper semicontinuous This shows ( ɛ, ɛ) B α. Thus

x 0 + f(x), exist as extended real numbers. Show that f is upper semicontinuous This shows ( ɛ, ɛ) B α. Thus Homework 3 Solutions, Real Analysis I, Fall, 2010. (9) Let f : (, ) [, ] be a function whose restriction to (, 0) (0, ) is continuous. Assume the one-sided limits p = lim x 0 f(x), q = lim x 0 + f(x) exist

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

NOTES FOR MAT 570, REAL ANALYSIS I, FALL Contents

NOTES FOR MAT 570, REAL ANALYSIS I, FALL Contents NOTES FOR MAT 570, REAL ANALYSIS I, FALL 2016 JACK SPIELBERG Contents Part 1. Metric spaces and continuity 1 1. Metric spaces 1 2. The topology of metric spaces 3 3. The Cantor set 6 4. Sequences 7 5.

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

Convergence of sequences, limit of functions, continuity

Convergence of sequences, limit of functions, continuity Convergence of sequences, limit of functions, continuity With the definition of norm, or more precisely the distance between any two vectors in R N : dist(x, y) 7 x y 7 [(x 1 y 1 ) 2 + + (x N y N ) 2 ]

More information

Homework 4, 5, 6 Solutions. > 0, and so a n 0 = n + 1 n = ( n+1 n)( n+1+ n) 1 if n is odd 1/n if n is even diverges.

Homework 4, 5, 6 Solutions. > 0, and so a n 0 = n + 1 n = ( n+1 n)( n+1+ n) 1 if n is odd 1/n if n is even diverges. 2..2(a) lim a n = 0. Homework 4, 5, 6 Solutions Proof. Let ɛ > 0. Then for n n = 2+ 2ɛ we have 2n 3 4+ ɛ 3 > ɛ > 0, so 0 < 2n 3 < ɛ, and thus a n 0 = 2n 3 < ɛ. 2..2(g) lim ( n + n) = 0. Proof. Let ɛ >

More information