summaryrefslogtreecommitdiff
path: root/chapters/core/02-soundness-proof.tex
blob: 6b014dae76330b42a9ecd694ad40da1348e6e589 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\section{Soundness Proof}
\label{sec:soundness-proof}

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}

\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}