Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos and add a reference in circle.tex #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions circle.tex
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ \section{\Coverings}
two points (i.e., each preimage can be merely identified with $\bool$).
However, $A$ is not the constant family, like $A'$ depicted on the right,
since we have a string of equivalences
$A'\defeq\sum_{z:\Sc}\bool\eqto(\Sc\times\bool)\eqto(\Sc+\Sc)$,
$A'\defeq\sum_{z:\Sc}\bool\eqto(\Sc\times\bool)\eqto(\Sc\amalg\Sc)$,
and the latter type is not connected.
Obviously something way more fascinating is going on.

Expand All @@ -578,7 +578,7 @@ \section{\Coverings}
\node[fill,circle,inner sep=1pt] at (-1,1) {};
% \node (L) at (1,-3) {(left)};
\begin{scope}[xshift=6cm]
\node (At) at (2,1) {$\Sc+\Sc$};
\node (At) at (2,1) {$\Sc\amalg\Sc$};
\node (Bt) at (2,-2) {$\Sc$};
\draw[->] (At) -- (Bt);
\draw (0,-2) ellipse (1 and .3);
Expand Down Expand Up @@ -1162,7 +1162,7 @@ \section{The symmetries in the circle}

We note in passing that combining the above two exercises
yields an equivalence from $(\Sc\eqto\Sc)$ to $(\Sc\amalg\Sc)$,
that is, a characterization of the symmetries \emph{of} the cycle
that is, a characterization of the symmetries \emph{of} the circle
(in constrast to the title of this \cref{sec:symcirc}).


Expand Down Expand Up @@ -2144,7 +2144,7 @@ \section{Connected \coverings over the circle}
The Limited Principle of Omniscience (\cref{LPO})
implies that the type of connected decidable \coverings over the circle is the sum
of the component containing the universal \covering and for each positive integer $m$,
the component containing the $m$-fold \covering.
the component containing the $m$-fold \covering (\cref{def:mfoldS1cover}).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the first mention of $m$-fold set bundles, perhaps the referenced definition should introduce this term (currently it uses the term degree m function).

\end{lemma}

\begin{remark}
Expand Down