summaryrefslogtreecommitdiff
path: root/chapters/core/02-soundness-proof.tex
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/core/02-soundness-proof.tex')
-rw-r--r--chapters/core/02-soundness-proof.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapters/core/02-soundness-proof.tex b/chapters/core/02-soundness-proof.tex
index 6b014da..fef6bec 100644
--- a/chapters/core/02-soundness-proof.tex
+++ b/chapters/core/02-soundness-proof.tex
@@ -1,9 +1,9 @@
\section{Soundness Proof}
\label{sec:soundness-proof}
-This section contains proof of soundness of the VEIN framework, which is organized in mathematical
+This section contains proof of the soundness of the VEIN framework, which is organized in mathematical
definitions (\textbf{\Cref{sec:mathematical-definitions}}), proof of the translation layer (\textbf{\Cref{sec:soundness-of-translation}}),
-proof of the interaction rules (\textbf{\Cref{sec:soundness-of-interaction-rules}}) and the final
+proof of the interaction rules (\textbf{\Cref{sec:soundness-of-interaction-rules}}), and the final
induction proof (\textbf{\Cref{sec:soundness-of-reduction}}).
\input{chapters/core/soundness-proof/01-mathematical-definitions}