PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Owner confidence rating: Medium Entry average rating: Very high
minimal negation operator (Definition)

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$ in just those cases where exactly one of the arguments $ x_j$ is 0.

In contexts where the initial letter $ \nu$ is understood, the minimal negation operators can 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{()} & = & \nu_0 & = & 0 & = & \operatorname{false} \\ [... ...xy\tilde{z} & = & x^\prime y z \lor x y^\prime z \lor x y z^\prime \end{matrix}$

To express the general case of $ \nu_k$ in terms of familiar operations, it helps to introduce an intermediary concept:

Definition. Let the function $ \lnot_j : \mathbb{B}^k \to \mathbb{B}$ be defined for each integer $ j$ in the interval $ [1, k]$ by the following equation:

$\displaystyle \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. $

Then $ \nu_k : \mathbb{B}^k \to \mathbb{B}$ is defined by the following equation:

$\displaystyle \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). $

If we think of the point $ x = (x_1, \ldots, x_k) \in \mathbb{B}^k$ as indicated by the boolean product $ x_1 \cdot \ldots \cdot x_k$ or the logical conjunction $ x_1 \land \ldots \land x_k,$ then the minimal negation $ \texttt{(} x_1, \ldots, x_k \texttt{)}$ indicates the set of points in $ \mathbb{B}^k$ that differ from $ x$ in exactly one coordinate. This makes $ \texttt{(} x_1, \ldots, x_k \texttt{)}$ a discrete functional analogue of a point omitted neighborhood in analysis, more exactly, a point omitted distance one neighborhood. In this light, the minimal negation operator can be recognized as a differential construction, an observation that opens a very wide field. It also serves to explain a variety of other names for the same concept, for example, logical boundary operator, limen operator, least action operator, or hedge operator, to name but a few. The rationale for these names is visible in the venn diagrams of the corresponding operations on sets.

The remainder of this discussion proceeds on the algebraic boolean convention that the plus sign $ (+)$ and the summation symbol $ (\textstyle\sum)$ both refer to addition modulo 2. Unless otherwise noted, the boolean domain $ \mathbb{B} = \{ 0, 1 \}$ is interpreted so that $ 0 = \operatorname{false}$ and $ 1 = \operatorname{true}.$ This has the following consequences:

  • The operation $ x + y$ is a function equivalent to the exclusive disjunction of $ x$ and $ y,$ while its fiber of $ 1$ is the relation of inequality between $ x$ and $ y.$
  • The operation $ \textstyle\sum_{j=1}^k x_j$ maps the bit sequence $ (x_1, \ldots, x_k)$ to its parity.

The following properties of the minimal negation operators $ \nu_k : \mathbb{B}^k \to \mathbb{B}$ may be noted:

  • The function $ \texttt{(x, y)}$ is the same as that associated with the operation $ x + y$ and the relation $ x \ne y.$
  • In contrast, $ \texttt{(x, y, z)}$ is not identical to $ x + y + z.$
  • More generally, the function $ \nu_k (x_1, \dots, x_k)$ for $ k > 2$ is not identical to the boolean sum $ \textstyle\sum_{j=1}^k x_j.$
  • The inclusive disjunctions indicated for the $ \nu_k$ of more than one argument may be replaced with exclusive disjunctions without affecting the meaning, since the terms disjoined are already disjoint.

Truth tables

Table 1 is a truth table for the sixteen boolean functions of type $ f : \mathbb{B}^3 \to \mathbb{B}$, each of which is either a boundary of a point in $ \mathbb{B}^3$ or the complement of such a boundary.

Table 1. Logical Boundaries and Their Complements
$ L_1$ $ L_2$   $ L_3$ $ L_4$
Decimal Binary   Sequential Parenthetical
    $ p =$ 1 1 1 1 0 0 0 0  
    $ q =$ 1 1 0 0 1 1 0 0  
    $ r =$ 1 0 1 0 1 0 1 0  
