INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES

Size: px
Start display at page:

Download "INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES"

Transcription

1 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES You will be expected to reread and digest these typed notes after class, line by line, trying to follow why the line is true, for example how it follows from previous lines. I suggest you add a check mark after you have read and understood the line, add extra explanation or pictures to yourself if needed. Add a question mark next to any line you cannot follow, and ask me or the TA about it. That is why I have given wide margins on every page. Also memorize definitions as you read. The best advice I can give to ensure success in this class is to do this reading properly. In my experience, the class becomes much much more difficult if you do not do it. This kind of detailed reading is not without pain, but it will help reconfigure your brain to internalize the kind of logic and proofs that are needed in this subject (and in other math proof courses). The way I will monitor if you are doing all this, and this is the first semester I ve tried this, is to collect your notes occasionally to see how much you have scribbled on them as above. There will also be an easy-quiz from time to time, named as such because it will be easy for anyone who has been reading the notes as suggested. The problems marked * do not have to be turned in by the undergraduates in the class. Chapter 0. Series of numbers In this course/these notes we will write N for the natural numbers N = {, 2, 3, }, and N 0 for the whole numbers N 0 = {0,, 2, 3, }, and Z for the integers Z = {, 2,, 0,, 2, 3, }. We usually reserve the symbols n, m for natural numbers or integers. The rational numbers are Q = {m/n : m, n Z, n 0}. The real numbers are written as R, and R + = {x R : x 0}. The notation A B or A B means that A is a subset of set B, (that is, x A x B). Of course A = B if A B and B A (that is, x A x B). Complement: A c = {x : x / A}. We say that sets A and B are disjoint if A B = (no common elements). Functions: f : A B means that f is a function from domain A into the codomain B. Image: if C A, and f : A B, then f(c) = {f(x) : x C}. This is a subset of the codomain of f, called the image of C under f. Pre-image: If f : A B, and D B, then f (D) = {x A : f(x) D}. This is called the pre-image of D under f. We say that f : A B is surjective, or onto if f(a) = B.

2 2 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES We say that f : A B is injective, or one-to-one if f(x ) = f(x 2 ) x = x 2. We say that f : A B is bijective if it is one-to-one and onto. In this case there is an inverse function f : B A with f (y) = x iff f(x) = y, for x A, y B. See wikipedia for more detail.. Limsup and liminf Definition. The limit superior of a sequence (s n ), is the number limsup n s n = lim n {sup{s k : k n}}. Sometimes this is written as lim n s n. The limit inferior is liminf n s n = lim n {inf{s k : k n}}. Sometimes this is written as lim n s n. Ex. Find the limsup and liminf of (s n ) where s n = ( ) n + n. Solution. Make a table of the terms in the sequence: 0, 3 2, 2 3, 5 4, 4 5, 7 6, 6 7, 9 8,. Procedure: explained in class to get the new row in the table 3 2, 3 2, 5 4, 5 4, 7 6, 7 6, 9 8,. (Each entry in this row is the supremum of the numbers above and to the right of it in the original row.) Note that this new row is a decreasing sequence. Every decreasing sequence has a limit (which is possibly ± ). In our example, this limit is. This limit is exactly limsup n s n. So in our example, limsup n s n =. Similarly to find the liminf, make a third row of the table,,,,,. (Each entry in this row is the infimum of the numbers above and to the right of it in the original row.) Note that this third row is always an increasing sequence. Every increasing sequence has a limit (which is possibly ± ). In our example, this limit is. This limit is exactly liminf n s n. So in our example, liminf n s n =. Ex. Find the limsup and liminf of (s n ) where s n = 6n+4 7n 3. Solution. Do this as an exercise. What the limsup and liminf are good for:

3 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES 3 First, they always exist, unlike the limit. For example, in the first example above, lim n s n does not exist. But we were able to compute the limsup and liminf. They always exist because as we saw in the example, they are limits of monotone sequences, which we know always exist. They behave similarly to the limit. That is, they obey laws analogous to the rules we saw in Calculus II and 3333 for limits. We will write down some of these laws momentarily. They can be used to check if the limit exists. In fact lim n s n exists iff liminf n s n = limsup n s n. So if liminf n s n limsup n s n then we may conclude that lim n s n does not exist. Recall that in Calculus II there were certain tests which involve the limit of a sequence, such as the ratio and root test, limit comparison test, and the fundamental fact about power series. We shall see that one can improve these tests by using the limsup and liminf instead of the limit. For example, the fundamental fact about power series states that a power series k=0 c kx k converges absolutely for all points in a certain interval ( R, R), and it diverges whenever x < R or x > R. The number R is called the radius of convergence, and in Calculus II you are given the for- mula R = lim n n c n. But you were not told in Calculus II what to do if this limit does not exist. In fact one should use the formula R = limsup n n c n. This always exists, as we remarked above, and now the test always works. Theorem.. Let (s n ) and (t n ) be sequences of real numbers. () liminf n s n limsup n s n ; and lim n s n exists iff liminf n s n = limsup n s n. (2) liminf n ( s n ) = limsup n s n. (3) If s n t n for all n, then limsup n s n limsup n t n, and liminf n s n liminf n t n. (4) limsup n (Ks n ) = K limsup n s n, and liminf n (Ks n ) = K liminf n s n, if K 0. (5) limsup n (s n +t n ) limsup n s n +limsup n t n, and liminf n (s n +t n ) liminf n s n + liminf n t n. These inequalities are equalities if (t n ) converges. (6) If a = limsup n s n is finite, and if ɛ > 0, then there exists an N such that s n < a + ɛ for all n N. Also for every N there exists a k > N with s k > a ɛ. That is, there are infinitely many terms in the sequence which are greater than a ɛ. (We remark that these properties actually characterize limsup n s n ; and variants of these statements are easily formulated for liminfs.) (7) If a = limsup n s n then a subsequence of (s n ) converges to a. Similarly for liminf.

