




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A set of personal notes used in the course lectures for MATH 324 and 325 (Real Analysis I, II). It covers topics such as Sequences and Limits, Continuity, Completeness, Compactness, Fourier Series, Multivariable Differential Calculus, and more. The notes highlight the important ideas and examples that students should master. The document also reviews the most commonly used methods of proof, including Direct Proof, Mathematical Induction, By Contraposition, and By Contradiction.
Typology: Lecture notes
1 / 360
This page cannot be seen from the preview
Don't miss anything!
May 4, 2022
The material in these notes constitute my personal notes that are used in the course lectures for MATH 324 and 325 (Real Analysis I, II). You will find that the lectures and these notes are very closely aligned. The notes highlight the important ideas and examples that you should master as a student. You may find these notes useful if:
If you find any typos or errors in these notes, no matter how small, please email me a short description (with a page number) of the typo/error. Suggestions and comments on how to improve the notes are also wel- comed.
Cesar O. Aguilar SUNY Geneseo
In this short chapter, we will briefly review some basic set notation, proof methods, functions, and countability. The presentation of these topics is intentionally brief for two reasons: (1) the reader is likely familar with these topics, and (2) we include only the necessary material needed to start doing real analysis.
Let S be a set. If x is an element of S then we write x ∈ S, otherwise we write that x /∈ S. A set A is called a subset of S if each element of A is also an element of S, that is, if a ∈ A then also a ∈ S. To denote that A is a subset of S we write A ⊂ S. Now let A and B be subsets of S. If A ⊂ B and B ⊂ A then A and B are said to be equal and we write that A = B. The union of A and B is the set
A ∪ B = {x ∈ S | x ∈ A or x ∈ B}
and the intersection of A and B is the set
A ∩ B = {x ∈ S | x ∈ A and x ∈ B}.
Example 1.1.1. Let A and B be subsets of a set S. Show that
(A ∪ B)c^ = Ac^ ∩ Bc.
Solution. We first show that (A ∪ B)c^ ⊂ Ac^ ∩ Bc. If x ∈ (A ∪ B)c^ then by definition x /∈ (A ∪ B) and therefore x /∈ A and x /∈ B. Thus, x ∈ Ac and x ∈ Bc, that is, x ∈ Ac^ ∩ Bc. Now suppose that x ∈ Ac^ ∩ Bc, that is, suppose that x ∈ Ac^ and x ∈ Bc. Thus, x /∈ A and x /∈ B and thus x /∈ (A ∪ B). By definition, x ∈ (A ∪ B)c^ and this proves that Ac^ ∩ Bc^ ⊂ (A ∪ B)c.
We use the symbol N to denote the set of natural numbers, that is, N = { 1 , 2 , 3 , 4 ,.. .}.
The set of integers is denoted by Z so that
Z = {... , − 3 , − 2 , − 1 , 0 , 1 , 2 , 3 ,.. .}.
The set of rational numbers is denoted by
Q =
p q |^ p, q^ ∈^ Z, q^6 = 0
Notice that we have the following chain of set inclusions:
N ⊂ Z ⊂ Q.
We now review the most commonly used methods of proof. To that end, recall that a logical statement is a declarative sentence that can be unambiguously decided to be either true or false. A theorem is a logical statement that has been proved to be true using a sequence of true statements and deductive reasoning. Many theorems are usu- ally written as a conditional statement of the form “if P then Q” or
symbolically “P ⇒ Q”. The statement P is called the hypothesis or assumption and Q is called the conclusion. Below are the main techniques used to prove the statement “P ⇒ Q”:
“P ⇔ Q”, is called a biconditional statement. Thus, to prove that the biconditional statement “P ⇔ Q” is true one must prove that both “P ⇒ Q” and “Q ⇒ P ” are true.
Example 1.1.3. Let A, B, and C be subsets of a set S. Prove that (A ∪ B) ⊂ C if and only if A ⊂ C and B ⊂ C.
Exercises
Exercise 1.1.1. Let A and B be subsets of a set S. Show that A ⊂ B if and only if Bc^ ⊂ Ac
Exercise 1.1.2. Find the power set of S = {x, y, z, w}.
Exercise 1.1.3. Let A = {α 1 , α 2 , α 3 } and let B = {β 1 , β 2 }. Find A × B.
Exercise 1.1.4. Let x ∈ Z. Prove that if x^2 is even then x is even. Do not use proof by contradiction.
Exercise 1.1.5. Prove that if x and y are even natural numbers then xy is even. Do not use proof by contradiction.
Exercise 1.1.6. Prove that if x and y are rational numbers then x + y is a rational number. Do not use proof by contradiction.
Exercise 1.1.7. Let x and y be natural numbers. Prove that x and y are odd if and only if xy is odd. Do not use proof by contradiction.
therefore S = N.
Mathematical induction is frequently used to prove formulas or in- equalities involving the natural numbers. For example, consider the validity of the formula
1 + 2 + 3 + · · · + n = 12 n(n + 1) (1.1)
where n ∈ N. In words, the identity (1.1) says that the sum of all the integers from 1 to n equals 12 n(n + 1). We use induction to show that this formula is true for all n ∈ N. Let S be the subset of N consisting of the natural numbers that satisfy (1.1), that is,
S = {n ∈ N | 1 + 2 + 3 + · · · + n = 12 n(n + 1)}.
If n = 1 then (^12) n(n + 1) = 12 (1 + 1) = 1.
Thus, 12 n(n + 1) is equal to the sum of all the integers from 1 to n = 1. Hence, (1.1) is true when n = 1 and thus 1 ∈ S. Now suppose that some k ∈ N satisfies (1.1), that is, suppose that k ∈ S. Then we may write that 1 + 2 + · · · + k = 12 k(k + 1). (1.2)
We will prove that the integer k + 1 also satisfies (1.1). To that end, adding k + 1 to both sides of (1.2) we obtain
1 + 2 + · · · + k + (k + 1) = 12 k(k + 1) + (k + 1).
Now notice that we can factor (k + 1) from the right-hand side and through some algebraic steps we obtain that
1 + 2 + · · · + k + (k + 1) = 12 k(k + 1) + (k + 1) = (k + 1)[^12 k + 1] = 12 (k + 1)(k + 2).
Hence, (1.1) also holds for n = k + 1 and thus k + 1 ∈ S. We have therefore proved that S satisfies properties (i) and (ii), and therefore by mathematical induction S = N, or equivalently that (1.1) holds for all n ∈ N.
Example 1.2.3. Use mathematical induction to show that 2n^ ≤ (n+1)! holds for all n ∈ N.
Example 1.2.4. Let r 6 = 1 be a constant. Use mathematical induction to show that
1 + r + r^2 + · · · + rn^ =^1 −^ r
n+ 1 − r holds for all n ∈ N.
Example 1.2.5 (Bernoulli’s inequality). Prove that if x > −1 then (1 + x)n^ ≥ 1 + nx for all n ∈ N.
Proof. The statement is trivial for n = 1. Assume that for some k ∈ N it holds that (1 + x)k^ ≥ 1 + kx. Since x > −1 then x + 1 > 0 and therefore
(1 + x)k(1 + x) ≥ (1 + kx)(1 + x)
= 1 + (k + 1)x + kx^2
≥ 1 + (k + 1)x.
Therefore, (1 + x)k+1^ ≥ 1 + (k + 1)x, and the proof is complete by induction.
There is another version of mathematical induction called the Prin- ciple of Strong Induction which we now state.
Exercises
Exercise 1.2.1. Prove that n < 2 n^ for all n ∈ N.
Exercise 1.2.2. Prove that 2n^ < n! for all n ≥ 4, n ∈ N.
Exercise 1.2.3. Use induction to prove that if S has n elements then P(S) has 2n^ elements. Hint: If S is a set with n + 1 elements, for instance S = {x 1 , x 2 ,... , xn, xn+1}, then argue that P(S) = P( S˜) ∪ T where S˜ = S{xn+1} and T consists of subsets of S that contain xn+1. How many sets are in P( S˜) and how many are in T? And what is P( S˜) ∩ T? Explain carefully.
Let A and B be sets. A function from A to B is a rule that assigns to each element x ∈ A one element y ∈ B. The set A is called the domain of f and B is called the co-domain of f. We usually denote a function with the notation f : A → B, and the assignment of x to y is written as y = f (x). We also say that f is a mapping from A to B, or that f maps A into B. The element y assigned to x is called the image of x under f. The range of f , denoted by f (A), is the set
f (A) = {y ∈ B | ∃ x ∈ A, y = f (x)}.
In the above definition of f (A), we use the symbol ∃ as a short-hand for “there exsits”. By definition, f (A) ⊂ B but in general we do not have that f (A) = B, in other words, the range of a function is generally a strict subset of the function’s co-domain.
Example 1.3.1. Consider the mapping f : Q → Z defined by
f (x) =
1 , x ≥ 0 − 1 , x < 0.
The image of x = 1/2 under f is f (1/2) = 1. The range of f is f (Q) = { 1 , − 1 }.
Example 1.3.2. Consider the function f : N → P(N) defined by
f (n) = { 1 , 2 ,... , n}.
The set S = { 2 , 4 , 6 , 8 ,... , } of even numbers is an element of the co- domain P(N) but is not in the range of f. As another example, the set N ∈ P(N) itself is not in the range of f.
Function’s whose range is equal to it’s co-domain are given a special name.