<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Real Analysis | Siqi Zheng</title><link>https://siqi-zheng.rbind.io/tag/real-analysis/</link><atom:link href="https://siqi-zheng.rbind.io/tag/real-analysis/index.xml" rel="self" type="application/rss+xml"/><description>Real Analysis</description><generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><lastBuildDate>Tue, 10 Aug 2021 01:00:00 +0000</lastBuildDate><image><url>https://siqi-zheng.rbind.io/images/icon_hu1f65844ca26c0df97a9719a407d829c0_98767_512x512_fill_lanczos_center_2.png</url><title>Real Analysis</title><link>https://siqi-zheng.rbind.io/tag/real-analysis/</link></image><item><title>Supplement Solutions for New Questions in Chapter 1.4 to 1.6 in Understanding Analysis Second Edition</title><link>https://siqi-zheng.rbind.io/post/2021-08-10-analysis-sol-1-2/</link><pubDate>Tue, 10 Aug 2021 01:00:00 +0000</pubDate><guid>https://siqi-zheng.rbind.io/post/2021-08-10-analysis-sol-1-2/</guid><description>&lt;p>&lt;strong>Note: There may be LaTex display issues due to blogdown rendering limitations. A complete well-formatted solution can be found by clicking the download icon above.&lt;/strong>&lt;/p>
&lt;p>One may notice that most questions in the second edition are the same as those in the first edition. However, there are still some new or modified questions in the latest edition that remain unanswered.&lt;/p>
&lt;p>Therefore, in the following posts, I am going to present a collection of solutions to these new questions found on the internet and worked out by myself. To be more concise and clear, I also rewrote some of my solutions according to the internet sources (links are attached at the end of each question). The solution to the first edition can be found here: &lt;a href="https://github.com/mikinty/Understanding-Analysis-Abbott-Solutions">https://github.com/mikinty/Understanding-Analysis-Abbott-Solutions&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.5.2.&lt;/strong> Review the proof of Theorem 1.5.6, part (ii) showing that $\Bbb R$ is uncountable, and then find the flaw in the following erroneous proof that $\Bbb Q$ is uncountable:
Assume, for contradiction, that $\Bbb Q$ is countable. Thus we can write $\Bbb Q = {r1, r2, r3, \dots}$ and, as before, construct a nested sequence of closed intervals with $r_n \not \in I_n$. Our construction implies $\cap^\infty_{n=1} I_n = \empty$ while NIP implies $\cap^\infty_{n=1} I_n \neq \empty$. This contradiction implies Q must therefore be uncountable.&lt;/p>
&lt;p>(1) It may contain only one irrational number.
(2) NIP is for real intervals not rational.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/1914901/false-proofs-claiming-that-mathbbq-is-uncountable">https://math.stackexchange.com/questions/1914901/false-proofs-claiming-that-mathbbq-is-uncountable&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.5.4.&lt;/strong> (a) Show $(a, b) \sim R$ for any interval $(a, b)$.
We know from the &lt;strong>Example 1.4.9.&lt;/strong> that the function $f(x) = x/(x^2 − 1)$ takes the interval $(−1, 1)$ onto $\Bbb R$ in a 1–1 fashion. Then we map $(a,b)$ onto $(-1,1)$ by another bijective linear function $g(x)=2x/(b-a)-(b+a)/(b-a)$.&lt;/p>
&lt;p>(b) Show that an unbounded interval like $(a,\infty) = {x : x &amp;gt; a}$ has the same cardinality as $\Bbb R$ as well.
We know from the &lt;strong>Example 1.4.9.&lt;/strong> that the function $f(x) = x/(x^2 − 1)$ takes the interval $(−1, 1)$ onto $\Bbb R$ in a 1–1 fashion. Then we map $(a,\infty)$ onto $(-1,1)$ by another bijective linear function $g(x)=2x/(1-x)$.&lt;/p>
&lt;p>(c) Using open intervals makes it more convenient to produce the required 1–1, onto functions, but it is not really necessary. Show that $[0, 1) \sim (0, 1)$ by exhibiting a 1–1 onto function between the two sets.
$f:[0,1) \rightarrow (0,1)$ by $f(0)=1/2$, $f(1/n)=1/(n+1)$ for integer $n \geq 2$, and $f(x)=x$ otherwise.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/1425492/explicit-bijection-between-0-1-and-0-1">https://math.stackexchange.com/questions/1425492/explicit-bijection-between-0-1-and-0-1&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.5.5.&lt;/strong> (a) Why is $A \sim A$ for every set $A$?
Trivial. By definition $f(x)=x$ will do the job.&lt;/p>
&lt;p>(b) Given sets $A$ and $B$, explain why $A \sim B$ is equivalent to asserting $B \sim A$.
Bijection, so consider inverse mapping.&lt;/p>
&lt;p>(c) For three sets $A,B,$ and $C$, show that $A \sim B$ and $B \sim C$ implies $A \sim C$. These three properties are what is meant by saying that $\sim$ is an equivalence relation.
Assume $f$ maps $A$ to $B$ and $g$ maps $B$ to $C$, $g(f(x))$ will work.&lt;/p>
&lt;p>&lt;strong>Exercise 1.5.6.&lt;/strong> (a) Give an example of a countable collection of disjoint open intervals.
$A_n = (n, n+1)$, $n\in \Bbb N$&lt;/p>
&lt;p>(b) Give an example of an uncountable collection of disjoint open intervals, or argue that no such collection exists.
DNE. Every collection of disjoint open intervals in $\Bbb R$ is countable because you can choose a rational number (by density theorem) in each of them and rationals are countable.&lt;/p>
&lt;p>&lt;strong>Exercise 1.5.7.&lt;/strong> Consider the open interval $(0,1)$, and let $S$ be the set of points in the open unit square; that is, $S = {(x, y) : 0 &amp;lt; x,y &amp;lt; 1}$.&lt;/p>
&lt;p>(a) Find a 1–1 function that maps $(0, 1)$ into, but not necessarily onto, $S$. (This is easy.)
$f(x) = (x,x),x \in (0,1)$&lt;/p>
&lt;p>(b) Use the fact that every real number has a decimal expansion to produce a 1–1 function that maps $S$ into $(0, 1)$. Discuss whether the formulated function is onto. (Keep in mind that any terminating decimal expansion such as $.235$ represents the same real number as $.234999 \dots$)&lt;/p>
&lt;p>For any point with two coordinates $(0.d_1d_2\dots,0.e_1e_2\dots)$, we map it to the real number $(0.d_1e_1d_2e_2\dots)$. We restrict the choice of point in its simplest form so that $(0.2,0.5)$ will be chosen for $0.25$ instead of $(0.2999\dots,0.4999\dots)$, which is equal to $(0.3,0.5)$, corresponding to $0.35$.&lt;/p>
&lt;p>This function (mapping), however, is not onto. Consider $1/11=0.090909\dots$, which by definition can be produced by a point $(0,0.999\dots)$, but this point can no be selected since it is equal to $(0,1)$ and $(0,1)$ yields $0.01$. Therefore not point in the unit square can be used to map to $1/11$.&lt;/p>
&lt;p>&lt;strong>Exercise 1.5.8.&lt;/strong> Let $B$ be a set of positive real numbers with the property that adding together any finite subset of elements from $B$ always gives a sum of $2$ or less. Show $B$ must be finite or countable.&lt;/p>
&lt;p>For each $n\in \Bbb N$, let$$B_n=\left{b\in B,\middle|,b\geqslant\frac2n\right}\subset B.$$&lt;/p>
&lt;p>Of course, $B_n$ can have no more than $n-1$ distinct elements; otherwise, the sum of $n$ distinct elements of $B_n$ would be grater than $2$.&lt;/p>
&lt;p>But$$B=\bigcup_{n\in\Bbb N}B_n.$$Since $\Bbb N$ is countable and each $B_n$ is finite, $B$ is countable.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/2446630/showing-a-set-is-finite-or-countable">https://math.stackexchange.com/questions/2446630/showing-a-set-is-finite-or-countable&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.5.10.&lt;/strong> (a) Let $C \subseteq [0,1]$ be uncountable, show there exists $a \in (0,1)$ such that $C \cap [a,1] $ is uncountable.&lt;/p>
&lt;p>Suppose that $C\cap [\tfrac{1}{n}, 1]$ is countable for all $n$. Then $$C\cap [0,1] = C\cap\big({0}\cup \bigcup_{n=1}^\infty [\tfrac{1}{n},1]\big) = (C\cap {0}) \cup \bigcup_{n=1}^\infty (C\cap [\tfrac{1}{n}, 1])$$ would be countable too.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/1452550/let-c-subseteq-0-1-be-uncountable-show-there-exists-a-in-0-1-such-tha">https://math.stackexchange.com/questions/1452550/let-c-subseteq-0-1-be-uncountable-show-there-exists-a-in-0-1-such-tha&lt;/a>&lt;/p>
&lt;p>(b) Now let A be the set of all $a \in (0, 1)$ such that $C \subseteq [a,1]$ is uncountable, and set $\alpha = supA$. Is $C \subseteq [0,1]$ an uncountable set?&lt;/p>
&lt;p>WTS: Suppose $C\subseteq [0,1]$ is uncountable. Let $A = {a\in (0,1)\mid C\cap[a,1]$ is uncountable $}$, and $\alpha = \sup A$. Then $C\cap [\alpha,1]$ is countable.&lt;/p>
&lt;p>First, $A$ is nonempty: for $n\in\Bbb N$ let $C_n = C\cap [\frac 1 n, 1]$. Some $C_n$ must be uncountable, otherwise $C= \bigcup_n C_n$ is a countable union of countable sets and therefore countable. So for some $n$, $1/n \in A$.&lt;/p>
&lt;p>Clearly $0 \lt \alpha \le 1$.&lt;/p>
&lt;p>If $\alpha =1 $ then of course the claim is true.
If $\alpha \lt 1$. Let $(b_n)$ be a decreasing sequence in $(\alpha, 1)$ with $\alpha = \inf_n b_n$. By definition of $A$ and $\alpha$, for every $n$, $C\cap[b_n,1]$ is countable, for otherwise $b_n\in A$ and $b_n \le \alpha$. Thus
$$\begin{align}
C\cap [\alpha,1] &amp;amp;= C\cap \bigcup_n [b_n, 1] \&lt;br>
&amp;amp;= \bigcup_n (C\cap [b_n, 1])
\end{align}$$
is a countable union of countable sets, so it&amp;rsquo;s countable.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/1639608/intersection-of-uncountable-sets">https://math.stackexchange.com/questions/1639608/intersection-of-uncountable-sets&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.5.11 (Schröder–Bernstein Theorem).&lt;/strong> Assume there exists a 1–1 function function $f: X \rightarrow Y$ and another 1–1 function $g: Y \rightarrow X$. Then there exists a 1–1, onto function $h: X \rightarrow Y$ and hence $X \sim Y$.&lt;/p>
&lt;p>The strategy is to partition $X$ and $Y$ into components $X = A \cup A'$ and $Y = B \cup B'$ with $A \cap A&amp;rsquo; = \emptyset$ and $B \cap B&amp;rsquo; = \emptyset$, in such a way that $f$ maps $A$ onto $B$ and $g$ maps $B'$ onto $A'$.&lt;/p>
&lt;p>(a) Explain how achieving this would lead to a proof that $X \sim Y$.
$f: A \rightarrow B$ is a 1–1, onto function;
$g: B&amp;rsquo; \rightarrow A'$ is a 1–1, onto function;
Then $h(x)=f(x)$ if $x \in A$ and $h(x)=g^{-1}(x)$ if $x \in A'$ is a $X \rightarrow Y$ 1–1, onto function and hence $X \sim Y$.&lt;/p>
&lt;p>(b) Set $A_1 = X \setminus g(Y)$ (what happens if $A_1 = \emptyset$?) and inductively define a sequence of sets by letting $A_{n+1} = g(f(A_n))$. Show that ${A_n : n \in \Bbb{N}}$ is a pairwise disjoint collection of subsets of $X$, while ${f(A_n) : n \in \Bbb{N} }$ is a similar collection in $Y$.&lt;/p>
&lt;p>For $k \ge 2$, since $A_k = g(f(A_{k-1})) \subseteq g(Y)$, $A_k$ and $A_1$ are disjoint.&lt;/p>
&lt;p>For $2 \le m \lt n$, if there exists $a \in A_m \cap A_n$, then for some $a_{m-1} \in A_{m-1}$ and $a_{n-1} \in A_{n-1}$, $f(g(a_{m-1})) = a = f(g(a_{n-1}))$. Since both $f$ and $g$ are injective, here $a_{m-1} = a_{n-1}$. Hence $A_m \cap A_n \ne \emptyset$ implies $A_{m-1} \cap A_{n-1} \ne \emptyset$. By induction, we can conclude that $A_1 \cap A_{n-m+1} \ne \emptyset$, which is contradict with part 1. Therefore $A_m$ and $A_n$ are disjoint ($2 \le m \lt n$).&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/1726578/understanding-a-proof-of-schr%C3%B6der-bernstein-theorem">https://math.stackexchange.com/questions/1726578/understanding-a-proof-of-schr%C3%B6der-bernstein-theorem&lt;/a>&lt;/p>
&lt;p>(c) Let $A = \cup_{n=1}^\infty A_n$ and $B = \cup_{n=1}^\infty f(A_n)$. Show that $f$ maps $A$ onto $B$.
Trivial because for every $b \in B$, $b = f(a_n)$ for some $a_n \in A_n \subseteq A $.&lt;/p>
&lt;p>(d) Let $A&amp;rsquo; = X\setminus A$ and $B&amp;rsquo; = Y \setminus B$. Show $g$ maps $B'$ onto $A'$.
Suppose there is an element $a&amp;rsquo; \in A&amp;rsquo;\not \in g(B&amp;rsquo;)$. Since $a'$ cannot be in $A_1$ there has to be an element $b \in f(A_n)\subset B$ s.t. $g(b)=a'$. Since $b \in f(A_n)$ we can write it as $f(a)=b$ and therefore $a'=g(f(a))\in A_{n+1}$. But this is a contradiction to where $a'$ lives.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/1726578/understanding-a-proof-of-schr%C3%B6der-bernstein-theorem">https://math.stackexchange.com/questions/1726578/understanding-a-proof-of-schr%C3%B6der-bernstein-theorem&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.6.9.&lt;/strong> Using the various tools and techniques developed in the last two sections (including the exercises from Section 1.5), give a compelling argument showing that $\cal P(\Bbb N) \sim \Bbb R$.&lt;/p>
&lt;p>First note that that $\Bbb R$ can inject into $ \cal P(\Bbb Q)$ by mapping $r$ to ${q\in\Bbb Q\mid q \lt r}$. Since $\Bbb Q$ is countable there is a bijection between $\cal P(\Bbb Q)$ and $\cal P(\Bbb N)$. So $\Bbb R$ injects into $\cal P(\Bbb N)$.&lt;/p>
&lt;p>Then note that we can map $x\in 2^\Bbb N$ to the continued fraction defined by the sequence $x$. Or to a point in $[0,1]$ defined by $\sum\frac{x(n)}{3^{n+1}}$, which we can show is injective in a somewhat easier proof.&lt;/p></description></item><item><title>Supplement Solutions for New Questions in Chapter 1.2 to 1.4 in Understanding Analysis Second Edition</title><link>https://siqi-zheng.rbind.io/post/2021-08-05-analysis-sol-1-1/</link><pubDate>Thu, 05 Aug 2021 01:00:00 +0000</pubDate><guid>https://siqi-zheng.rbind.io/post/2021-08-05-analysis-sol-1-1/</guid><description>&lt;p>&lt;strong>Note: There may be LaTex display issues due to blogdown rendering limitations. A complete well-formatted solution can be found by clicking the download icon above.&lt;/strong>&lt;/p>
&lt;p>One may notice that most questions in the second edition are the same as those in the first edition. However, there are still some new or modified questions in the latest edition that remain unanswered.&lt;/p>
&lt;p>Therefore, in the following posts, I am going to present a collection of solutions to these new questions found on the internet and worked out by myself. To be more concise and clear, I also rewrote some of my solutions according to the internet sources (links are attached at the end of each question). The solution to the first edition can be found here: &lt;a href="https://github.com/mikinty/Understanding-Analysis-Abbott-Solutions">https://github.com/mikinty/Understanding-Analysis-Abbott-Solutions&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.2.2.&lt;/strong> Show that there is no rational number r satisfying $2^r=3$.&lt;/p>
&lt;p>Suppose $r=\frac{a}{b}$ with positive integers $a,b$.&lt;/p>
&lt;p>Then, we get $$2^{\frac{a}{b}}=3$$&lt;/p>
&lt;p>which can be expressed as&lt;/p>
&lt;p>$$2^a=3^b$$&lt;/p>
&lt;p>This is clearly a contradiction because the left side is even and the right side is odd.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/1427219/prove-there-is-no-rational-r-satisfying-2r-3">https://math.stackexchange.com/questions/1427219/prove-there-is-no-rational-r-satisfying-2r-3&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.2.4.&lt;/strong> Expressing $\Bbb N$ as an infinite union of disjoint infinite subsets.&lt;/p>
&lt;p>Let $A_{i}$ consist of all the numbers of the form $2^im$ where $2\nmid m$. That is, $A_i$ consists of all the numbers that have exactly a factor of $2^i$ in them. So
$$\begin{align}
A_1 = {1,3,5,7,9,11, \dots}\&lt;br>
A_2 = {2, 6 =2^1\cdot 3, 10 = 2^1\cdot 5, 14 = 2^1\cdot 7, \dots}\&lt;br>
A_3 = {4 = 2^2, 12=2^2\cdot 3, 20=2^2\cdot 5, \dots}\&lt;br>
A_4 = {8 = 2^3, 24=2^3\cdot 3, 40=2^3\cdot 5, \dots}\&lt;br>
\dots
\end{align}
$$&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/847465/expressing-bbb-n-as-an-infinite-union-of-disjoint-infinite-subsets">https://math.stackexchange.com/questions/847465/expressing-bbb-n-as-an-infinite-union-of-disjoint-infinite-subsets&lt;/a>&lt;/p>
&lt;p>As pointed out in the link above, any prime numbers can work here.&lt;/p>
&lt;p>$A_1 = \Bbb N \ {x: x = 3b, b \in \Bbb N}$&lt;/p>
&lt;p>$A_2 = {3a,a\in A_1}$&lt;/p>
&lt;p>$A_3 = {3^2a,a\in A_1}$&lt;/p>
&lt;p>$A_4 = {3^3a,a\in A_1}$&lt;/p>
&lt;p>$\vdots$&lt;/p>
&lt;p>&lt;strong>Exercise 1.2.8.&lt;/strong>&lt;/p>
&lt;p>Give an example of each or state that the request is impossible:&lt;/p>
&lt;p>(a) $f : \Bbb N \rightarrow \Bbb N$ that is 1–1 but not onto.
$f(x) = x^2+2$ because $1 \in \Bbb N$, but $f(x)&amp;gt;1$ $\forall x \in \Bbb N$&lt;/p>
&lt;p>(b) $f : \Bbb N \rightarrow \Bbb N$ that is onto but not 1–1.
$f(x) = (x-2)^2$ because $f(1)=f(3)$ while $1 \neq 3$&lt;/p>
&lt;p>(c) $f : \Bbb N \rightarrow \Bbb Z$ that is 1–1 and onto.
$f(x) = x^2$&lt;/p>
&lt;p>&lt;strong>Exercise 1.2.10.&lt;/strong> Decide which of the following are true statements. Provide a short justification for those that are valid and a counterexample for those that are not:&lt;/p>
&lt;p>(a) Two real numbers satisfy a &amp;lt; b if and only if a &amp;lt; b + $\epsilon$ for every $\epsilon$ &amp;gt; 0.
The converse is FALSE if we take a=b=5.&lt;/p>
&lt;p>(b) Two real numbers satisfy a &amp;lt; b if a &amp;lt; b + $\epsilon$ for every $\epsilon$ &amp;gt; 0.
The statement is FALSE if we take a=b=5.&lt;/p>
&lt;p>(c) Two real numbers satisfy a ≤ b if and only if a &amp;lt; b + $\epsilon$ for every $\epsilon$ &amp;gt; 0.
Forward (trivial):
$a \le b \lt b + \epsilon$.
Reverse:
Suppose $a \lt b + \epsilon$, $\forall \epsilon \gt 0$.
Let $\delta = a - b$, then $b + \delta = b + a -b = a$ so that $a \not \lt b + \delta$. $\delta \not \gt 0$, so $\delta = a - b \le 0$. Hence $a \le b$.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/1633992/if-true-prove-that-2-real-numbers-satisfy-ab-iff-ab-epsilon-forall-e/1633997">https://math.stackexchange.com/questions/1633992/if-true-prove-that-2-real-numbers-satisfy-ab-iff-ab-epsilon-forall-e/1633997&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.2.12.&lt;/strong> Let $y_1 = 6$, and for each $n\in \Bbb N$ define $y_{n+1} = (2y_n − 6)/3$.&lt;/p>
&lt;p>(a) Use induction to prove that the sequence satisfies $y_n &amp;gt; −6$ for all $n \in \Bbb N$.&lt;/p>
&lt;ul>
&lt;li>Base Case: $y_1 = 6 &amp;gt; -6$&lt;/li>
&lt;li>Inductive case. Assume $y_k&amp;gt;-6$.&lt;/li>
&lt;li>$y_{k+1}=\frac{2y_k}{3}-2&amp;gt;\frac{2\times(-6)}{3}-2=-4-2=-6$&lt;/li>
&lt;li>By induction our original claim is proved.&lt;/li>
&lt;/ul>
&lt;p>(b) Use another induction argument to show the sequence $(y_1, y_2, y_3, \dots)$ is decreasing.&lt;/p>
&lt;ul>
&lt;li>Base Case: $y_2 = 2 &amp;lt; 6 = y_1$&lt;/li>
&lt;li>Inductive case. Assume $y_{k+1}&amp;lt;y_k$.&lt;/li>
&lt;li>$y_{k+2}=\frac{2y_{k+1}}{3}-2
=\frac{2y_{k+1}}{3}+\frac{-6}{3}
&amp;lt;\frac{2y_{k+1}}{3}+\frac{y_{k+1}}{3}
=y_{k+1}$&lt;/li>
&lt;li>By induction our original claim is proved.&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Exercise 1.3.2.&lt;/strong> Give an example of each of the following, or state that the request is impossible.&lt;/p>
&lt;p>(a) A set B with inf B $\geq$ sup B.
$B={1}$&lt;/p>
&lt;p>(b) A finite set that contains its infimum but not its supremum.
Except for $\emptyset$, by Axiom of Completeness, we cannot find such set.&lt;/p>
&lt;p>(c) A bounded subset of Q that contains its supremum but not its infimum.
$C={1/x|x\in\Bbb N}$ contains its supremum 1 but not its infimum 0.&lt;/p>
&lt;p>&lt;strong>Exercise 1.3.4.&lt;/strong> Let $A_1,A_2,A_3,\dots$ be a collection of nonempty sets, each of which is bounded above.&lt;/p>
&lt;p>(a)Find a formula for $sup(A_1 \cup A_2)$. Extend this to $sup(\cup^n_{k=1}A_k)$.
$sup {sup A_1, sup A_2}$
$sup {sup A_1, sup A_2 \dots sup A_n}$&lt;/p>
&lt;p>(b) Consider $sup(\cup^{\infty}_{k=1}A_k)$. Does the formula in (a) extend to the infinite case?&lt;/p>
&lt;p>No. Consider $A_i = {i}$, we have $sup(\cup^n_{k=1}A_k)=i$, but $sup(\cup^{\infty}_{k=1}A_k)$ does not exist.&lt;/p>
&lt;p>&lt;strong>Exercise 1.3.6.&lt;/strong> Given sets A and B, define $A+B = {a+b : a \in A$ and $b \in B}$.
Follow these steps to prove that if A and B are nonempty and bounded above then sup(A + B) = supA + supB.&lt;/p>
&lt;p>(a) Let s = sup A and t = sup B. Show s + t is an upper bound for A + B.
Take $a \in A$ and $b \in B$, by definition, $a\leq s$ and $b \leq t$ and $a+b \in A+B$. So $a+b \leq s+t$.&lt;/p>
&lt;p>(b) Now let $u$ be an arbitrary upper bound for A + B, and temporarily fix $a \in A$. Show $t \leq u − a$.
By definition of $A + B$ and $\sup(A + B)$, for all $a \in A$ and $b \in B$,
$${a + b} {\leq \sup (A + B)} {\leq u}.$$&lt;/p>
&lt;p>If we fix $a \in A$, then ${\sup (A + B)} - a$ is an upper bound for $${A + B} - A = B.$$&lt;/p>
&lt;p>Subtract $a$ from both sides:&lt;/p>
&lt;p>$$b = {a + b} - a \leq \sup (A + B) \leq u - a.$$&lt;/p>
&lt;p>And so by definition of $\sup B$, for every $a \in A$, $$\sup B =t \leq \sup (A+ B) − a\leq u - a.$$&lt;/p>
&lt;p>(c) Finally, show sup(A + B) = s + t.
Rearrange the previous inequality in (b): ${a} \leq \sup(A +B) − \sup B$ for all $a \in A$.&lt;/p>
&lt;p>Hence, $\sup(A +B) − \sup B$ is an upper bound for any a.&lt;/p>
&lt;p>By the definition of supremum, the previous inequality means: ${\sup A} \leq \sup(A + B) − \sup B \iff
\sup A + \sup B \leq \sup(A + B).$ i.e.&lt;/p>
&lt;p>$$s+t \leq sup(A+B)$$&lt;/p>
&lt;p>Also, by inequality $a+b \leq s+t$ in (a) and the definition of supremum:
$$sup(A+B)\leq s+t$$&lt;/p>
&lt;p>We conclude that
$$sup(A+B)= s+t.$$&lt;/p>
&lt;p>(d) Construct another proof of this same fact using Lemma 1.3.8.&lt;/p>
&lt;p>Let $\epsilon \gt 0.$ Then there exists $a \in A$ and $b \in B$ such that $a \gt \sup A − \frac{\epsilon}{2}$ and $b \gt \sup B − \frac{\epsilon}{2}.$
Then $a + b \in A + B$. We have
$${\sup(A + B)} \geq a + b {\gt \sup A + \sup B - \epsilon} \implies { \sup(A + B) \gt \sup A + \sup B - \epsilon }.$$ Since $\epsilon$ is arbitrary, $\sup(A + B) \geq \sup A + \sup B=s+t$&lt;/p>
&lt;p>Take $a \in A$ and $b \in B$, by definition, $a\leq s$ and $b \leq t$ and $a+b \in A+B$. So $a+b \leq s+t$. Also, by inequality $a+b \leq s+t$ in (a) and the definition of supremum:
$$sup(A+B)\leq s+t = sup(A+B)$$&lt;/p>
&lt;p>We conclude that
$$sup(A+B)= s+t.$$&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/4551/how-can-i-prove-supab-sup-a-sup-b-if-ab-ab-mid-a-in-a-b-in-b">https://math.stackexchange.com/questions/4551/how-can-i-prove-supab-sup-a-sup-b-if-ab-ab-mid-a-in-a-b-in-b&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.3.8.&lt;/strong> Compute, without proofs, the suprema and infima (if they exist) of the following sets:&lt;/p>
&lt;p>(a) ${m/n : m, n \in N$ with $m &amp;lt; n}$.
sup: $1$ inf: $0$&lt;/p>
&lt;p>(b) ${(−1)^m/n : m, n \in N}$.
sup: $1$ inf: $-1$&lt;/p>
&lt;p>(c) ${n/(3n+ 1) : n \in N}$.
sup: $\frac{1}{3}$ inf: $\frac{1}{4}$&lt;/p>
&lt;p>(d) ${m/(m+ n) : m, n \in N}$.
sup: 1 inf: 0&lt;/p>
&lt;p>&lt;strong>Exercise 1.3.9.&lt;/strong>&lt;/p>
&lt;p>(a) If supA &amp;lt; supB, show that there exists an element $b \in B$ that is an upper bound for A.
Take $\epsilon=supB-supA$ and take $b \in B$ where $b&amp;gt;supB-\epsilon /2$ as desired.&lt;/p>
&lt;p>(b) Give an example to show that this is not always the case if we only assume supA ≤ supB.
Take $A={0}$ and $B={-1/n,n \in \Bbb N}$&lt;/p>
&lt;p>&lt;strong>Exercise 1.3.10 (Cut Property).&lt;/strong>&lt;/p>
&lt;p>(a) Use the Axiom of Completeness to prove the Cut Property.
Suppose we have the axiom of completeness and assume you have $A$ and $B$ as in the statement of the cut property. Then, as $B$ is nonempty, $A$ has an upper bound. Let $c$ be the least upper bound for $A$.&lt;/p>
&lt;p>For $a\in A$, $a\le c$, because $c$ is an upper bound for $A$;
For $b\in B$, $c\le b$, because $b$ is an upper bound for $A$ and $c$ is the least upper bound.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/1616583/use-the-axiom-of-completeness-to-prove-the-cut-property">https://math.stackexchange.com/questions/1616583/use-the-axiom-of-completeness-to-prove-the-cut-property&lt;/a>&lt;/p>
&lt;p>(b)Show that the implication goes the other way.
Suppose we know the Cut Property. Consider a nonempty set $E$ with an upper bound. Then let&lt;/p>
&lt;p>$B={x\in\mathbb{R}: x\geq e \forall e\in E}$
i.e. $B$ is the set of all upper bounds of $E$&lt;/p>
&lt;p>and let $A$ be the complement of $B$.
$A={x\in\mathbb{R}: x\lt e$ for some $e\in E}$&lt;/p>
&lt;p>Since $E$ is non-empty and bounded above, $B$ is nonempty as well as $A$. The union of $A$ and $B$ is $\mathbb{R}$ by construction. Suppose $a\in A$ and $b\in B$. If $b\le a$, we have $e\leq a \forall e\in E$, so $A\in B$: a contradiction.&lt;/p>
&lt;p>Since $b&amp;gt;a$ for all $a \in A$ and $b \in B$, we know there exists $d$ such that $a \leq d$ and $d \leq b$ by Cut Property. We want to show that $d$ is the supremum for E.&lt;/p>
&lt;p>To show that $d$ is an upper bound of $E$, suppose some $s$ in $E$ exceeds $d$. Since $(s + d)/2$ exceeds $d$, it
belongs to $B$, so by the definition of $B$ it must be an upper bound of $E$, which is impossible since $s &amp;gt; (s + d)/2$. To show that $d$ is a least upper bound of $E$, suppose that some $a &amp;lt; d$ is an upper bound of $E$. But $a$ (being less than $d$) is in $A$, so it can’t be an upper bound of $E$.&lt;/p>
&lt;p>Source: &lt;a href="https://arxiv.org/abs/1204.4483">https://arxiv.org/abs/1204.4483&lt;/a>&lt;/p>
&lt;p>(c) give a concrete example showing that the Cut Property is not a valid statement when $\Bbb R$ is replaced by $\Bbb Q$.
Hint: Find the break point in $\Bbb Q:$ $\sqrt{5},\sqrt{3},\dots$
Consider $A = (-\infty, 0) \cup {x \ge 0 : x^2 \le 3}$ and $B = {x \ge 0 : x^2 \gt 3}$
If such a number $c$ existed, we would have $c^2 = 3$. But there is no rational number for which this is true.&lt;/p>
&lt;p>&lt;strong>Exercise 1.3.11.&lt;/strong> Without worrying about formal proofs for the moment, decide if the following statements about suprema and infima are true or false. For any that are false, supply an example where the claim in question does not appear to hold.&lt;/p>
&lt;p>(a) TRUE. Since $A \subset B$, $\sup B$ is an upper bound for $A$. Since $\sup A$ is the least upper bound for $A$ by definition, it must be less than or equal $\sup B$.&lt;/p>
&lt;p>(b) TRUE. Take $c=(sup A + inf B)/2$ will work for nonempty sets $A$ and $B$.&lt;/p>
&lt;p>(c) FALSE. Consider $A = (-\infty, 3)$ and $B = (3, \infty)$, where $a&amp;lt;3&amp;lt;b$ and $sup A = inf B$.&lt;/p>
&lt;p>&lt;strong>Exercise 1.4.2.&lt;/strong> Let $A \subseteq \Bbb R$ be nonempty and bounded above, and let $s \in \Bbb R$ have the property that for all $n \in \Bbb N$, s + 1/n is an upper bound for A and s − 1/n is not an upper bound for A. Show s = supA.&lt;/p>
&lt;p>Suppose s is not an upper bound for A. Then $\exists a \in A$ such that $s \lt a$. Take $\delta = a - s$ and $n_0 \in \Bbb N$ to be large enough so that $1/\delta &amp;lt; n_0$ i.e. $1/n_0 &amp;lt; \delta$. By definition, $s+1/n_0$ is an upper bound for $A$, but $s+1/n_0&amp;lt;s+\delta=a\in A$: a contradiction.&lt;/p>
&lt;p>Let $\epsilon&amp;gt;0$. Take $n_1 \in \Bbb N$ to be large enough so that $1/\epsilon &amp;lt; n_1$ i.e. $1/n_1 &amp;lt; \epsilon$. By definition, $\exists a \in A$ such that $ s-\epsilon \lt s-1/n_1 \lt a$. Hence s = sup A.&lt;/p>
&lt;p>&lt;strong>Exercise 1.4.4.&lt;/strong> Let $a \lt b$ be real numbers and consider the set $T=\mathbb{Q}\cap[a,b]$. Show $\sup T=b$&lt;/p>
&lt;p>If $x\in T$, then $x\in [a,b]$, and if $x\in [a,b]$, then $x\leq b$ i.e. $b$ is an upper bound for T.&lt;/p>
&lt;p>To show that $b$ is a least upper bound of $T$, suppose that some $c \lt b$ is an upper bound of $T$. Since the rationals are dense in $\Bbb R$ there exists a rational $t$ such that $a\lt c \lt t \lt b$. This means $t \in [a,b]$ and $t \lt c$ by definition of upper bound, which is a contradiction.&lt;/p>
&lt;p>&lt;strong>Exercise 1.4.6.&lt;/strong> Which of the following sets are dense in $\Bbb R$? Take $p \in \Bbb Z$ and $q \in \Bbb N$ in every case.&lt;/p>
&lt;p>(a) The set of all rational numbers $p/q$ with $q \leq 10$.
Not dense in $\Bbb R$.
For any distinct $\frac pq$ and $\frac{p&amp;rsquo;}{q&amp;rsquo;}$ with $q,q&amp;rsquo;\le 10$ the difference $$ \frac pq-\frac{p&amp;rsquo;}{q&amp;rsquo;}=\frac{pq&amp;rsquo;-p&amp;rsquo;q}{qq&amp;rsquo;}$$ is a fraction with non-zero numerator and denominator$\le 10^2$, hence is $\ge \frac{1}{10^2}$ in absolute value. For example, no element in this set can be found between $1/500$ and $2/500$.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/1638526/how-do-you-show-a-set-is-dense-for-example-is-the-set-of-all-rational-numbers">https://math.stackexchange.com/questions/1638526/how-do-you-show-a-set-is-dense-for-example-is-the-set-of-all-rational-numbers&lt;/a>&lt;/p>
&lt;p>(b) The set of all rational numbers $p/q$ with $q$ a power of $2$.
Dense in $\Bbb R$.
Consider two arbitrary real numbers $a,b$ with $a\lt b $,
By the Archimedean Property there exists $n \in \mathbb N$ such that $$0\lt \frac{1}{n} \lt b-a ;;\text{ which implies} ;; 0\lt \frac{1}{2^{n}}\lt \frac{1}{n}\lt b-a$$
Thus we have $1\lt b2^n-a2^n$.
As the distance between $a2^n$ and $b2^n$ is greater than $1$, there exists $m \in \mathbb N$ such that $a2^{n}\lt m\lt b2^{n}$
which implies that $a \lt \frac{m}{2^{n}} \lt b$. Since $a$ and $b$ were arbitrary, the claim is proved.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/3968925/proof-of-dyadic-rational-numbers-are-dense-in-mathbb-r">https://math.stackexchange.com/questions/3968925/proof-of-dyadic-rational-numbers-are-dense-in-mathbb-r&lt;/a>&lt;/p>
&lt;p>(c) The set of all rational numbers $p/q$ with $10|p| \geq q$.&lt;/p>
&lt;p>Not dense in $\Bbb R$.
Rational numbers between (-1/10,1/20) are missing.
For example, no element in this set can be found between $-1/20$ and $-1/30$.&lt;/p>
&lt;p>Source: &lt;a href="https://www.reddit.com/r/HomeworkHelp/comments/7ruu7u/real_analysis_density_of_subsets_of_q_in_r/">https://www.reddit.com/r/HomeworkHelp/comments/7ruu7u/real_analysis_density_of_subsets_of_q_in_r/&lt;/a>&lt;/p>
&lt;p>&lt;strong>Exercise 1.4.8.&lt;/strong> Give an example of each or state that the request is impossible. When a request is impossible, provide a compelling argument for why this is the case.&lt;/p>
&lt;p>(a) Two sets A and B with $A \cap B = \emptyset$, supA = supB, $supA \not \in A $ and $supB \not \in B$.
$A={x|x\in I,x\in (0,1)}$
$B={x|x\in Q,x\in (0,1)}$&lt;/p>
&lt;p>(b) A sequence of nested open intervals $J_1 \supseteq J_2 \supseteq J_3 \supseteq \dots $ with $\cap^\infty_{n=1}J_n$ nonempty but containing only a finite number of elements.
$J_n = (5-1/n,5+1/n), n \in \Bbb N, \cap^\infty_{n=1}J_n=5$&lt;/p>
&lt;p>(c) A sequence of nested unbounded closed intervals $L_1 \supseteq L_2 \supseteq L_3 \supseteq \dots $ with $\cap^\infty_{n=1}L_n=\emptyset$ (An unbounded closed interval has the form $[a,\infty) = {x \in \Bbb R : x \geq a}$.)
$L_n = [n,\infty), n \in \Bbb N, \cap^\infty_{n=1}J_n=\emptyset$&lt;/p>
&lt;p>(d) A sequence of closed bounded (not necessarily nested) intervals $I_1, I_2, I_3, \dots$ with the property that $\cap^N_{n=1} I_n \neq \emptyset$ for all $N \in \Bbb N$, but $\cap^\infty_{n=1} I_n = \emptyset$.
The answer is negative, because then $\cap^N_{n=1} I_n$ for all $N \in \Bbb N$ is a decreasing sequence of non-empty closed and bounded intervals and therefore its intersection is non-empty.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/2619781/intersection-of-a-sequence-of-closed-intervals">https://math.stackexchange.com/questions/2619781/intersection-of-a-sequence-of-closed-intervals&lt;/a>&lt;/p>
&lt;h2 id="appendix-for-unused-sources">Appendix for unused sources&lt;/h2>
&lt;p>By definition, $d$ is an upper bound for A. So it is an upper bound for $E$, because if there exists $e \in E$ with $d&amp;lt;e$, then $d&amp;lt;\frac{d+e}{2}$. $\frac{d+e}{2}$ cannot be in $B$ (indeed, it&amp;rsquo;s not an upper bound for $E$, because it&amp;rsquo;s less than $e$) so it must be in $A$, but this contradicts that $d$ is an upper bound for $A$.&lt;/p>
&lt;p>Source: &lt;a href="https://math.stackexchange.com/questions/2228772/assume-mathbbr-possesses-the-cut-property-and-let-e-be-a-nonempty-that-is-b">https://math.stackexchange.com/questions/2228772/assume-mathbbr-possesses-the-cut-property-and-let-e-be-a-nonempty-that-is-b&lt;/a>&lt;/p>
&lt;p>If possible, suppose $A$ has the greatest member, say $a'$. Then, $a&amp;rsquo; \in A \Rightarrow a&amp;rsquo; \not\in B$. We know $\exists s \in E$ such that $a&amp;rsquo; \lt s$, since $a'&amp;lt;(a'+s)/2 \in B$, $(a'+s)/2 $ is an upper bound of $S$. This contradiction leads to the fact that $A$ has no greatest member. And so, $B$ has the least member. Hence, the set of upper bounds of a non-empty set 𝑆 bounded above has a least member, which is the completeness axiom in $\Bbb R$. Hence the theorem is proved.&lt;/p>
&lt;p>Read more: &lt;a href="https://www.emathzone.com/tutorials/real-analysis/dedekind-property.html#ixzz72M0m5FcR">https://www.emathzone.com/tutorials/real-analysis/dedekind-property.html#ixzz72M0m5FcR&lt;/a>&lt;/p></description></item></channel></rss>