Skip to content
Snippets Groups Projects
Commit 6bd50654 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix adequacy stmt

parent adac2c8b
No related branches found
No related tags found
No related merge requests found
......@@ -360,7 +360,7 @@ To express the adequacy statement for functional correctness, we assume that the
The signature can of course state arbitrary additional properties of $\pred$, as long as they are proven sound.
The adequacy statement now reads as follows:
\begin{align*}
&\All \mask, \expr, \val, \pred, \state.
&\All \mask, \expr, \val, \state.
\\&( \TRUE \proves {\upd}_\mask \Exists S. S(\state) * \wpre{\expr}[\mask]{x.\; \pred(x)}) \Ra
\\&\expr, \state \vDash V
\end{align*}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment