PlanetPhysics/Minimal Negation Operator

The minimal negation operator is a multigrade operator where each is a -ary boolean function defined in such a way that in just those cases where exactly one of the arguments is .

In contexts where the initial letter 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, =

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}
=()=
& = & \nu_0
& = & 0
& = & \operatorname{false}
\\[6pt]
=(x)=
& = & \nu_1 (x)
& = & \tilde{x}
& = & x^\prime
\\[6pt]
=(x, y)=
& = & \nu_2 (x, y)
& = & \tilde{x}y \lor x\tilde{y}
& = & x^\prime y \lor x y^\prime
\\[6pt]
=(x, y, z)=
& = & \nu_3 (x, y, z)
& = & \tilde{x}yz \lor x\tilde{y}z \lor 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 in terms of familiar operations, it helps to introduce an intermediary concept:

Definition. Let the function be defined for each integer in the interval by the following equation:

Then is defined by the following equation:

If we think of the point as indicated by the boolean product or the logical conjunction then the minimal negation indicates the set of points in that differ from in exactly one coordinate. This makes 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 both refer to addition modulo 2. Unless otherwise noted, the boolean domain is interpreted so that and This has the following consequences:

  \item The operation  is a function equivalent to the exclusive disjunction of  and  while its fiber of  is the relation of inequality between  and   \item The operation  maps the bit sequence  to its parity .

The following properties of the minimal negation operators may be noted:

  \item The function  is the same as that associated with the operation  and the relation   \item In contrast,  is not identical to   \item More generally, the function  for  is not identical to the boolean sum   \item The inclusive disjunctions indicated for the  of more than one argument may be replaced with exclusive disjunctions without affecting the meaning, since the terms disjoined are already disjoint.

Truth tables edit

Table 1 is a truth table for the sixteen boolean functions of type  , each of which is either a boundary of a point in   or the complement of such a boundary.

\begin{tabular}{|c|c|c|c|c|} \multicolumn{5}{Table 1. Logical Boundaries and Their Complements } \2pt]\hline   &   & &   &   \2pt] Decimal & Binary & & Sequential & Parenthetical \2pt]\hline & &   & 1 1 1 1 0 0 0 0 & \2pt] & &   & 1 1 0 0 1 1 0 0 & \2pt] & &   & 1 0 1 0 1 0 1 0 & \2pt]\hline   &   & & 0 1 1 0 1 0 0 0 &   \2pt]   &   & & 1 0 0 1 0 1 0 0 &   \2pt]   &   & & 1 0 0 1 0 0 1 0 &   \2pt]   &   & & 0 1 1 0 0 0 0 1 &   \2pt]   &   & & 1 0 0 0 0 1 1 0 &   \2pt]   &   & & 0 1 0 0 1 0 0 1 &   \2pt]   &   & & 0 0 1 0 1 0 0 1 &   \2pt]   &   & & 0 0 0 1 0 1 1 0 &   \2pt]\hline   &   & & 1 1 1 0 1 0 0 1 &   \2pt]   &   & & 1 1 0 1 0 1 1 0 &   \\[2pt]   &   & & 1 0 1 1 0 1 1 0 &   \\[2pt]   &   & & 0 1 1 1 1 0 0 1 &   \\[2pt]   &   & & 1 0 0 1 1 1 1 0 &   \\[2pt]   &   & & 0 1 1 0 1 1 0 1 &   \\[2pt]   &   & & 0 1 1 0 1 0 1 1 &   \\[2pt]   &   & & 1 0 0 1 0 1 1 1 &   \\ \hline \end{tabular}

Charts and graphs edit

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   of   points are the hypercube picture and the venn diagram picture. The hypercube picture associates each point of   with a unique point of the  -dimensional hypercube. The venn diagram picture associates each point of   with a unique "cell" of the venn diagram on   "circles".

In addition, each point of   is the unique point in the fiber of truth   of a singular proposition  , and thus it is the unique point where a singular conjunction of   literals is equal to 1.

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

  \item The point   with all 1's as coordinates is the point where the conjunction of all posited variables evaluates to 1, namely, the point where:     
  
  \item The point   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   can be given canonical expression as a conjunction of literals,  . Then the proposition   is 1 on the points adjacent to the point where   is 1, and 0 everywhere else on the cube.

For example, consider the case where  . Then the minimal negation operation   --- written more simply as   --- has the following venn diagram:

\begin{tabular}

\includegraphics[scale=0.8]{VennDiagram1} \\ Figure 2. ~  

\end{tabular}

For a contrasting example, the boolean function expressed by the form   has the following venn diagram:

\begin{tabular}

\includegraphics[scale=0.8]{VennDiagram2} \\ Figure 3. ~  

\end{tabular}

Glossary of basic terms edit

\item A boolean domain   is a generic 2-element set, say,  , whose elements are interpreted as logical values, usually but not invariably with 0 = false and 1 = true . \item A boolean variable   is a variable that takes its value from a boolean domain, as  . \item In situations where boolean values are interpreted as logical values, a boolean-valued function   or a boolean function   is frequently called a proposition . \item Given a sequence of   boolean variables,  , each variable   may be treated either as a basis element of the space   or as a coordinate projection  . \item This means that the   objects   for   =   to   are just so many boolean functions  , subject to logical interpretation as a set of basic propositions that generate the complete set of   propositions over  . \item A literal is one of the   propositions  , in other words, either a posited basic proposition   or a negated basic proposition  , for some   =   to  . \item In mathematics generally, the fiber of a point   under a function   is defined as the inverse image  . \item In the case of a boolean-valued function  , there are just two fibers:

The fiber of 0 under  , defined as  , is the set of points where   is 0. The fiber of 1 under  , defined as  , is the set of points where   is 1.

\item When 1 is interpreted as the logical value true , then   is called the fiber of truth in the proposition  . 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   for the fiber of truth in the proposition  . \item A singular boolean function   is a boolean function whose fiber of 1 is a single point of  . \item In the interpretation where 1 equals true , a singular boolean function is called a singular proposition . \item Singular boolean functions and singular propositions serve as functional or logical representatives of the points in  . \item A singular conjunction in   is a conjunction of   literals that includes just one conjunct of the pair   for each   =   to  . \item A singular proposition   can be expressed as a singular conjunction: