Logical NOR

In Boolean logic, logical NOR or joint denial is a truth-functional operator which produces a result that is the negation of logical or. That is, a sentence of the form (p NOR q) is true precisely when neither p nor q is true—i.e. when both of p and q are false. It is logically equivalent to and , where the symbol signifies logical negation, signifies OR, and signifies AND.

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

The NOR operator is also known as Peirce's arrow. Charles Sanders Peirce, in unpublished manuscripts, first considered it as a logical operator, and showed that it can express logical NOT, AND, and OR. Edward Bronisław Stamm,[1] Henry Maurice Sheffer,[2] and Jean George Pierre Nicod[3] were the first to discuss it in print. Willard Van Orman Quine introduced the symbol for it.[4] As with its dual, the NAND operator (also known as the Sheffer stroke—symbolized as either , or ), NOR can be used by itself, without any other logical operator, to constitute a logical formal system (making NOR functionally complete). Other terms for the NOR operator include Quine's dagger, the ampheck (from Ancient Greek ἀμφήκης, amphēkēs, "cutting both ways") used by Peirce,[5][6] Webb operator,[7] Webb operation[6] or Webb function by Donald Loomis Webb,[8] and neither-nor. Other ways of notating include, P NOR Q, and "Xpq" (in Bocheński notation).

The computer used in the spacecraft that first carried humans to the moon, the Apollo Guidance Computer, was constructed entirely using NOR gates with three inputs.[9]

Definition

The NOR operation is a logical operation on two logical values, typically the values of two propositions, that produces a value of true if and only if both operands are false. In other words, it produces a value of false if and only if at least one operand is true.

Truth table

The truth table of (also written as P NOR Q) is as follows:

TrueTrueFalse
TrueFalseFalse
FalseTrueFalse
FalseFalseTrue

Logical equivalences

The logical NOR is the negation of the disjunction:

        
        

Properties

Logical NOR does not possess any of the five qualities (truth-preserving, false-preserving, linear, monotonic, self-dual) required to be absent from at least one member of a set of functionally complete operators. Thus, the set containing only NOR suffices as a complete set.

Other Boolean operations in terms of the logical NOR

NOR has the interesting feature that all other logical operators can be expressed by interlaced NOR operations. The logical NAND operator also has this ability.

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

        
        
   
        
        
 
        
        
   
        
        

See also

References

  1. 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.
  2. 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.1090/S0002-9947-1913-1500960-1.
  3. Nicod, Jean George Pierre (1917). "A reduction in the number of the primitive propositions of logic". Proceedings of the Cambridge Philosophical Society, Mathematical and Physical Sciences. 19: 32–41.
  4. Quine, Willard Van Orman (1940). Mathematical logic (1 ed.). New York, USA: W. W. Norton & Co.
  5. Peirce, Charles Sanders. Charles Sanders Peirce Bibliography. 4.264.
  6. Vasyukevich, Vadim O. (2011). "1.10 Venjunctive Properties (Basic Formulae)". Written at Riga, Latvia. Asynchronous Operators of Sequential Logic: Venjunction & Sequention — Digital Circuits Analysis and Design. Lecture Notes in Electrical Engineering (LNEE). Vol. 101 (1st ed.). Berlin / Heidelberg, Germany: Springer-Verlag. p. 20. doi:10.1007/978-3-642-21611-4. ISBN 978-3-642-21610-7. ISSN 1876-1100. LCCN 2011929655. p. 20: Historical background […] Logical operator NOR named Peirce arrow and also known as Webb-operation. (xiii+1+123+7 pages) (NB. The back cover of this book erroneously states volume 4, whereas it actually is volume 101.)
  7. Webb, Donald Loomis (May 1935). "Generation of any n-valued logic by one binary operation". Proceedings of the National Academy of Sciences. USA: National Academy of Sciences.
  8. Freimann, Michael; Renfro, Dave L.; Webb, Norman (2018-05-24) [2017-02-10]. "Who is Donald L. Webb?". History of Science and Mathematics. Stack Exchange. Archived from the original on 2023-05-18. Retrieved 2023-05-18.
  9. Hall, Eldon C. (1996). Journey to the Moon: The History of the Apollo Guidance Computer. Reston, Virginia, USA: American Institute of Aeronautics and Astronautics. p. 196. ISBN 1-56347-185-X.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.