Sheffer stroke

From Wikipedia, the free encyclopedia

Sheffer stroke
NAND
Venn diagram of Sheffer stroke
Definition
Truth table
Logic gate
Normal forms
Disjunctive
Conjunctive
Zhegalkin polynomial
Post's lattices
0-preservingno
1-preservingno
Monotoneno
Affineno

In Boolean functions and propositional calculus, the Sheffer stroke denotes a logical operation that is equivalent to the negation of the conjunction operation, expressed in ordinary language as "not both". It is also called non-conjunction, or alternative denial since it says in effect that at least one of its operands is false, or NAND ("not and"). In digital electronics, it corresponds to the NAND gate. It is named after Henry Maurice Sheffer and written as or as or as or as in Polish notation by Łukasiewicz (but not as ||, often used to represent disjunction).

Its dual is the NOR operator (also known as the Peirce arrow, Quine dagger or Webb operator). Like its dual, NAND can be used by itself, without any other logical operator, to constitute a logical formal system (making NAND functionally complete). This property makes the NAND gate crucial to modern digital electronics, including its use in computer processor design.

Definition[edit]

The non-conjunction is a logical operation on two logical values. It produces a value of true, if — and only if — at least one of the propositions is false.

Truth table[edit]

The truth table of is as follows.

FFT
FTT
TFT
TTF

Logical equivalences[edit]

The Sheffer stroke of and is the negation of their conjunction

    
    

By De Morgan's laws, this is also equivalent to the disjunction of the negations of and

    
    

Alternative notations and names[edit]

Peirce was the first to show the functional completeness of non-conjunction (representing this as ) but didn't publish his result.[1][2] Peirce's editor added ) for non-disjunction[citation needed].[2]

In 1911, Stamm was the first to publish a proof of the completeness of non-conjunction, representing this with (the Stamm hook)[3] and non-disjunction in print at the first time and showed their functional completeness.[4]

In 1913, Sheffer described non-disjunction using and showed its functional completeness. Sheffer also used for non-disjunction.[citation needed] Many people, beginning with Nicod in 1917, and followed by Whitehead, Russell and many others, mistakenly thought Sheffer has described non-conjunction using , naming this the Sheffer Stroke.

In 1928, Hilbert and Ackermann described non-conjunction with the operator .[5][6]

In 1929, Łukasiewicz used in for non-conjunction in his Polish notation.[7]

An alternative notation for non-conjunction is . It is not clear who first introduced this notation, although the corresponding for non-disjunction was used by Quine in 1940,.[8]

History[edit]

The stroke is named after Henry Maurice Sheffer, who in 1913 published a paper in the Transactions of the American Mathematical Society[9] providing an axiomatization of Boolean algebras using the stroke, and proved its equivalence to a standard formulation thereof by Huntington employing the familiar operators of propositional logic (AND, OR, NOT). Because of self-duality of Boolean algebras, Sheffer's axioms are equally valid for either of the NAND or NOR operations in place of the stroke. Sheffer interpreted the stroke as a sign for nondisjunction (NOR) in his paper, mentioning non-conjunction only in a footnote and without a special sign for it. It was Jean Nicod who first used the stroke as a sign for non-conjunction (NAND) in a paper of 1917 and which has since become current practice.[10][11] Russell and Whitehead used the Sheffer stroke in the 1927 second edition of Principia Mathematica and suggested it as a replacement for the "OR" and "NOT" operations of the first edition.

Charles Sanders Peirce (1880) had discovered the functional completeness of NAND or NOR more than 30 years earlier, using the term ampheck (for 'cutting both ways'), but he never published his finding. Two years before Sheffer, Edward Stamm [pl] also described the NAND and NOR operators and showed that the other Boolean operations could be expressed by it.[4]

Properties[edit]

NAND does not possess any of the following five properties, each of which is required to be absent from, and the absence of all of which is sufficient for, at least one member of a set of functionally complete operators: truth-preservation, falsity-preservation, linearity, monotonicity, self-duality. (An operator is truth- (or falsity-)preserving if its value is truth (falsity) whenever all of its arguments are truth (falsity).) Therefore {NAND} is a functionally complete set.

This can also be realized as follows: All three elements of the functionally complete set {AND, OR, NOT} can be constructed using only NAND. Thus the set {NAND} must be functionally complete as well.

Other Boolean operations in terms of the Sheffer stroke[edit]

Expressed in terms of NAND , the usual operators of propositional logic are:

        
        
   
                 
                 
   
        
        
 
        
        
   
        
        

Formal system based on the Sheffer stroke[edit]

The following is an example of a formal system based entirely on the Sheffer stroke, yet having the functional expressiveness of the propositional logic:

Symbols[edit]

pn for natural numbers n:

( | )

The Sheffer stroke commutes but does not associate (e.g., (T | T) | F = T, but T | (T | F) = F). Hence any formal system including the Sheffer stroke as an infix symbol must also include a means of indicating grouping (grouping is automatic if the stroke is used as a prefix, thus: || TTF = T and | T | TF = F). We shall employ '(' and ')' to this effect.