$ f_{104}$ $ f_{01101000}$   0 1 1 0 1 0 0 0 $ \texttt{(~p~,~q~,~r~)}$
$ f_{148}$ $ f_{10010100}$   1 0 0 1 0 1 0 0 $ \texttt{(~p~,~q~,(r))}$
$ f_{146}$ $ f_{10010010}$   1 0 0 1 0 0 1 0 $ \texttt{(~p~,(q),~r~)}$
$ f_{97}$ $ f_{01100001}$   0 1 1 0 0 0 0 1 $ \texttt{(~p~,(q),(r))}$
$ f_{134}$ $ f_{10000110}$   1 0 0 0 0 1 1 0 $ \texttt{((p),~q~,~r~)}$
$ f_{73}$ $ f_{01001001}$   0 1 0 0 1 0 0 1 $ \texttt{((p),~q~,(r))}$
$ f_{41}$ $ f_{00101001}$   0 0 1 0 1 0 0 1 $ \texttt{((p),(q),~r~)}$
$ f_{22}$ $ f_{00010110}$   0 0 0 1 0 1 1 0 $ \texttt{((p),(q),(r))}$
$ f_{233}$ $ f_{11101001}$   1 1 1 0 1 0 0 1 $ \texttt{(((p),(q),(r)))}$
$ f_{214}$ $ f_{11010110}$   1 1 0 1 0 1 1 0 $ \texttt{(((p),(q),~r~))}$
$ f_{182}$ $ f_{10110110}$   1 0 1 1 0 1 1 0 $ \texttt{(((p),~q~,(r)))}$
$ f_{121}$ $ f_{01111001}$   0 1 1 1 1 0 0 1 $ \texttt{(((p),~q~,~r~))}$
$ f_{158}$ $ f_{10011110}$   1 0 0 1 1 1 1 0 $ \texttt{((~p~,(q),(r)))}$
$ f_{109}$ $ f_{01101101}$   0 1 1 0 1 1 0 1 $ \texttt{((~p~,(q),~r~))}$
$ f_{107}$ $ f_{01101011}$   0 1 1 0 1 0 1 1 $ \texttt{((~p~,~q~,(r)))}$
$ f_{151}$ $ f_{10010111}$   1 0 0 1 0 1 1 1 $ \texttt{((~p~,~q~,~r~))}$

Charts and graphs

This Section focuses on visual representations of minimal negation operators. A few bits of terminology are useful in describing the pictures, but the formal details are tedious reading, and may be familiar to many readers, so the full definitions of the terms marked in bold are relegated to a Glossary at the end of the article.

Two ways of visualizing the space $ \mathbb{B}^k$ of $ 2^k$ points are the hypercube picture and the venn diagram picture. The hypercube picture associates each point of $ \mathbb{B}^k$ with a unique point of the $ k$-dimensional hypercube. The venn diagram picture associates each point of $ \mathbb{B}^k$ with a unique "cell" of the venn diagram on $ k$ "circles".

In addition, each point of $ \mathbb{B}^k$ is the unique point in the fiber of truth $ [\vert s\vert]$ of a singular proposition $ s : \mathbb{B}^k \to \mathbb{B}$, and thus it is the unique point where a singular conjunction of $ k$ literals is equal to 1.

For example, consider two cases at opposite vertices of the $ k$-cube:

  • The point $ (1, 1, \ldots, 1, 1)$ with all 1's as coordinates is the point where the conjunction of all posited variables evaluates to 1, namely, the point where:

    $\displaystyle x_1 ~ x_2 ~\ldots~ x_{k-1} ~ x_k ~=~ 1 $
  • 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:

    $\displaystyle \texttt{(} x_1 \texttt{)(} x_2 \texttt{)} \ldots \texttt{(} x_{k-1} \texttt{)(} x_k \texttt{)} ~=~ 1 $

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:

\includegraphics[scale=0.8]{VennDiagram1}
Figure 2.  $ \texttt{(p, q, r)}$

For a contrasting example, the boolean function expressed by the form $ \texttt{((p),(q),(r))}$ has the following venn diagram:

\includegraphics[scale=0.8]{VennDiagram2}
Figure 3.  $ \texttt{((p),(q),(r))}$