4 4 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES Proof. () Clearly inf{s k : k n} sup{s k : k n}, and so lim n inf{s k : k n} lim n sup{s k : k n}. We also see from this that if these numbers are finite then liminf n s n = limsup n s n iff 0 = limsup n s n liminf n s n = lim n (sup{s k : k n} inf{s k : k n}). By the definition of limit, this happens iff given ɛ > 0 there exists an N such that But the latter is equivalent to sup{s k : k n} inf{s k : k n} ɛ, n N. s m s n ɛ, m, n N. This is saying (s n ) is Cauchy, which is equivalent to saying that lim n s n exists. If liminf n s n = limsup n s n =, then since inf{s k : k n} s n we see lim n s n =. Similarly for the case. (2) From 3333 we have inf{ s k : k n} = sup{s k : k n}. Taking the limit of these as n we get liminf n ( s n ) = limsup n s n. (3) sup{s k : k n} sup{t k : k n}. Taking the limit of these as n we get limsup n s n limsup n t n. (4) From 3333 we have sup{ks k : k n} = K sup{s k : k n}. Taking the limit of these as n we get limsup n (Ks n ) = K limsup n s n. (5) From 3333 we have sup{s k +t k : k n} sup{s k : k n}+sup{t k : k n}. Taking the limit of these as n we get limsup n (s n + t n ) limsup n s n + limsup n t n. Similarly for the liminf case. If (t n ) converges to t R then given ɛ > 0 there exists an N such that t n > t ɛ for all n N. Then sup{s k + t k : k n} sup{s k + t ɛ : k n} = sup{s k : k n} + t ɛ, i for n N. Taking the limit of these as n we get limsup n (s n + t n ) limsup n s n +lim n t n ɛ, for all ɛ > 0. So limsup n (s n +t n ) = limsup n s n +limsup n t n. (6) If a = limsup n s n = lim n sup{s k : k n} is finite then from 3333 given ɛ > 0 there exists an N such that a ɛ < sup{s k : k n} < a+ɛ for all n N. So s n sup{s k : k n} < a + ɛ for all n N. This proves the first assertion. Similarly, sup{s k : k n} > a ɛ for all n N, which means that there must exists a k > n with s k > a ɛ. (7) If we take ɛ = n in the argument in (6), we see that given any m N we have a n < sup{s k : k m} < a + n. So given any m N there exists a k m with s k a < n. Applying this with n =, m = N, choose n with s n a <. Applying this with n = 2 and m > n, choose n 2 > n with s n2 a < 2. Applying this again with n = 3 and m > n 2, choose n 3 > n 2 with s n3 a < 3. Continuing in this way produces a subsequence of (s n ) converging to a. The proofs of (3) (7) above in the liminf cases are similar.

5 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES 5 (The last theorem used to be Homework, due Thursday 22 January. grading scale was Q [2 points for first part, 9 for second part], Q2 [3 points], Q4 [2 points], Q6 [6 points for first part, 3 for second part]. Total [25] points for correctness, [5] points for completeness in Q 3, 5, 7.) 2. Infinite series of numbers The following from Calculus II is almost all review, so we will move quickly. You may need to read it carefully several times. You could also look up several of these topics on wikipedia. From Calculus II: An infinite series is an expression of the form a k = a m + a m+ + a m+2 + ( ) k=m Let us call this expression (*). The a k here are real (or complex) numbers. What does expression (*) mean? In fact we shall see shortly that the expression means two things. or Usually m = 0 or, that is, (*) usually is a 0 + a + a 2 + a + a 2 + a 3 +. We call the number a k the kth term in the series. Sometimes we will be sloppy and write k a k when we mean (*). The most important question about an infinite series, just as for an infinite sequence, is ) does the series converge? and 2) if it converges, what is its sum? We will explain these in a minute. In fact an expression like (*) has two meanings: Meaning # : A formal sum. That is, it is a way to indicate that we are thinking about adding up all these numbers in the expression (*), in the order given. It does not mean that these numbers do add up. Before we go to Meaning # 2, let me say how you add up all the numbers in an infinite series. To do this, we define the nth partial sum s n to be the sum of the first n terms in the series. In this way we get a sequence s, s 2, s 3, called the sequence of partial sums. For example, for the series k=0 a k, we have s n = n k=0 a k. We say the original series converges if the sequence {s n } converges. If it does not converge then we say it diverges. We call lim s n the sum of the n series if this limit exists. The

6 6 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES Meaning # 2: k a k = lim n s n if this limit exists. Cauchy test: k a k converges iff given ɛ > 0 there exists an N 0 such that a n+ + a n a m < ɛ whenever m > n N. [Proof: Since s m s n = a n+ + a n a m, this is just saying that the partial sums s n = n k= a k are a Cauchy sequence. And we know from Math 3333 that a sequence converges iff it is a Cauchy sequence.] In a sum like k= (k+)k, the k is a dummy index. That is, it is only used internally inside the sum, and we can feel free to change its name, to j= (j+)j, for example, In a series k=m a k let us call m the starting index. Thus for example, the starting index of k=2 k k is 2. Any series can be renumbered so that its 2 starting index is 0. That is, any infinite series may be rewritten as k=0 a k. For example, k=m a k, which is the same as a m + a m+ + a m+2 +, can be relabelled by letting j = k m, or equivalently k = j + m. Then k=m a k = j=0 a j+m. Example: Rewrite k=2 k k 2 as a series k=0 a k. Solution. Letting j = k 2, so that k = j + 2, the sum becomes j=0 j + 2 (j + 2) 2 = j=0 j + (j + 2) 2 Of course j is dummy so we can rewrite this as k=0 k+ (k+2) 2. There is no reason of course why we chose 0 for the starting index. One can make all series begin with the starting index if you wanted to, by a similar trick. However it is convenient to fix one starting index, so it may as well be 0. Many of the following results are therfore phrased in terms of series k=0 a k. Geometric series: This is a series of form c + cx + cx 2 + cx 3 +, or k=0 cxk, for constants c and x. We call x the constant ratio of the geometric series. Note that if you divide any term in the series by the previous term, you get x. We assume c 0, otherwise this is the trivial series with sum 0. The MAIN FACT about geometric series, is that such a series converges if and only if x <, and in that case its sum is c x.

7 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES 7 [Proof: If c = 0 then the series is and the result is obvious. So we can assume that c 0. The sum of the first n terms is s n = c + cx + cx cx n = c( + x + x x n ). There is a well known result in algebra which says that ( + x + x x n )( x) = x n (to prove it multiply out the parentheses and cancel). Thus if x then + x + x x n = xn x, so that s n = c + cx + cx cx n = c xn x. This is the important formula for the sum of n terms of a geometric series. The only thing that depends on n on the right hand side here is the x n, which converges to 0 if x <, and diverges otherwise. If x = then s n = c + c + + c (n times) which equals nc. Thus lim n s n = c x if x <. If x then {s n } diverges, so that the original series diverges.] FACT: If k=0 a k and k=0 b k both converge, and if c is a constant, then: k=0 (a k + b k ) converges, with sum k=0 a k + k=0 b k; k=0 (a k b k ) converges, with sum k=0 a k k=0 b k; k=0 (ca k) converges, with sum c k=0 a k. [Proof: We just prove the first and third, the second is quite similar. The nth partial sum of k=0 (a k + b k ) is n k=0 (a k + b k ) = n k=0 a k + n k=0 b k. By a fact about sums of limits of sequences from 3333 or 433, this converges, as n, to k=0 a k + k=0 b k. Similarly the nth partial sum of k=0 (ca k) is n k=0 (ca k) = c n k=0 a k. By 3333, this converges, as n, to c k=0 a k.] For any positive integer m we can write k=0 a k = (a 0 +a + +a m )+ k=m a k. Indeed k=0 a k converges if and only if k=m a k converges. If these series converge, then their sum also obeys the rule: a k = (a 0 + a + + a m ) + a k. k=0 k=m [This is because the nth partial sum of the k=0 a k series, and the nth partial sum of the k=m a k series differ by a fixed constant, namely a 0 + a + + a m.]

