Skip to content

Commit ce4e391

Browse files
authored
Merge branch 'master' into patch-2
2 parents 5ea86ba + 826a049 commit ce4e391

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
@@ -935,6 +935,10 @@
935935
& % merge of 2c2d15123c917c33d7ea21c14ca08f86f8d93b55
936936
& In the proof, $|f(x) - f(y_i) < \epsilon$ should be $|f(x) - f(y_i)| < \epsilon$.\\
937937
%
938+
\cref{defn:inductive-cover}
939+
& 57-g671b000
940+
& 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)$.\\
941+
%
938942
\cref{sec:surreals}
939943
& 1189-ga9c35f0
940944
& 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)