Skip to content

Commit 671b000

Browse files
authored
Merge pull request #1184 from Bolpat/patch-4
Fix incorrect ordering of `r` and `s` in Definition 11.5.13(v)
2 parents cfd0c83 + 071e83a commit 671b000

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{defn:inductive-cover}
935+
& % merge of 251b4c4fb5faf6eb21b5926309835d9d569ef2d5
936+
& 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)$.\\
937+
%
934938
\cref{sec:surreals}
935939
& 1189-ga9c35f0
936940
& The inductive case of $\iota_{\Q_D}$ should be defined as $\iota_{\Q_D}(a/2^n) \defeq \surr{\iota_{\Q_D}(a/2^n - 1/2^n)}{\iota_{\Q_D}(a/2^n + 1/2^n)}$.\\

reals.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,7 @@ \section{Compactness of the interval}
23152315
\intfam{i}{I}{(\mathcal{F}(i) \cap (s, t))}$.
23162316

23172317
\item \label{defn:inductive-cover-interval-1}
2318-
if $q < s < t < r$ then $(q, r) \cover [(q, t), (r, s)]$,
2318+
if $q < s < t < r$ then $(q, r) \cover [(q, t), (s, r)]$,
23192319

23202320
\item \label{defn:inductive-cover-interval-2}
23212321
$(q, r) \cover \intfam{u}{\setof{ (s,t) : \Q \times \Q | q < s < t < r}}{u}$.

0 commit comments

Comments
 (0)