8 8 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES From the last fact it follows that the first few terms of a series, do not affect whether the series converges or not. It will affect the sum though. The Divergence Test: If lim a k 0 then the series k a k diverges. k A matching statement (the contrapositive): If k a k converges, then lim a k = 0. k [Beware: If lim k a k = 0 we cannot conclude that k a k converges. [Proof: Suppose that k=0 a k = s. If s n is the nth partial sum then s n s as n. Clearly s n+ s too, as n. Thus a n = s n+ s n s s = 0.] Homework 2 (due Tuesday 27 January). () If k a k converges define the tail of the series to be the sequence whose nth term is k=n a k. Prove the tail converges to 0 as n. (2) If y R write [y] = max{n Z : n y}. If x [0, ) write a = [0x], a 2 = [00(x a 0 )], a 3 = [000(x a 0 a2 a n 0 converges, Prove that x = n n= each k and that n= that there is no N such that a k = 9 for all k N. 00 )],. Prove that 0 a k 9 for a n 0. Prove n (3) Continuing with the last question, if x = a n n= 0 where a n n {0,,, 9} then we write x = 0.a a 2 a 3 and call this a decimal expansion of x (or base 0 expansion). Prove that the decimal expansion of x [0, ) is unique provided that we insist that there is no N such that a k = 9 for all k N. (4) Prove that any nonzero real number may be written as ± a n n=n 0 for n some integer N, and with a n {0,,, 9} for all n, and a N 0; and that this representation is unique provided that we keep the recurring 9 convention in question (2). [Remark: Questions 2 4 can be found in many places on the internet under decimal expansion ; or see e.g. the Appendix B to Tao s Analysis I. It can also be done for any base, not just base 0, with almost identical proofs.] (5)* Suppose X, X 2,... are metric spaces, suppose d n is the metric on X n, and that d n (x, y) for all x, y X n. On the product n= X n define d({x n }, {y n }) = n= 2 n d n (x n, y n ), for {x n }, {y n } n= X n. (a) Prove that d is a metric on n= X n, (b) Prove that if each X n is complete, then so is n= X n (with the metric d. ) 3. Nonnegative Series, and tests for series convergence. A series k a k is called a nonnegative series if all the terms a k are 0.

9 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES 9 For a nonnegative series, the sequence {s n } of the partial sums is a nondecreasing (or increasing) sequence. Indeed if s n = a 0 + a + + a n say, then s n+ = a 0 + a + + a n + a n, so that s n+ s n = a n 0. Therefore, by a fact we saw in 3333 for monotone sequences, the sum of the series equals the least upper bound of the sequence {s n } of partial sums. Thus the sum of the series always exists, but may be. More importantly, a nonnegative series converges if and only if the {s n } sequence is bounded above. The latter happens if and only if the sum of the series is finite. Thus to indicate that a nonnegative series converges we often simply write k a k <. Example: The HARMONIC SERIES is the important series = k= k. This is a nonnegative series, so to see if it converges we need only check if the sequence {s n } is bounded above, where s n = n. A trick to do this is to look at n+ x dx, interpreted as the shaded area in the graph below [Picture drawn in class]. This shaded area is less than the area of the n rectangles shown. Hence n So s n ln(n + ) ln() as n. n+ Thus the harmonic series diverges; it has sum +. x dx. The trick used in the previous example can be used in the same way to prove: The Integral Test: If f(x) is a continuous decreasing positive function defined on [, ) [Picture drawn in class], then k= f(k) converges if and only if f(x) dx converges (i.e. is finite). p-series. An almost identical argument shows that k= and only if p >. These are called p-series. Basic Comparison Test: Suppose that 0 a k b k for all k. ) If k b k converges, then k a k converges. 2) If k a k diverges, then k b k diverges. k p converges if [Proof: We have n k= a k n k= b k. So for ), if ( n k= b k) is bounded above then ( n k= a k) is bounded above. That is, by the third bullet in this section, if k b k converges, then k a k converges.

10 0 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES Note that 2) is the contrapositive to ).] Limit Comparison Test: Suppose that k a k and k b k are nonnegative series. If lim sup If lim inf k a k b k k a k b k <, and if k b k converges then k a k converges. > 0 and k b k diverges then k a k diverges. [Proof: Suppose that s = lim sup k exists N with a k b k a k b k <. By (6) in Homework there < s + for k N. So a k < (s + )b k for k N. By the Basic Comparison Test, if k b k converges then k a k converges. If s > 0 then by the liminf variant of (6) in Homework there exists N with a k b k > s s 2 = s 2 for k N. So a k > s 2 b k for k N. By the Basic Comparison Test, if k b k diverges then k a k diverges.] Root Test: Suppose that k a k is a nonnegative series with lim sup (a k ) k = k r. If 0 r < then k a k converges. If < r then k a k diverges. [Proof: Suppose that r < c <. By (6) in Homework (with ɛ = c r) there exists N with a k k < c for k N. So a k < c k. Now k ck converges (geometric series), so by the Basic Comparison Test, k a k converges. a k k If < c < r then by (6) in Homework there are infinitely many k with Test.] > c, or equivalently, a k > c k >. So k a k diverges by the Divergence Ratio Test: Suppose that k a k is a nonnegative series with lim sup a k+ a k R and lim inf k then k a k diverges. k a k+ a k = = r. If 0 R < then k a k converges. If < r [Proof: Suppose that R < c <. By (6) in Homework (with ɛ = c r) there exists N with a k+ a k < c, for k N. So a N+ < ca N, a N+2 < ca N+ < c 2 a N, etc. Generally a N+k < c k a N. Now k ck a N converges (geometric series), so by the Basic Comparison Test, k a N+k converges. So k a k converges. A similar argument does the case r > c >. By the liminf variant of (6) in Homework there exists N with a k+ a k > c for k N. In this case a N+k > c k a N. Now c k a N as k, so by the Divergence test, k a N+k diverges. So k a k diverges.] From Homework 3 Question 3 (a) below it is easy to see that the root test is more powerful theoretically than the ratio test. That is if the ratio test works to prove convergence or divergence, then the root test would give the

