diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-28 02:47:32 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-28 02:47:32 +0100 |
| commit | db65acb9b4243b038b6f649a1fd684388ec640a9 (patch) | |
| tree | a14283e9327915ef4bbe5807183560d947fc6c0c /source/wg05 | |
| parent | 3f173eec57ac769a36034e68c190eadc5db6664a (diff) | |
chore: paper improvements, sending WG03 to preprint as well.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'source/wg05')
| -rw-r--r-- | source/wg05/tn/tn001.05.tex | 33 | ||||
| -rw-r--r-- | source/wg05/wg05.tex | 2 |
2 files changed, 25 insertions, 10 deletions
diff --git a/source/wg05/tn/tn001.05.tex b/source/wg05/tn/tn001.05.tex index 41b5830..84be024 100644 --- a/source/wg05/tn/tn001.05.tex +++ b/source/wg05/tn/tn001.05.tex @@ -19,7 +19,7 @@ \bf \maketitle \begin{center} - \rule[1cm]{17cm}{0.01cm} + \rule[0.01cm]{17cm}{0.01cm} \end{center} \begin{center} @@ -34,24 +34,39 @@ This paper covers the algebraic properties and concepts of `The Execution Semant \section{The Execution Product} -Let $F(x, y, z)$ be an Execution Product of variable arguments $x$, $y$, $z$ defined in compatible and composable execution context $E$: \\ -Let the index $\alpha$ denote the current execution domain of an execution product.\\ -$F(x, y, z) = \prod_{\alpha=1}^{n}(x_{\alpha} \times y_{\alpha} \times z_{\alpha})+C$. Where $C$ is the Unknown Execution of $F(x, y, z)$—now defined as $g(E)$. +Let $\Gamma(x, y, z)$ be an Execution Product of variable arguments $x$, $y$, $z$ defined in compatible and composable execution context $E$: \\ +Let the index $\alpha$ denote the current execution domain of an execution product.\\ +The following formula: +$\Gamma(x, y, z) = \prod_{\alpha=1}^{n}(x_{\alpha} \times y_{\alpha} \times z_{\alpha})+C$. Is defined as the execution product. Where $C$ is the Unknown Execution of $\Gamma(x, y, z)$—now defined as $g(E)$. + +\subsection{Properties} + +\begin{enumerate} -\section{The Unknown Execution Property} + \item $\Gamma$ as defined previously as the `Execution Product' shall always be valid within the execution context $E$. -Let an `Unknown Execution' $U$ be defined regarding an execution product $F$ \\ -Let `Null' be defined as $\varnothing$. + \item The execution context $E$ shall not denote $\varnothing$. + +\end{enumerate} + +\section{The Unknown Execution} + +Let an `Unknown Execution' $U$ be defined regarding an execution product $\Gamma$ \\ +Let $N$ be defined as $\varnothing$. \subsection{Properties} \begin{enumerate} - \item $U$ shall not be equal to Null. - \item The execution domain of $F$ shall not be Null. + \item $U$ shall not be equal to $N$. + \item The execution domain of $\Gamma$ shall not be $N$. \end{enumerate} +\section{Conclusion} + +Such Concepts and Properties are essential for `Execution Theory' formality as per defined in El Mahrouss, A. paper. + \section{References} \begin{enumerate} diff --git a/source/wg05/wg05.tex b/source/wg05/wg05.tex index 1ced656..da2fa29 100644 --- a/source/wg05/wg05.tex +++ b/source/wg05/wg05.tex @@ -19,7 +19,7 @@ \bf \maketitle \begin{center} - \rule[1cm]{17cm}{0.01cm} + \rule[0.01cm]{17cm}{0.01cm} \end{center} \begin{abstract} |
