Skip to content

Commit

Permalink
typos; fixes #89
Browse files Browse the repository at this point in the history
  • Loading branch information
rzach committed Nov 26, 2023
1 parent 8d0ab2d commit 3a0aca8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions forallx-yyc-fol.tex
Original file line number Diff line number Diff line change
Expand Up @@ -696,11 +696,11 @@ \section{The order of quantifiers}\label{ss:OrderQuant}
\begin{itemize}
\item A function $f$ is \emph{pointwise continuous} if
\[
\forall \epsilon\forall x\forall y\exists \delta(\left|x - y\right| < \delta \to \left|\atom{F}{x} - f(y)\right| < \epsilon)
\forall \epsilon\forall x\forall y\exists \delta(\left|x - y\right| < \delta \to \left|f(x) - f(y)\right| < \epsilon)
\]
\item A function $f$ is \emph{uniformly continuous} if
\[
\forall \epsilon\exists \delta\forall x\forall y(\left|x - y\right| < \delta \to \left|\atom{F}{x} - f(y)\right| < \epsilon)
\forall \epsilon\exists \delta\forall x\forall y(\left|x - y\right| < \delta \to \left|f(x) - f(y)\right| < \epsilon)
\]
\end{itemize}

Expand Down
2 changes: 1 addition & 1 deletion forallx-yyc-interpretations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ \section{When the main logical operator is a quantifier}
allow formulas such as `$\exists x(\forall x\,\atom{F}{x} \eif
\atom{G}{x})$', where different quantifiers bind the same variables.
We consider only `$\forall x\,\atom{F}{x} \eif \atom{G}{e}$' as a
susbstitution instance of this formula, and not `$\atom{F}{e} \eif
substitution instance of this formula, and not `$\atom{F}{e} \eif
\atom{G}{e}$', because the `$x$' in `$\atom{F}{x}$' is not free---it
is bound by `$\forall x$'. (You may want to review \cref{s:FreeVars}
in this connection.)
Expand Down
4 changes: 2 additions & 2 deletions forallx-yyc-prooffol.tex
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ \section{Existential introduction}\label{s:existsIntro}
\metav{c}\ldots)$'. We will write `$\metav{A}(\ldots \metav{x} \ldots
\metav{c}\ldots)$' to indicate any formula obtained by replacing
\emph{some or all} of the instances of the name \metav{c} with the
variable~\metav{x} (provided provided $\metav{c}$, wherever it is
variable~\metav{x} (provided~$\metav{c}$, wherever it is
replaced, does not occur in the scope of a quantifier
binding~$\metav{x}$). Armed with this, our introduction rule is:
\factoidbox{
Expand Down Expand Up @@ -349,7 +349,7 @@ \section{Quantifier rules and vacuous quantification}
In \cref{s:existsIntro}, we said that we use `$\metav{A}(\ldots
\metav{x} \ldots \metav{c}\ldots)$' to indicate any formula obtained
by replacing \emph{some or all} of the instances of the name \metav{c}
with the variable~\metav{x} \emph{provided provided $\metav{c}$,
with the variable~\metav{x} \emph{provided~$\metav{c}$,
wherever it is replaced, does not occur in the scope of a quantifier
binding~$\metav{x}$}. The emphasized restriction prohibiting the
replacement of $\metav{c}$ in some cases is somewhat subtle. You
Expand Down

0 comments on commit 3a0aca8

Please sign in to comment.