11 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES same conclusion. However the converse is not true (if the root test works, the ration test might not). See Homework 3 Question 2. Condensation test Suppose that a 0 a a 2 0, and that lim k a k = 0. Then k a k converges iff k 2k a 2 k converges. [Proof: Let s n = n k=0 a k and t n = n k=0 2k a 2 k. If n < 2 k then s n a + (a 2 + a 3 ) + (a a 7 ) + + (a 2 k + a 2k a 2 k+ ) a + 2a 2 + 4a k a 2 k = t k. Thus if (t k ) is bounded then (s n ) is bounded; and so by the fact in the paragraph before the harmonic series a few pages back, k a k converges if k 2k a 2 k converges. If n > 2 k then s n a + a 2 + (a 3 + a 4 ) + + (a 2 k a 2 k) 2 a + a 2 + 2a k a 2 k = 2 t k. So t k 2s n. Thus if (s n ) is bounded then (t k ) is bounded; and so by the fact in the paragraph before the harmonic series a few pages back, k 2k a 2 k converges if k a k converges. As an application of the condensation test note that the harmonic series n= n diverges because k 2k 2 k = k =. Homework 3 (due Thursday January 29). () Test for convergence (giving reasons): (a) (c) n= n n, (d) (f) n= +n 2 n n. n=2 (log n) log n, 2, (b) n n=2 (e) n= (n n ) n, n= n3 (log n) 2, (2) Suppose n= a n is the series a Find lim sup n+ a 3 n a n, lim inf n+ n a n and lim sup n a n. Can we conclude that n a n converges using the ratio test? Using the root test? (3) (a*) Show (or look up) that lim inf n s n+ /s n lim inf n s n /n lim sup n for any sequence {s n } in R \{0}. s n /n lim sup n s n+ /s n, (b) From (a) it is easy to see that the root test is more powerful theoretically than the ratio test. For example, deduce that if { s n+ /s n } converges then { s n /n } converges to the same limit. (c) Calculate lim n (n!) /n.

12 2 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES 4. Absolute and conditional convergence A series k a k is called absolutely convergent if k a k converges. Recall that a k here could be a complex number (you can view complex numbers as elements of R 2 here). Any absolutely convergent series is convergent. [Proof: By the Cauchy test above, since k a k converges, given ɛ > 0 there exists an N 0 such that a n+ + a n a m a n+ + a n a m < ɛ, m > n N. By the Cauchy test again, k a k converges.] The converse is false, a series may be convergent, but not absolutely convergent. Such a series is called conditionally convergent. The Alternating Series Test (a.k.a. Leibniz Test)/Alternating Series approximation: Suppose that a 0 a a 2, and that lim k a k = 0. Then a 0 a + a 2 a 3 + (which in sigma notation is k=0 ( )k a k ) converges, and moreover s n k=0 ( )k a k a n for all n, where s n is the nth partial sum n k=0 ( )k a k. [Proof: We have noticed before that if m > n then s m s n = b n + b n+ + + b m, where b k is the kth term. Here b k = ( ) k a k, where a k is as above. Note that a n+k a n+k+ 0, so a n a n+ + a n+2 a n Hence s m s n = a n a n+ + a n+2 = a n (a n+ a n+2 ) (a n+3 a n+4 ) a n, since a n+k+ a n+k. It follows that (s n ) is Cauchy, so convergent. That is, k=0 ( )k a k converges. Letting m and using a fact about sequences from the prerequisite, we have k=0 ( )k a k s n a n.] Example. Approximate the sum of k= ( ) k+ k 4 with an error of less than Solution. The error in using s n to approximate the sum is < a n+ = (n+) 4 (note the starting index of this series is, not 0, which means we have to change the formula in the last result slightly). Now (n+) < if (n + ) 4 > 000. Choosing n = 5 will work. So an approximation with an error of less than 0.00 is s 5 = 5 k= ( ) k+ k 4 = (calculator). Exercise. Test for convergence/absolute or conditional convergence: ( ) n 2 n n= n!.

13 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES 3 If k= a k converges absolutely then k= a k k= a k. [Proof. Take the limit as n in the inequality, nd using a fact about sequences from the prerequisite, we have n k= a k n k= a k.] If k= a k is a series, and f : N N is a bijection, then the series k= a f(k) is called a rearrangement of k= a k. It is not hard to see that a rearrangement of a convergent series need not converge. Theorem Any rearrangement of an absolutely convergent series is convergent and has the same sum. [Proof: Suppose that k= a k is absolutely convergent, and that ɛ > 0 is given. Then k= a k is convergent too, with sum s say, so s n s where s n = n k= a k. Choose N with k=n a k < ɛ 2 (see HW 2 Q ), and s n s < ɛ 2 for n N. Choose M N such that {, 2,, N} {f(), f(2),, f(m)} (this is possible since f is bijective why?). Let t n = n k= a f(k). If n > M we have that all the terms a k in s n = n k= a k with k N cancel with terms a f(j) in t n = n k= a f(k). So (and also using the triangle inequality), So s n t n a N+ + a N+2 + < ɛ 2. t n s t n s n + s n s < ɛ 2 + ɛ = ɛ, n M. 2 Hence t n s. So the rearrangement is convergent and has the same sum. ] Dirichlet test: Let k a k be a series whose partial sums form a bounded sequence. Suppose (b n ) is a decreasing sequence with limit 0. Then k a kb k converges. Abel s test: Suppose that k a k converges and b n is a monotonic convergent sequence. Then k a kb k converges. We will not prove the last two results (see e.g. Apostol s text for proofs, they are not hard). Homework 4 (due Tuesday February 3). () Let k= a k be a series, and suppose that n < n 2 < are integers. Let b = n k= a k, b 2 = n 2 k=n a + k, b 3 = n 3 k=n a 2+ k,. We call k= b k a series obtained from k= a k by adding parentheses. Prove that if k= a k converges then k= b k converges and has the same sum.

14 4 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES Also: (a) If k= a k is a nonnegative series, prove that k= a k converges iff k= b k converges. (b)* If the sequence (n k+ n k ) is bounded and lim n a n = 0, show that k= a k converges iff k= b k converges. (2) Prove the fundamental fact about power series in the last bullet before Homework. (3) Suppose that z n = a n + ib n, where a n, b n R. Show that (a) convergent if and only if both a n and b n are convergent; (b) zn is zn is absolutely convergent if and only if both a n and b n are absolutely convergent; (c) ( ) ( ) n n= n + i n is convergent but not absolutely convergent. 2 (4) If n a n converges absolutely, show that n a2 n and a n n +a n converge absolutely (you may assume if you wish that that no a n = ). If n a n diverges show n n a n diverges. (5)* Prove or look up a proof of Riemann s result that any conditionally convergent series has the property that if a R is given, there is a rearrangement of the series which has sum a. Show also that there is a rearrangement of the series which diverges. 5. Double sums This section is really about interchanging double sums: that is when n= m= equals m= n=. If we have numbers a m,n 0 for all m, n N, define n,m= a m,n to be the supremum over all partial sums S N = N n,m= a m,n, for N N. Theorem 5.. If a m,n 0 for all m, n N, then the following sums are equal: ( ) ( ) a m,n = a m,n = a m,n. n= m= m= n= n,m= Proof. We leave this an exercise in sups of positive numbers, using the fact that the three double sums here are really just N M sup{ sup{ a m,n : M N} : N N}, n= m= M N sup{ sup{ a m,n : N N} : M N}, m= n= and sup{ N n= N m= a m,n : N N}. Next we allow the a m,n to be negative as well as positive; or even complex. Again we have partial sums S N = N n,m= a m,n, for N N. Now we say that

15 n,m INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES 5 a m,n converges if there is a number s such that for all ɛ > 0 there exists K such that s N M n= m= a m,n < ɛ whenever N K, and M K. We write this number s as n,m= sometimes simply as n,m a m,n. a m,n, or We remark that if a m,n 0 for all m, n N then saying that n,m a m,n converges is the same as saying that n,m= a m,n (in the sense defined before Theorem 5.) is finite. See Exercises below. Theorem 5.2. If a m,n are real (or complex) for all m, n N, and if n,m= a m,n <, then n,m a m,n converges, and all of the following sums are finite and we have: ( ) ( ) a m,n = a m,n = a m,n = lim S N. N n= m= m= n= n,m= Proof. We leave this as an exercise for the graduate students in the class (note that the last = is almost immediate by taking N = M in the definition of the sum n,m= a m,n). Double series obey the same rules as ordinary series. For example, a m,n + b m,n = (a m,n + b m,n ), ca m,n = c n,m= n,m= n,m= n,m= n,m= provided the first two double series converge, and c is a constant (scalar). a m,n, proofs are the same as before. We can write a convergent double series n,m= a m,n as an ordinary series. Indeed if g : N N N is a bijective function set b k = a g(k) and consider k b k. Theorem 5.3. If a m,n are real (or complex) for all m, n N, and if n,m= a m,n <, and b k is as defined above, then k b k converges (absolutely), and equals n,m= a m,n. The Proof. We can think of S N = N n,m= a m,n as the N-th partial sum of the series k c k where c = a,, and c 2 = a,2 + a 2,2 + a 2,, c 3 = a,3 + a 2,3 + a 3,3 + a 3, + a 3,2,. The associated series a, + a,2 + a 2,2 + a 2, + a,3 + a 2,3 + a 3,3 + a 3, + a 3,2 + a,4 + (note inserting parentheses in this series gives k c k) converges absolutely since a, + a,2 + a 2,2 + a 2, + a,3 +

16 6 INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES has partial sums dominated by n,m= a m,n <. So by Homework 4 Question, k c k converges. Moreover k b k is a rearrangement of the series in the second last centered formula. So by our earlier theorem on rearrangement of series, k b k converges (absolutely), and by Homework 4 Question its sum equals k c k = lim N S N = n,m= a m,n. We have also used here the fact about S N at the start of the proof. The last = uses a formula from the previous theorem. The Cauchy product of two series n=0 a n and n=0 b n is the series n=0 c n where n c n = a k b n k. k=0 A theorem of Mertens (see Apostol) says that if n=0 a n converges absolutely with sum s, and if n=0 b n converges with sum t, then the Cauchy product series converges and has sum st. A special case of this is found in Homework 5 Question 6 below. Homework 5 (due Thursday February 5). () Discuss the convergence of n,m nm n 2 +m 2 and n,m 2 (n2 +m 2). (2) Prove Theorem 5. in detail. (3) If a m,n 0 for all m, n N show that n,m a m,n converges iff n,m= a m,n (in the sense defined before Theorem 5.) is finite. (4)* Prove Theorem 5.2. (5) If n a n and n b n are absolutely convergent series with sums s and t respectively, show that n,m a n b m is an absolutely convergent double series whose sum is st. (6) If n=0 a n and n=0 b n both converge absolutely, show that the Cauchy product series converges (absolutely) and has sum st. [Hint: This follows from Homework 5 Question 5 and Theorem 5.3, and Homework 4 Question, because the Cauchy product series is one of the kind considered in Theorem 5.3, but then with parentheses added as in Homework 4 Question.] (7) If s n is the nth partial sum of a series k a k, define the Cesáro means to be the sequence (σ n ) defined by σ n = n (s + s s n ). We say that k a k is Cesáro summable if the sequence (σ n ) converges, and in this case lim n σ n is called the Cesáro sum of the series k a k. Prove that if k a k converges with sum s then it is Cesáro summable and its Cesáro sum is s. END OF CHAPTER 0

From Calculus II: An infinite series is an expression of the form

From Calculus II: An infinite series is an expression of the form MATH 3333 INTERMEDIATE ANALYSIS BLECHER NOTES 75 8. Infinite series of numbers From Calculus II: An infinite series is an expression of the form = a m + a m+ + a m+2 + ( ) Let us call this expression (*).

More information

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES INTRODUCTION TO REAL ANALYSIS II MATH 433 BLECHER NOTES. As in earlier classnotes. As in earlier classnotes (Fourier series) 3. Fourier series (continued) (NOTE: UNDERGRADS IN THE CLASS ARE NOT RESPONSIBLE

More information

Introduction to Real Analysis

Introduction to Real Analysis Christopher Heil Introduction to Real Analysis Chapter 0 Online Expanded Chapter on Notation and Preliminaries Last Updated: January 9, 2018 c 2018 by Christopher Heil Chapter 0 Notation and Preliminaries:

More information

CHAPTER 4. Series. 1. What is a Series?

CHAPTER 4. Series. 1. What is a Series? CHAPTER 4 Series Given a sequence, in many contexts it is natural to ask about the sum of all the numbers in the sequence. If only a finite number of the are nonzero, this is trivial and not very interesting.

More information

Sequences. Chapter 3. n + 1 3n + 2 sin n n. 3. lim (ln(n + 1) ln n) 1. lim. 2. lim. 4. lim (1 + n)1/n. Answers: 1. 1/3; 2. 0; 3. 0; 4. 1.

Sequences. Chapter 3. n + 1 3n + 2 sin n n. 3. lim (ln(n + 1) ln n) 1. lim. 2. lim. 4. lim (1 + n)1/n. Answers: 1. 1/3; 2. 0; 3. 0; 4. 1. Chapter 3 Sequences Both the main elements of calculus (differentiation and integration) require the notion of a limit. Sequences will play a central role when we work with limits. Definition 3.. A Sequence

More information

Introduction to Real Analysis Alternative Chapter 1

Introduction to Real Analysis Alternative Chapter 1 Christopher Heil Introduction to Real Analysis Alternative Chapter 1 A Primer on Norms and Banach Spaces Last Updated: March 10, 2018 c 2018 by Christopher Heil Chapter 1 A Primer on Norms and Banach Spaces

More information

General Notation. Exercises and Problems

General Notation. Exercises and Problems Exercises and Problems The text contains both Exercises and Problems. The exercises are incorporated into the development of the theory in each section. Additional Problems appear at the end of most sections.

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

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

Math 320: Real Analysis MWF 1pm, Campion Hall 302 Homework 4 Solutions Please write neatly, and in complete sentences when possible. Math 320: Real Analysis MWF pm, Campion Hall 302 Homework 4 Solutions Please write neatly, and in complete sentences when possible. Do the following problems from the book: 2.6.3, 2.7.4, 2.7.5, 2.7.2,

More information

Doubly Indexed Infinite Series

Doubly Indexed Infinite Series The Islamic University of Gaza Deanery of Higher studies Faculty of Science Department of Mathematics Doubly Indexed Infinite Series Presented By Ahed Khaleel Abu ALees Supervisor Professor Eissa D. Habil

More information

Appendix A. Sequences and series. A.1 Sequences. Definition A.1 A sequence is a function N R.

Appendix A. Sequences and series. A.1 Sequences. Definition A.1 A sequence is a function N R. Appendix A Sequences and series This course has for prerequisite a course (or two) of calculus. The purpose of this appendix is to review basic definitions and facts concerning sequences and series, which

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

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Introduction to Proofs in Analysis updated December 5, 2016 By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Purpose. These notes intend to introduce four main notions from

More information

Theorems. Theorem 1.11: Greatest-Lower-Bound Property. Theorem 1.20: The Archimedean property of. Theorem 1.21: -th Root of Real Numbers

Theorems. Theorem 1.11: Greatest-Lower-Bound Property. Theorem 1.20: The Archimedean property of. Theorem 1.21: -th Root of Real Numbers Page 1 Theorems Wednesday, May 9, 2018 12:53 AM Theorem 1.11: Greatest-Lower-Bound Property Suppose is an ordered set with the least-upper-bound property Suppose, and is bounded below be the set of lower

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

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

MATH 117 LECTURE NOTES

MATH 117 LECTURE NOTES MATH 117 LECTURE NOTES XIN ZHOU Abstract. This is the set of lecture notes for Math 117 during Fall quarter of 2017 at UC Santa Barbara. The lectures follow closely the textbook [1]. Contents 1. The set

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

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

MAT 417, Fall 2017, CRN: 1766 Real Analysis: A First Course

MAT 417, Fall 2017, CRN: 1766 Real Analysis: A First Course MAT 47, Fall 207, CRN: 766 Real Analysis: A First Course Prerequisites: MAT 263 & MAT 300 Instructor: Daniel Cunningham What is Real Analysis? Real Analysis is the important branch of mathematics that

More information

In N we can do addition, but in order to do subtraction we need to extend N to the integers

In N we can do addition, but in order to do subtraction we need to extend N to the integers Chapter The Real Numbers.. Some Preliminaries Discussion: The Irrationality of 2. We begin with the natural numbers N = {, 2, 3, }. In N we can do addition, but in order to do subtraction we need to extend

More information

Introduction and Preliminaries

Introduction and Preliminaries Chapter 1 Introduction and Preliminaries This chapter serves two purposes. The first purpose is to prepare the readers for the more systematic development in later chapters of methods of real analysis

More information

AP Calculus Chapter 9: Infinite Series

AP Calculus Chapter 9: Infinite Series AP Calculus Chapter 9: Infinite Series 9. Sequences a, a 2, a 3, a 4, a 5,... Sequence: A function whose domain is the set of positive integers n = 2 3 4 a n = a a 2 a 3 a 4 terms of the sequence Begin

More information

Sequences and infinite series

Sequences and infinite series Sequences and infinite series D. DeTurck University of Pennsylvania March 29, 208 D. DeTurck Math 04 002 208A: Sequence and series / 54 Sequences The lists of numbers you generate using a numerical method

More information

Given a sequence a 1, a 2,...of numbers, the finite sum a 1 + a 2 + +a n,wheren is an nonnegative integer, can be written

Given a sequence a 1, a 2,...of numbers, the finite sum a 1 + a 2 + +a n,wheren is an nonnegative integer, can be written A Summations When an algorithm contains an iterative control construct such as a while or for loop, its running time can be expressed as the sum of the times spent on each execution of the body of the

More information

Homework 1 Solutions

Homework 1 Solutions MATH 171 Spring 2016 Problem 1 Homework 1 Solutions (If you find any errors, please send an e-mail to farana at stanford dot edu) Presenting your arguments in steps, using only axioms of an ordered field,

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

MA103 Introduction to Abstract Mathematics Second part, Analysis and Algebra

MA103 Introduction to Abstract Mathematics Second part, Analysis and Algebra 206/7 MA03 Introduction to Abstract Mathematics Second part, Analysis and Algebra Amol Sasane Revised by Jozef Skokan, Konrad Swanepoel, and Graham Brightwell Copyright c London School of Economics 206

More information

1 Take-home exam and final exam study guide

1 Take-home exam and final exam study guide Math 215 - Introduction to Advanced Mathematics Fall 2013 1 Take-home exam and final exam study guide 1.1 Problems The following are some problems, some of which will appear on the final exam. 1.1.1 Number

More information

In N we can do addition, but in order to do subtraction we need to extend N to the integers

In N we can do addition, but in order to do subtraction we need to extend N to the integers Chapter 1 The Real Numbers 1.1. Some Preliminaries Discussion: The Irrationality of 2. We begin with the natural numbers N = {1, 2, 3, }. In N we can do addition, but in order to do subtraction we need

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

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

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

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

More information

Advanced Calculus: MATH 410 Real Numbers Professor David Levermore 5 December 2010

Advanced Calculus: MATH 410 Real Numbers Professor David Levermore 5 December 2010 Advanced Calculus: MATH 410 Real Numbers Professor David Levermore 5 December 2010 1. Real Number System 1.1. Introduction. Numbers are at the heart of mathematics. By now you must be fairly familiar with

More information

We have been going places in the car of calculus for years, but this analysis course is about how the car actually works.

We have been going places in the car of calculus for years, but this analysis course is about how the car actually works. Analysis I We have been going places in the car of calculus for years, but this analysis course is about how the car actually works. Copier s Message These notes may contain errors. In fact, they almost

More information

Notes on uniform convergence

Notes on uniform convergence Notes on uniform convergence Erik Wahlén erik.wahlen@math.lu.se January 17, 2012 1 Numerical sequences We begin by recalling some properties of numerical sequences. By a numerical sequence we simply mean

More information

Iowa State University. Instructor: Alex Roitershtein Summer Exam #1. Solutions. x u = 2 x v

Iowa State University. Instructor: Alex Roitershtein Summer Exam #1. Solutions. x u = 2 x v Math 501 Iowa State University Introduction to Real Analysis Department of Mathematics Instructor: Alex Roitershtein Summer 015 Exam #1 Solutions This is a take-home examination. The exam includes 8 questions.

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

Math 163: Lecture notes

Math 163: Lecture notes Math 63: Lecture notes Professor Monika Nitsche March 2, 2 Special functions that are inverses of known functions. Inverse functions (Day ) Go over: early exam, hw, quizzes, grading scheme, attendance

More information

CHAPTER 8: EXPLORING R

CHAPTER 8: EXPLORING R CHAPTER 8: EXPLORING R LECTURE NOTES FOR MATH 378 (CSUSM, SPRING 2009). WAYNE AITKEN In the previous chapter we discussed the need for a complete ordered field. The field Q is not complete, so we constructed

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

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

MAS221 Analysis Semester Chapter 2 problems

MAS221 Analysis Semester Chapter 2 problems MAS221 Analysis Semester 1 2018-19 Chapter 2 problems 20. Consider the sequence (a n ), with general term a n = 1 + 3. Can you n guess the limit l of this sequence? (a) Verify that your guess is plausible

More information

6.2 Deeper Properties of Continuous Functions

6.2 Deeper Properties of Continuous Functions 6.2. DEEPER PROPERTIES OF CONTINUOUS FUNCTIONS 69 6.2 Deeper Properties of Continuous Functions 6.2. Intermediate Value Theorem and Consequences When one studies a function, one is usually interested in

More information

Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr.

Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr. Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr. Chapter : Logic Topics:. Statements, Negation, and Compound Statements.2 Truth Tables and Logical Equivalences.3

More information

Sequences of Real Numbers

Sequences of Real Numbers Chapter 8 Sequences of Real Numbers In this chapter, we assume the existence of the ordered field of real numbers, though we do not yet discuss or use the completeness of the real numbers. In the next

More information

5.5 Deeper Properties of Continuous Functions

5.5 Deeper Properties of Continuous Functions 5.5. DEEPER PROPERTIES OF CONTINUOUS FUNCTIONS 195 5.5 Deeper Properties of Continuous Functions 5.5.1 Intermediate Value Theorem and Consequences When one studies a function, one is usually interested

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

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall.

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall. .1 Limits of Sequences. CHAPTER.1.0. a) True. If converges, then there is an M > 0 such that M. Choose by Archimedes an N N such that N > M/ε. Then n N implies /n M/n M/N < ε. b) False. = n does not converge,

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

