diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-15 18:12:09 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-15 18:12:09 +0100 |
| commit | 3bbead9c02421281142557df2b3674283b621d19 (patch) | |
| tree | 8d6570331f989151c683ae47dfc89646b3fb9f24 | |
| parent | 2542db6f0d2a3ebf25ca24bd9307c49253089dcb (diff) | |
feat: paper improvements. (papers).
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | source/dn001.05/paper.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/source/dn001.05/paper.tex b/source/dn001.05/paper.tex index e156bf8..9f62265 100644 --- a/source/dn001.05/paper.tex +++ b/source/dn001.05/paper.tex @@ -35,34 +35,34 @@ We will define their concepts alongside their properties. We assume the reader h \section{The Execution Product Formula} -Let $\Gamma(x, y, ..., z)$ be an execution product of variable arguments $x$, $y$, $z$ defined in compatible and composable execution context $\mathbb{E}$. \\ +Let $Pe(x, ..., z)$ be an execution product of variable arguments $x$, $...$, to $z$ defined in compatible and composable execution context $\mathbb{E}$. \\ Let the index $i$ denote the current execution domain of an execution product. \\ \\ Consider the following formula: \begin{equation} -\Gamma(x, y, ..., z) = \prod_{i=1}^{n}(x_{i} \times y_{i} \times ... \times z_{i})+\mathbb{U} +Pe(x, ..., z) = \prod_{i=1}^{n}(x_{i} \times ... \times z_{i})+\mathbb{U} \end{equation} -In which we define as the execution product, where $\mathbb{U}$ is the Unknown Execution of $\Gamma(x, y, ..., z)$, now defined as $g(\mathbb{E})$. +In which we define as the execution product, where $\mathbb{U}$ is the Unknown Execution of $Pe(x, ..., z)$, now defined as $g(\mathbb{E})$. -\subsection{Properties of $\Gamma$} +\subsection{Properties of $Pe$} \begin{enumerate} - \item $\Gamma$ as defined previously as the `execution product' shall always be valid within the execution context $\mathbb{E}$. + \item $Pe$ as defined previously as the `execution product' shall always be valid within the execution context $\mathbb{E}$. \item The execution context $\mathbb{E}$ shall not denote $\varnothing$. \end{enumerate} \section{The Unknown Execution Property $\mathbb{U}$} -Let $\mathbb{U} \in \Gamma$ be the `Unknown Execution' as $\mathbb{U} = g(\mathbb{E})$.\\ -Let $\mathbb{V} = \varnothing$ denote the `Empty Execution', with $\mathbb{V} \notin \Gamma$. +Let $\mathbb{U} \in Pe$ be the `Unknown Execution' as $\mathbb{U} = g(\mathbb{E})$.\\ +Let $\mathbb{V} = \varnothing$ denote the `Empty Execution', with $\mathbb{V} \notin Pe$. \subsection{Properties of $\mathbb{U}$} \begin{enumerate} \item $\mathbb{U}$ shall not be equal to $\mathbb{V}$. - \item The Execution Domain of $\Gamma$ shall not be equal to $\mathbb{V}$. + \item The Execution Domain of $Pe$ shall not be equal to $\mathbb{V}$. \end{enumerate} |