We also write p, q, r, … instead of p0, p1, p2.

Syntax[edit]

Construction rule I: For each natural number n, the symbol pn is a well-formed formula (WFF), called an atom.

Construction rule II: If X and Y are WFFs, then (X | Y) is a WFF.

Closure rule: Any formulae which cannot be constructed by means of the first two construction rules are not WFFs.

The letters U, V, W, X, and Y are metavariables standing for WFFs.

A decision procedure for determining whether a formula is well-formed goes as follows: "deconstruct" the formula by applying the construction rules backwards, thereby breaking the formula into smaller subformulae. Then repeat this recursive deconstruction process to each of the subformulae. Eventually the formula should be reduced to its atoms, but if some subformula cannot be so reduced, then the formula is not a WFF.

Calculus[edit]

All WFFs of the form

((U | (V | W)) | ((Y | (Y | Y)) | ((X | V) | ((U | X) | (U | X)))))

are axioms. Instances of

are inference rules.

Simplification[edit]

Since the only connective of this logic is |, the symbol | could be discarded altogether, leaving only the parentheses to group the letters. A pair of parentheses must always enclose a pair of WFFs. Examples of theorems in this simplified notation are

(p(p(q(q((pq)(pq)))))),
(p(p((qq)(pp)))).

The notation can be simplified further, by letting

(U) := (UU)

for any U. This simplification causes the need to change some rules:

  1. More than two letters are allowed within parentheses.
  2. Letters or WFFs within parentheses are allowed to commute.
  3. Repeated letters or WFFs within a same set of parentheses can be eliminated.

The result is a parenthetical version of the Peirce existential graphs.

Another way to simplify the notation is to eliminate parentheses by using Polish notation (PN). For example, the earlier examples with only parentheses could be rewritten using only strokes as follows

(p(p(q(q((pq)(pq)))))) becomes
| p | p | q | q || pq | pq, and
(p(p((qq)(pp)))) becomes,
| p | p || qq | pp.

This follows the same rules as the parenthesis version, with the opening parenthesis replaced with a Sheffer stroke and the (redundant) closing parenthesis removed.

Or (for some formulas) one could omit both parentheses and strokes and allow the order of the arguments to determine the order of function application so that for example, applying the function from right to left (reverse Polish notation – any other unambiguous convention based on ordering would do)

See also[edit]

References[edit]

  1. ^ Peirce, C. S. (1933) [1880]. "A Boolian Algebra with One Constant". In Hartshorne, C.; Weiss, P. (eds.). Collected Papers of Charles Sanders Peirce, Volume IV The Simplest Mathematics. Massachusetts: Harvard University Press. pp. 13–18.
  2. ^ a b Peirce, C. S. (1933) [1902]. "The Simplest Mathematics". In Hartshorne, C.; Weiss, P. (eds.). Collected Papers of Charles Sanders Peirce, Volume IV The Simplest Mathematics. Massachusetts: Harvard University Press. pp. 189–262.
  3. ^ Zach, R. (2023-02-18). "Sheffer stroke before Sheffer: Edward Stamm". Retrieved 2023-07-02.
  4. ^ a b Stamm, Edward Bronisław [in Polish] (1911). "Beitrag zur Algebra der Logik". Monatshefte für Mathematik und Physik (in German). 22 (1): 137–149. doi:10.1007/BF01742795. S2CID 119816758.
  5. ^ Hilbert, D.; Ackermann, W. (1928). Grundzügen der theoretischen Logik (in German) (1 ed.). Berlin: Verlag von Julius Springer. p. 9.
  6. ^ Hilbert, D.; Ackermann, W. (1950). Luce, R. E. (ed.). Principles of Mathematical Logic. Translated by Hammond, L. M.; Leckie, G. G.; Steinhardt, F. New York: Chelsea Publishing Company. p. 11.
  7. ^ Łukasiewicz, J. (1958) [1929]. Elementy logiki matematycznej (in Polish) (2 ed.). Warszawa: Państwowe Wydawnictwo Naukowe.
  8. ^ Quine, W. V (1981) [1940]. Mathematical Logic (Revised ed.). Cambridge, London, New York, New Rochelle, Melbourne and Sydney: Harvard University Press. p. 45.
  9. ^ Sheffer, Henry Maurice (1913). "A set of five independent postulates for Boolean algebras, with application to logical constants". Transactions of the American Mathematical Society. 14 (4): 481–488. doi:10.2307/1988701. JSTOR 1988701.
  10. ^ Nicod, Jean George Pierre (1917). "A Reduction in the Number of Primitive Propositions of Logic". Proceedings of the Cambridge Philosophical Society. 19: 32–41.
  11. ^ Church, Alonzo (1956). Introduction to mathematical logic. Vol. 1. Princeton University Press. p. 134.

Further reading[edit]

External links[edit]