Structure of R. Chapter Algebraic and Order Properties of R

Structure of R. Chapter Algebraic and Order Properties of R Chapter Structure of R We will re-assemble calculus by first making assumptions about the real numbers. All subsequent results will be rigorously derived from these assumptions. Most of the assumptions

More information

MTH 299 In Class and Recitation Problems SUMMER 2016

MTH 299 In Class and Recitation Problems SUMMER 2016 MTH 299 In Class and Recitation Problems SUMMER 2016 Last updated on: May 13, 2016 MTH299 - Examples CONTENTS Contents 1 Week 1 3 1.1 In Class Problems.......................................... 3 1.2 Recitation

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

Analysis II: Basic knowledge of real analysis: Part IV, Series

Analysis II: Basic knowledge of real analysis: Part IV, Series .... Analysis II: Basic knowledge of real analysis: Part IV, Series Kenichi Maruno Department of Mathematics, The University of Texas - Pan American March 1, 2011 K.Maruno (UT-Pan American) Analysis II

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

Supremum and Infimum

Supremum and Infimum Supremum and Infimum UBC M0 Lecture Notes by Philip D. Loewen The Real Number System. Work hard to construct from the axioms a set R with special elements O and I, and a subset P R, and mappings A: R R

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

means is a subset of. So we say A B for sets A and B if x A we have x B holds. BY CONTRAST, a S means that a is a member of S.

