Skip to content

Commit 1a0434e

Browse files
authored
Merge pull request #71 from mircea-5/issue-ex-1.3.10b
Fix for issue #66, more rigorous proof of 1.3.10 (b)
2 parents 1aef540 + fd76038 commit 1a0434e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

chapters/chapter1/chapter1-3.tex

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,10 @@ \section{The Axiom of Completeness}
163163
\begin{solution}
164164
\enum{
165165
\item If $c = \sup A = \inf B$ then $a \le c \le b$ is obvious. So we must only prove $\sup A = \inf B$. If $\sup A < \inf B$ then consider $c=\frac{\sup A + \inf B}{2}$. $c > \sup A$ and therefore $c \notin A$; similarly $c < \inf B$ and therefore $c \notin B$, implying $A \cup B \ne \mathbf{R}$. If $\sup A > \inf B$ then we can find $a$ such that $a > b$ by subtracting $\epsilon > 0$ and using the least upper/lower bound facts, similarly to Lemma 1.3.8. Thus $\sup A$ must equal $\inf B$ since we have shown both alternatives are impossible.
166-
\item Let $B = \{x \mid e < x,\forall e\in E\}$ and let $A = B^c$. Clearly $a < b$ so the cut property applies. We have $a \le c \le b$ and must show the two conditions for $c = \sup E$
167-
\enumr{
168-
\item Since $E \subseteq A$, $a \le c$ implies $e \le c$ thus $c$ is an upper bound.
169-
\item $c \le b$ implies $c$ is the smallest upper bound.
170-
}
171-
172-
Note: Using (a) here would be wrong, it assumes the axiom of completeness so we would be making a circular argument.
166+
\item If $E$ has a maximum element, then this element is $\sup E$, and we are done. \\
167+
Consider the case where $E$ has no maximum element. Let $B$ be the set of all upper bounds of $E$ and let $A=B^c$. There is no element of $E$ in $B$; otherwise, $E$ has a maximum element. Thus, $E \subseteq A$. \\
168+
By the Cut Property, there exists $c$ such that $a \leq c \leq b$ for all $a \in A$ and $b \in B$. Since $c$ is an upper bound on A and $E \subseteq A$, $c$ is also an upper bound on E. Since $c \leq b$, $c$ is the lowest upper bound. \\
169+
Therefore, $c = \sup E$.
173170

174171
\item $A = \{r \in \mathbf{Q} \mid r^2 < 2 \text{ or } r < 0\}$, $B = A^c$ does not satisfy the cut property in $\mathbf{Q}$ since $\sqrt{2} \notin \mathbf{Q}$.
175172

0 commit comments

Comments
 (0)