Cf: Minimal Negation Operators • 1
https://inquiryintoinquiry.com/2017/08/27/minimal-negation-operators-1/
All,
To accommodate moderate levels of complexity in the application of
logical graphs to practical problems our Organon requires a class of
organules called “minimal negation operators”. I outlined the history
of their early development from Peirce’s alpha graphs for propositional
calculus in a previous series of posts. The next order of business is to
sketch their properties in a systematic fashion and to illustrate their uses.
As it turns out, taking minimal negations as primitive operators enables
efficient expressions for many natural constructs and affords a bridge
between boolean domains of two values and domains with finite numbers
of values, for example, finite sets of individuals.
Brief Introduction
==================
A “minimal negation operator” (ν) is a logical connective
which says “just one false” of its logical arguments.
The first four cases are described below.
0. If the list of arguments is empty, as expressed in the form ν(),
then it cannot be true that exactly one of the arguments is false,
so ν() = false.
1. If p is the only argument then ν(p) says p is false,
so ν(p) expresses the logical negation of the proposition p.
Written in several different notations, we have the following
equivalent expressions.
ν(p) = not(p) = ¬p = ~p = p′
2. If p and q are the only two arguments then ν(p, q) says
exactly one of p, q is false, so ν(p, q) says the same
thing as p ≠ q. Expressing ν(p, q) in terms of ands (∙),
ors (∨), and nots (¬) gives the following form.
ν(p, q) = p′∙q ∨ p∙q′
It is permissible to omit the dot (∙) in contexts
where it is understood, giving the following form.
ν(p, q) = p′q ∨ pq′
The venn diagram for ν(p, q) is shown in Figure 1.
Figure 1. ν(p, q)
https://inquiryintoinquiry.files.wordpress.com/2017/08/venn-diagram-pq.jpg
3. The venn diagram for ν(p, q, r) is shown in Figure 2.
Figure 2. ν(p, q, r)
https://inquiryintoinquiry.files.wordpress.com/2017/08/venn-diagram-pqr.jpg
The center cell is the region where all three arguments
p, q, r hold true, so ν(p, q, r) holds true in just the
three neighboring cells. In other words:
ν(p, q, r) = p′qr ∨ pq′r ∨ pqr′
Resource
========
Minimal Negation Operators
https://oeis.org/wiki/Minimal_negation_operator
Regards,
Jon