Change "there exists valuation" to "there exists a valuation"

This commit is contained in:
Clément Pit-Claudel 2021-03-15 19:00:41 +00:00 committed by GitHub
parent 3c419e5072
commit 4cf22df58a
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}
\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}
\begin{proof}