From 00439f8eacc04bee31dad6cb476d6f23f0b868dd Mon Sep 17 00:00:00 2001 From: ericmarin Date: Tue, 5 May 2026 10:52:37 +0200 Subject: core chapter skeleton --- chapters/core/soundness-proof/01-mathematical-definitions.tex | 4 ++++ chapters/core/soundness-proof/02-soundness-of-translation.tex | 4 ++++ chapters/core/soundness-proof/03-soundness-of-interaction-rules.tex | 4 ++++ chapters/core/soundness-proof/04-soundness-of-reduction.tex | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 chapters/core/soundness-proof/01-mathematical-definitions.tex create mode 100644 chapters/core/soundness-proof/02-soundness-of-translation.tex create mode 100644 chapters/core/soundness-proof/03-soundness-of-interaction-rules.tex create mode 100644 chapters/core/soundness-proof/04-soundness-of-reduction.tex (limited to 'chapters/core/soundness-proof') diff --git a/chapters/core/soundness-proof/01-mathematical-definitions.tex b/chapters/core/soundness-proof/01-mathematical-definitions.tex new file mode 100644 index 0000000..3d8c031 --- /dev/null +++ b/chapters/core/soundness-proof/01-mathematical-definitions.tex @@ -0,0 +1,4 @@ +\subsection{Mathematical Definitions} +\label{sec:mathematical-definitions} + +% This subsection contains the mathematical definitions used in the proof diff --git a/chapters/core/soundness-proof/02-soundness-of-translation.tex b/chapters/core/soundness-proof/02-soundness-of-translation.tex new file mode 100644 index 0000000..f112aa5 --- /dev/null +++ b/chapters/core/soundness-proof/02-soundness-of-translation.tex @@ -0,0 +1,4 @@ +\subsection{Soundness of Translation} +\label{sec:soundness-of-translation} + +% This subsection gives the proof for ONNX-to-Inpla translation soundness diff --git a/chapters/core/soundness-proof/03-soundness-of-interaction-rules.tex b/chapters/core/soundness-proof/03-soundness-of-interaction-rules.tex new file mode 100644 index 0000000..9aa84ac --- /dev/null +++ b/chapters/core/soundness-proof/03-soundness-of-interaction-rules.tex @@ -0,0 +1,4 @@ +\subsection{Soundness of Interaction Rules} +\label{sec:soundness-of-interaction-rules} + +% This subsections gives the proof for each interaction rule diff --git a/chapters/core/soundness-proof/04-soundness-of-reduction.tex b/chapters/core/soundness-proof/04-soundness-of-reduction.tex new file mode 100644 index 0000000..b2d6116 --- /dev/null +++ b/chapters/core/soundness-proof/04-soundness-of-reduction.tex @@ -0,0 +1,4 @@ +\subsection{Soundness of Reduction} +\label{sec:soundness-of-reduction} + +% This subsection gives the proof that each reduction step doesn't alter the semantic -- cgit v1.2.3