summaryrefslogtreecommitdiff
path: root/chapters/core/02-soundness-proof.tex
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-05-05 10:52:37 +0200
committerericmarin <maarin.eric@gmail.com>2026-06-26 09:57:03 +0200
commita3411c1561690d13e376498a5f560abf2ca2c371 (patch)
tree06196ccbbf582f21e595106144a213a2b275c861 /chapters/core/02-soundness-proof.tex
parent275ab963cd93db2f9cd2d80733922233c6668749 (diff)
downloadvein-a3411c1561690d13e376498a5f560abf2ca2c371.tar.gz
vein-a3411c1561690d13e376498a5f560abf2ca2c371.zip
core chapter skeleton
Diffstat (limited to 'chapters/core/02-soundness-proof.tex')
-rw-r--r--chapters/core/02-soundness-proof.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/chapters/core/02-soundness-proof.tex b/chapters/core/02-soundness-proof.tex
new file mode 100644
index 0000000..c353946
--- /dev/null
+++ b/chapters/core/02-soundness-proof.tex
@@ -0,0 +1,12 @@
+\section{Soundness Proof}
+\label{sec:soundness-proof}
+
+% This section contains the proof that my tool is sound
+
+\input{chapters/core/soundness-proof/01-mathematical-definitions}
+
+\input{chapters/core/soundness-proof/02-soundness-of-translation}
+
+\input{chapters/core/soundness-proof/03-soundness-of-interaction-rules}
+
+\input{chapters/core/soundness-proof/04-soundness-of-reduction}