summaryrefslogtreecommitdiff
path: root/chapters/core/02-soundness-proof.tex
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-06-07 18:43:30 +0200
committerericmarin <maarin.eric@gmail.com>2026-06-26 09:57:03 +0200
commit8eb2ce59ae307984a5b40a05cefec1f7e112fb02 (patch)
treea5883bf6a66f9cdb4e4ab71e49a6d1983a5faf1d /chapters/core/02-soundness-proof.tex
parentc7e9856b051eda98ca2102549d4f03ad518d0d90 (diff)
downloadvein-8eb2ce59ae307984a5b40a05cefec1f7e112fb02.tar.gz
vein-8eb2ce59ae307984a5b40a05cefec1f7e112fb02.zip
core
Diffstat (limited to 'chapters/core/02-soundness-proof.tex')
-rw-r--r--chapters/core/02-soundness-proof.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/chapters/core/02-soundness-proof.tex b/chapters/core/02-soundness-proof.tex
index c353946..6b014da 100644
--- a/chapters/core/02-soundness-proof.tex
+++ b/chapters/core/02-soundness-proof.tex
@@ -1,7 +1,10 @@
\section{Soundness Proof}
\label{sec:soundness-proof}
-% This section contains the proof that my tool is sound
+This section contains proof of 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
+induction proof (\textbf{\Cref{sec:soundness-of-reduction}}).
\input{chapters/core/soundness-proof/01-mathematical-definitions}