Skip to content

Commit a828f40

Browse files
authored
Merge pull request #1182 from Bolpat/patch-2
Fix typo: Missing closing `|` for absolute value
2 parents 826a049 + ce4e391 commit a828f40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

errata.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,10 @@
931931
& 1270-g3f17b85
932932
& In the proof, $n : \N$ should be $k : \N$. And the range of $i$ should be $0 \leq i \leq k$. Also in the last equation, $r(\lim x) = \ell$ should be $\lim x = \ell$.\\
933933
%
934+
\cref{ctb-uniformly-continuous-sup}
935+
& % merge of 2c2d15123c917c33d7ea21c14ca08f86f8d93b55
936+
& In the proof, $|f(x) - f(y_i) < \epsilon$ should be $|f(x) - f(y_i)| < \epsilon$.\\
937+
%
934938
\cref{defn:inductive-cover}
935939
& 57-g671b000
936940
& In (\cref{defn:inductive-cover-interval-1}), the order of $r$ and $s$ should be flipped on the right-hand side: $(r, s)$ should be $(s, r)$.\\

reals.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ \section{Compactness of the interval}
20902090
We claim that $m \defeq \lim x$ is the supremum of~$f$. To prove that $f(x) \leq m$ for
20912091
all $x : M$ it suffices to show $\lnot (m < f(x))$. So suppose to the contrary that $m <
20922092
f(x)$. There is $\epsilon : \Qp$ such that $m + \epsilon < f(x)$. But now merely for
2093-
some $y_i$ participating in the definition of $x_\epsilon$ we get $|f(x) - f(y_i) <
2093+
some $y_i$ participating in the definition of $x_\epsilon$ we get $|f(x) - f(y_i)| <
20942094
\epsilon$, therefore $m < f(x) - \epsilon < f(y_i) \leq m$, a contradiction.
20952095

20962096
We finish the proof by showing that $m$ satisfies the second part of the theorem, because

0 commit comments

Comments
 (0)