Glossary of basic terms

  • A boolean domain $ \mathbb{B}$ is a generic 2-element set, say, $ \mathbb{B} = \{ 0, 1 \}$, whose elements are interpreted as logical values, usually but not invariably with 0 = false and 1 = true.
  • A boolean variable $ x$ is a variable that takes its value from a boolean domain, as $ x \in \mathbb{B}$.
  • In situations where boolean values are interpreted as logical values, a boolean-valued function $ f : X \to \mathbb{B}$ or a boolean function $ g : \mathbb{B}^k \to \mathbb{B}$ is frequently called a proposition.
  • Given a sequence of $ k$ boolean variables, $ x_1, \ldots, x_k$, each variable $ x_j$ may be treated either as a basis element of the space $ \mathbb{B}^k$ or as a coordinate projection $ x_j : \mathbb{B}^k \to \mathbb{B}$.
  • This means that the $ k$ objects $ x_j$ for $ j$ = $ 1$ to $ k$ are just so many boolean functions $ x_j : \mathbb{B}^k \to \mathbb{B}$, subject to logical interpretation as a set of basic propositions that generate the complete set of $ 2^{2^k}$ propositions over $ \mathbb{B}^k$.
  • A literal is one of the $ 2k$ propositions $ x_1, \ldots, x_k, \texttt{(} x_1 \texttt{)}, \ldots, \texttt{(} x_k \texttt{)}$, in other words, either a posited basic proposition $ x_j$ or a negated basic proposition $ \texttt{(} x_j \texttt{)}$, for some $ j$ = $ 1$ to $ k$.
  • In mathematics generally, the fiber of a point $ y$ under a function $ f : X \to Y$ is defined as the inverse image $ f^{-1}(y)$.
  • In the case of a boolean-valued function $ f : X \to \mathbb{B}$, there are just two fibers:
    The fiber of 0 under $ f$, defined as $ f^{-1}(0)$, is the set of points where $ f$ is 0.
    The fiber of 1 under $ f$, defined as $ f^{-1}(1)$, is the set of points where $ f$ is 1.
  • When 1 is interpreted as the logical value true, then $ f^{-1}(1)$ is called the fiber of truth in the proposition $ f$. Frequent mention of this fiber makes it useful to have a shorter way of referring to it. This leads to the definition of the notation $ [\vert f\vert] = f^{-1}(1)$ for the fiber of truth in the proposition $ f$.
  • A singular boolean function $ s : \mathbb{B}^k \to \mathbb{B}$ is a boolean function whose fiber of 1 is a single point of $ \mathbb{B}^k$.
  • In the interpretation where 1 equals true, a singular boolean function is called a singular proposition.
  • Singular boolean functions and singular propositions serve as functional or logical representatives of the points in $ \mathbb{B}^k$.
  • A singular conjunction in $ (\mathbb{B}^k \to \mathbb{B})$ is a conjunction of $ k$ literals that includes just one conjunct of the pair $ \{ x_j, ~ \nu(x_j) \}$ for each $ j$ = $ 1$ to $ k$.
  • A singular proposition $ s : \mathbb{B}^k \to \mathbb{B}$ can be expressed as a singular conjunction:
    \begin{displaymath}\begin{array}{lll} s & = & e_1 ~ e_2 ~\ldots~ e_{k-1} ~ e_k \... ...& = \nu(x_j) \ \text{for} & j & = 1 ~\text{to}~ k \end{array}\end{displaymath}




"minimal negation operator" is owned by Jon Awbrey.
(view preamble | get metadata)

View style:

See Also: differential logic, differential propositional calculus, differential propositional calculus : appendix 1, differential propositional calculus : appendix 2, differential propositional calculus : appendix 3, differential propositional calculus : appendix 4, propositional calculus, logical graph : introduction, logical graph : formal development

Log in to rate this entry.
(view current ratings)

Cross-references: negation, operators, members, expressions, arguments, Boolean function, multigrade operator
There are 2 references to this entry.

This is version 38 of minimal negation operator, born on 2008-02-13, modified 2009-08-30.
Object id is 10266, canonical name is MinimalNegationOperator.
Accessed 1315 times total.

Classification:
AMS MSC03B05 (Mathematical logic and foundations :: General logic :: Classical propositional logic)
 03C05 (Mathematical logic and foundations :: Model theory :: Equational classes, universal algebra)
 03E20 (Mathematical logic and foundations :: Set theory :: Other classical set theory )
 03G05 (Mathematical logic and foundations :: Algebraic logic :: Boolean algebras)
 39A12 (Difference and functional equations :: Difference equations :: Discrete version of topics in analysis)
 39A70 (Difference and functional equations :: Difference equations :: Difference operators)
 08A40 (General algebraic systems :: Algebraic structures :: Operations, polynomials, primal algebras)
 08A70 (General algebraic systems :: Algebraic structures :: Applications of universal algebra in computer science)

Pending Errata and Addenda
None.
Discussion
Style: Expand: Order:
forum policy

No messages.

Interact
post | correct | update request | add derivation | add example | add (any)