From 11b2a38aec9323ad4bc69ff7505e7f24f6833b39 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 18 Nov 2020 16:27:27 +0000 Subject: Continue on simulation diagram --- proof.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/proof.tex b/proof.tex index 67b3e0b..f9a41bf 100644 --- a/proof.tex +++ b/proof.tex @@ -68,13 +68,13 @@ Using the \texttt{match\_states}, we can then define the correctness theorem for \begin{tikzpicture} \begin{scope} \node[circle] (s1) at (0,1.5) {$R, M, \textit{pc}$}; - \node[circle] (r1) at (6,1.5) {$\Gamma_{r}, \Gamma_{a}, \Gamma_{r}!\sigma$}; + \node[circle] (r1) at (6.5,1.5) {$\Gamma_{r}, \Gamma_{a}$}; \node[circle] (s2) at (0,0) {$R', M', \textit{pc}'$}; - \node[circle] (r2) at (6,0) {$\Gamma_{r}', \Gamma_{a}', \Gamma_{r}'!\sigma$}; - \node at (6.3,0.75) {+}; + \node[circle] (r2) at (6.5,0) {$\Gamma_{r}', \Gamma_{a}'$}; + \node at (6.8,0.75) {+}; \draw (s1) -- node[above] {$R \le \Gamma_{r} \land M \le \Gamma_{a} \land \textit{pc} = \Gamma_{r}!\sigma$} ++ (r1); - \draw[-{Latex}] ($(s1.south) + (0,0.3)$) -- ($(s2.north) - (0,0.3)$); - \draw[-{Latex},dashed] ($(r1.south) + (0,0.4)$) -- ($(r2.north) - (0,0.4)$); + \draw[-{Latex}] ($(s1.south) + (0,0.4)$) -- ($(s2.north) - (0,0.4)$); + \draw[-{Latex},dashed] ($(r1.south) + (0,0.2)$) -- ($(r2.north) - (0,0.2)$); \draw[dashed] (s2) -- node[above] {$R' \le \Gamma_{r}' \land M' \le \Gamma_{a}' \land \textit{pc}' = \Gamma_{r}'!\sigma$} ++ (r2); \end{scope} \end{tikzpicture} -- cgit