[FMFP] Fix small error

This commit is contained in:
2026-05-04 09:18:14 +02:00
parent 3d6d85f4df
commit 1d38412334
2 changed files with 1 additions and 1 deletions
@@ -36,7 +36,7 @@ In IMP however, this kind of action leads to equivalence:
\]
So what we have to prove is this:
\[
\forall b, s, \sigma, \sigma'.(\vdash \langle \texttt{while b do s end}, \sigma \rangle \; \simeq \;
\forall b, s, \sigma, \sigma'.(\vdash \langle \texttt{while b do s end}, \sigma \rangle \; \Leftrightarrow \;
\vdash \langle \texttt{if b then s; while b do s end end}, \sigma \rangle \rightarrow \sigma')
\]