summaryrefslogtreecommitdiff
path: root/chapters/core/02-soundness-proof.tex
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-06-23 15:26:01 +0200
committerericmarin <maarin.eric@gmail.com>2026-06-26 16:47:32 +0200
commita8bb7736e2e86963bd5761cc05079447abeeaba6 (patch)
tree0071214f224846057380838e3d609790785ea930 /chapters/core/02-soundness-proof.tex
parent11f14a4763533dbc24b0e98d115071036025d4f6 (diff)
downloadvein-a8bb7736e2e86963bd5761cc05079447abeeaba6.tar.gz
vein-a8bb7736e2e86963bd5761cc05079447abeeaba6.zip
using official template + fixing language errorsthesis
Diffstat (limited to '')
-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}