Merge pull request #53 from cpitclaudel/patch-1

Change "there exists valuation" to "there exists a valuation"
This commit is contained in:
Adam Chlipala 2021-03-16 15:49:30 -04:00 committed by GitHub
commit d86e3278c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2032,7 +2032,7 @@ The intuition behind the rules may come best from working out an example.
\newcommand{\smallsteps}[2]{#1 \to^* #2} \newcommand{\smallsteps}[2]{#1 \to^* #2}
\begin{theorem} \begin{theorem}
There exists valuation $v$ such that $\smallsteps{(\mupd{\mempty}{\mathtt{input}}{2}, \mathtt{factorial})}{(v, \skipe)}$ and $\msel{v}{\mathtt{output}} = 2$. There exists a valuation $v$ such that $\smallsteps{(\mupd{\mempty}{\mathtt{input}}{2}, \mathtt{factorial})}{(v, \skipe)}$ and $\msel{v}{\mathtt{output}} = 2$.
\end{theorem} \end{theorem}
\begin{proof} \begin{proof}