diff options
| -rw-r--r-- | source/dn001.05/paper.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/dn001.05/paper.tex b/source/dn001.05/paper.tex index cdbbd00..db112c3 100644 --- a/source/dn001.05/paper.tex +++ b/source/dn001.05/paper.tex @@ -35,13 +35,13 @@ 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 $\Gamma(x, y, ..., z)$ be an execution product of variable arguments $x$, $y$, $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 z_{i})+\mathbb{U} +\Gamma(x, y, ..., z) = \prod_{i=1}^{n}(x_{i} \times y_{i} \times ... \times z_{i})+\mathbb{U} \end{equation} -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 $\Gamma(x, y, z)$, now defined as $g(\mathbb{E})$. \subsection{Properties of $\Gamma$} |