means is a subset of. So we say A B for sets A and B if x A we have x B holds. BY CONTRAST, a S means that a is a member of S. 1 Notation For those unfamiliar, we have := means equal by definition, N := {0, 1,... } or {1, 2,... } depending on context. (i.e. N is the set or collection of counting numbers.) In addition, means for

More information

1 Homework. Recommended Reading:

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

More information

Analysis Qualifying Exam

Analysis Qualifying Exam Analysis Qualifying Exam Spring 2017 Problem 1: Let f be differentiable on R. Suppose that there exists M > 0 such that f(k) M for each integer k, and f (x) M for all x R. Show that f is bounded, i.e.,

More information

FINAL EXAM Math 25 Temple-F06

FINAL EXAM Math 25 Temple-F06 FINAL EXAM Math 25 Temple-F06 Write solutions on the paper provided. Put your name on this exam sheet, and staple it to the front of your finished exam. Do Not Write On This Exam Sheet. Problem 1. (Short

More information

Review (11.1) 1. A sequence is an infinite list of numbers {a n } n=1 = a 1, a 2, a 3, The sequence is said to converge if lim

Review (11.1) 1. A sequence is an infinite list of numbers {a n } n=1 = a 1, a 2, a 3, The sequence is said to converge if lim Announcements: Note that we have taking the sections of Chapter, out of order, doing section. first, and then the rest. Section. is motivation for the rest of the chapter. Do the homework questions from

More information

STAT 7032 Probability Spring Wlodek Bryc

STAT 7032 Probability Spring Wlodek Bryc STAT 7032 Probability Spring 2018 Wlodek Bryc Created: Friday, Jan 2, 2014 Revised for Spring 2018 Printed: January 9, 2018 File: Grad-Prob-2018.TEX Department of Mathematical Sciences, University of Cincinnati,

More information

MATH 101, FALL 2018: SUPPLEMENTARY NOTES ON THE REAL LINE

MATH 101, FALL 2018: SUPPLEMENTARY NOTES ON THE REAL LINE MATH 101, FALL 2018: SUPPLEMENTARY NOTES ON THE REAL LINE SEBASTIEN VASEY These notes describe the material for November 26, 2018 (while similar content is in Abbott s book, the presentation here is different).

More information

c n (x a) n c 0 c 1 (x a) c 2 (x a) 2...

c n (x a) n c 0 c 1 (x a) c 2 (x a) 2... 3 CHAPTER 6 SERIES SOLUTIONS OF LINEAR EQUATIONS 6. REVIEW OF POWER SERIES REVIEW MATERIAL Infinite series of constants, p-series, harmonic series, alternating harmonic series, geometric series, tests

More information

Lebesgue measure and integration

Lebesgue measure and integration Chapter 4 Lebesgue measure and integration If you look back at what you have learned in your earlier mathematics courses, you will definitely recall a lot about area and volume from the simple formulas

More information

Similar to sequence, note that a series converges if and only if its tail converges, that is, r 1 r ( 1 < r < 1), ( 1) k k. r k =

Similar to sequence, note that a series converges if and only if its tail converges, that is, r 1 r ( 1 < r < 1), ( 1) k k. r k = Infinite Series We say an infinite series a k converges to s if its sequence of initial sums converges to s, that is, lim( n a k : n N) = s. Similar to sequence, note that a series converges if and only

More information

Infinite series, improper integrals, and Taylor series

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

More information

Mini-Course on Limits and Sequences. Peter Kwadwo Asante. B.S., Kwame Nkrumah University of Science and Technology, Ghana, 2014 A REPORT

Mini-Course on Limits and Sequences. Peter Kwadwo Asante. B.S., Kwame Nkrumah University of Science and Technology, Ghana, 2014 A REPORT Mini-Course on Limits and Sequences by Peter Kwadwo Asante B.S., Kwame Nkrumah University of Science and Technology, Ghana, 204 A REPORT submitted in partial fulfillment of the requirements for the degree

More information

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

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

More information

MATH31011/MATH41011/MATH61011: FOURIER ANALYSIS AND LEBESGUE INTEGRATION. Chapter 2: Countability and Cantor Sets

MATH31011/MATH41011/MATH61011: FOURIER ANALYSIS AND LEBESGUE INTEGRATION. Chapter 2: Countability and Cantor Sets MATH31011/MATH41011/MATH61011: FOURIER ANALYSIS AND LEBESGUE INTEGRATION Chapter 2: Countability and Cantor Sets Countable and Uncountable Sets The concept of countability will be important in this course

More information

Problem List MATH 5143 Fall, 2013

Problem List MATH 5143 Fall, 2013 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

More information

Math 5052 Measure Theory and Functional Analysis II Homework Assignment 7

Math 5052 Measure Theory and Functional Analysis II Homework Assignment 7 Math 5052 Measure Theory and Functional Analysis II Homework Assignment 7 Prof. Wickerhauser Due Friday, February 5th, 2016 Please do Exercises 3, 6, 14, 16*, 17, 18, 21*, 23*, 24, 27*. Exercises marked

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

Scalar multiplication and addition of sequences 9

Scalar multiplication and addition of sequences 9 8 Sequences 1.2.7. Proposition. Every subsequence of a convergent sequence (a n ) n N converges to lim n a n. Proof. If (a nk ) k N is a subsequence of (a n ) n N, then n k k for every k. Hence if ε >

More information

Mathematical Reasoning & Proofs

Mathematical Reasoning & Proofs Mathematical Reasoning & Proofs MAT 1362 Fall 2018 Alistair Savage Department of Mathematics and Statistics University of Ottawa This work is licensed under a Creative Commons Attribution-ShareAlike 4.0

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

MAS221 Analysis, Semester 1,

MAS221 Analysis, Semester 1, MAS221 Analysis, Semester 1, 2018-19 Sarah Whitehouse Contents About these notes 2 1 Numbers, inequalities, bounds and completeness 2 1.1 What is analysis?.......................... 2 1.2 Irrational numbers.........................

More information

Problem set 1, Real Analysis I, Spring, 2015.

Problem set 1, Real Analysis I, Spring, 2015. Problem set 1, Real Analysis I, Spring, 015. (1) Let f n : D R be a sequence of functions with domain D R n. Recall that f n f uniformly if and only if for all ɛ > 0, there is an N = N(ɛ) so that if n

More information

Series Solutions. 8.1 Taylor Polynomials

Series Solutions. 8.1 Taylor Polynomials 8 Series Solutions 8.1 Taylor Polynomials Polynomial functions, as we have seen, are well behaved. They are continuous everywhere, and have continuous derivatives of all orders everywhere. It also turns

More information

7: FOURIER SERIES STEVEN HEILMAN

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

More information

INDEX. Bolzano-Weierstrass theorem, for sequences, boundary points, bounded functions, 142 bounded sets, 42 43

INDEX. Bolzano-Weierstrass theorem, for sequences, boundary points, bounded functions, 142 bounded sets, 42 43 INDEX Abel s identity, 131 Abel s test, 131 132 Abel s theorem, 463 464 absolute convergence, 113 114 implication of conditional convergence, 114 absolute value, 7 reverse triangle inequality, 9 triangle

More information

( ε > 0) ( N N) ( n N) : n > N a n A < ε.

( ε > 0) ( N N) ( n N) : n > N a n A < ε. CHAPTER 1. LIMITS OF SEQUENCES 1.1. An Ad-hoc Definition. In mathematical analysis, the concept of limits is of paramount importance, in view of the fact that many basic objects of study such as derivatives,

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

MAT115A-21 COMPLETE LECTURE NOTES

MAT115A-21 COMPLETE LECTURE NOTES MAT115A-21 COMPLETE LECTURE NOTES NATHANIEL GALLUP 1. Introduction Number theory begins as the study of the natural numbers the integers N = {1, 2, 3,...}, Z = { 3, 2, 1, 0, 1, 2, 3,...}, and sometimes

More information

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved.

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved. 11.10 Taylor and Maclaurin Series Copyright Cengage Learning. All rights reserved. We start by supposing that f is any function that can be represented by a power series f(x)= c 0 +c 1 (x a)+c 2 (x a)

More information

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation LECTURE 10: REVIEW OF POWER SERIES By definition, a power series centered at x 0 is a series of the form where a 0, a 1,... and x 0 are constants. For convenience, we shall mostly be concerned with the

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

MATH 131A: REAL ANALYSIS

MATH 131A: REAL ANALYSIS MATH 131A: REAL ANALYSIS NICKOLAS ANDERSEN The textbook for the course is Ross, Elementary Analysis [2], but in these notes I have also borrowed from Tao, Analysis I [3], and Abbott, Understanding Analysis

More information

Math 140: Foundations of Real Analysis. Todd Kemp

Math 140: Foundations of Real Analysis. Todd Kemp Math 140: Foundations of Real Analysis Todd Kemp Contents Part 1. Math 140A 5 Chapter 1. Ordered Sets, Ordered Fields, and Completeness 7 1. Lecture 1: January 5, 2016 7 2. Lecture 2: January 7, 2016

More information

Department of Mathematics, University of California, Berkeley. GRADUATE PRELIMINARY EXAMINATION, Part A Fall Semester 2016

Department of Mathematics, University of California, Berkeley. GRADUATE PRELIMINARY EXAMINATION, Part A Fall Semester 2016 Department of Mathematics, University of California, Berkeley YOUR 1 OR 2 DIGIT EXAM NUMBER GRADUATE PRELIMINARY EXAMINATION, Part A Fall Semester 2016 1. Please write your 1- or 2-digit exam number on

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

3 The language of proof

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

More information

Set theory. Math 304 Spring 2007

Set theory. Math 304 Spring 2007 Math 304 Spring 2007 Set theory Contents 1. Sets 2 1.1. Objects and set formation 2 1.2. Unions and intersections 3 1.3. Differences 4 1.4. Power sets 4 1.5. Ordered pairs and binary,amscdcartesian products

More information

Classnotes - MA Series and Matrices

Classnotes - MA Series and Matrices Classnotes - MA-2 Series and Matrices Department of Mathematics Indian Institute of Technology Madras This classnote is only meant for academic use. It is not to be used for commercial purposes. For suggestions

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

Math 4603: Advanced Calculus I, Summer 2016 University of Minnesota Homework Schedule

Math 4603: Advanced Calculus I, Summer 2016 University of Minnesota Homework Schedule Math 4603: Advanced Calculus I, Summer 2016 University of Minnesota Homework Schedule Notations I will use the symbols N, Z, Q and R to denote the set of all natural numbers, the set of all integers, the

More information

Limit and Continuity

Limit and Continuity Limit and Continuity Table of contents. Limit of Sequences............................................ 2.. Definitions and properties...................................... 2... Definitions............................................

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES In section 11.9, we were able to find power series representations for a certain restricted class of functions. INFINITE SEQUENCES AND SERIES

More information