Difference between revisions of "Minimal negation operator"
Jon Awbrey (talk | contribs) (→Charts and graphs: close <p>'s) |
Jon Awbrey (talk | contribs) (add exposition) |
||
Line 8: | Line 8: | ||
| | | | ||
<math>\begin{matrix} | <math>\begin{matrix} | ||
− | \texttt{( | + | \texttt{()} |
& = & 0 | & = & 0 | ||
& = & \operatorname{false} | & = & \operatorname{false} | ||
Line 24: | Line 24: | ||
& = & x^\prime y z \lor x y^\prime z \lor x y z^\prime | & = & x^\prime y z \lor x y^\prime z \lor x y z^\prime | ||
\end{matrix}</math> | \end{matrix}</math> | ||
+ | |} | ||
+ | |||
+ | Expressing the general case of <math>\nu_k\!</math> in terms of familiar operations is facilitated by making a preliminary definition. | ||
+ | |||
+ | '''Definition.''' Let the function <math>\lnot_j : \mathbb{B}^k \to \mathbb{B},</math> for each integer <math>j \in [1, k],</math> be defined by the following equation: | ||
+ | |||
+ | {| align="center" cellpadding="8" width="90%" | ||
+ | | <math>\lnot_j (x_1, \ldots, x_j, \ldots, x_k) ~=~ x_1 \land \ldots \land x_{j-1} \land \lnot x_j \land x_{j+1} \land \ldots \land x_k.</math> | ||
+ | |} | ||
+ | |||
+ | Then <math>\nu_k : \mathbb{B}^k \to \mathbb{B}</math> is defined by the following equation: | ||
+ | |||
+ | {| align="center" cellpadding="8" width="90%" | ||
+ | | <math>\nu_k (x_1, \ldots, x_k) ~=~ \lnot_1 (x_1, \ldots, x_k) \lor \ldots \lor \lnot_j (x_1, \ldots, x_k) \lor \ldots \lor \lnot_k (x_1, \ldots, x_k).</math> | ||
|} | |} | ||
Revision as of 10:56, 24 August 2009
The minimal negation operator \(\nu\!\) is a multigrade operator \((\nu_k)_{k \in \mathbb{N}}\) where each \(\nu_k\!\) is a \(k\!\)-ary boolean function defined in such a way that \(\nu_k (x_1, \ldots , x_k) = 1\) if and only if exactly one of the arguments \(x_j\!\) is \(0.\!\)
In contexts where the initial letter \(\nu\!\) is understood, the minimal negation operators may be indicated by argument lists in parentheses. In the following text, a distinctive typeface will be used for logical expressions based on minimal negation operators, for example, \(\texttt{(x, y, z)}\) = \(\nu (x, y, z).\!\)
The first four members of this family of operators are shown below, with paraphrases in a couple of other notations, where tildes and primes, respectively, indicate logical negation
\(\begin{matrix} \texttt{()} & = & 0 & = & \operatorname{false} \'"`UNIQ-MathJax1-QINU`"' * The point \((0, 0, \ldots , 0, 0)\) with all 0's as coordinates is the point where the conjunction of all negated variables evaluates to \(1,\!\) namely, the point where:
To pass from these limiting examples to the general case, observe that a singular proposition \(s : \mathbb{B}^k \to \mathbb{B}\) can be given canonical expression as a conjunction of literals, \(s = e_1 e_2 \ldots e_{k-1} e_k\). Then the proposition \(\nu (e_1, e_2, \ldots, e_{k-1}, e_k)\) is \(1\!\) on the points adjacent to the point where \(s\!\) is \(1,\!\) and 0 everywhere else on the cube. For example, consider the case where \(k = 3.\!\) Then the minimal negation operation \(\nu (p, q, r)\!\) — written more simply as \(\texttt{(p, q, r)}\) — has the following venn diagram:
For a contrasting example, the boolean function expressed by the form \(\texttt{((p),(q),(r))}\) has the following venn diagram:
Glossary of basic terms
See alsoTemplate:Col-break
External links
|