Logical_nand Logical_nand

Logical nand - Definition and Overview

Related Words: Balanced, Binding, Cogent, Coherent, Commonsense, Consistent, Cool, Credible, Deductive, Good, Inductive, Intelligent, Just, Legal, Legitimate, Philosophical, Pragmatic, Proper

The Sheffer stroke, also known as the NAND (Not AND) operation, is a logical operator with the following meaning: p NAND q is true if and only if not both p and q are true. A common means of writing p NAND q is <math>\overline{p \cdot q}<math>, where the symbol <math>\cdot<math> signifies AND and the line over the expression signifies not, the logical negation of that expression. It is named for Henry M. Sheffer, who proved that all the usual operators of logical calculus (not, and, or, implies) could be expressed in terms of it:

"not p" is equivalent to "p NAND p" <math>\overline{p} \equiv \overline{p \cdot p}<math>
"p and q" is equivalent to "(p NAND q) NAND (p NAND q)" <math>p \cdot q \equiv \overline{\overline{(p \cdot q)} \cdot \overline{(p \cdot q)}}<math>
"p or q" is equivalent to "(p NAND p) NAND (q NAND q)" <math>p + q \equiv \overline{\overline{(p \cdot p)} \cdot \overline{(q \cdot q)}}<math>
"p implies q" is equivalent to "(p NAND q) NAND p" <math>p \rightarrow q \equiv \overline{\overline{(p \cdot q)} \cdot p}<math>

This leads to an alternative axiom system for boolean algebras that needs only one operation.

Digital systems that require use of certain logic circuits take advantage of this property. In complicated logical expressions, normally written in terms of other logic functions such as AND, OR, and NOT, writing these in terms of NAND allows for cheaper construction because in many schemes for implementing such circuits, the NAND gate is more compact than these other gates.

There is another logical operator which is sufficient to express all the others: NOR.

Reference

  • A set of five independent postulates for Boolean algebras, with application to logical constants. Transactions of the American Mathematical Soc. 14 (1913), pp. 481-488.

See also

Example Usage of Logical

stillgraylikeme: @thewatchmaker Spock doesn't have an ability, hunting him isn't Logical. Of course there's other reasons to hunt someone, probably. "I see."
ToasterSunshine: I am proud that my little brother has grown self-actualized enough for abstract Logical analysis, but sad that he now knows reality's truth.
HACKER_HK: Next Element Deluxe: The “Next Element” is a Logical game, where your task is to destroy all the fi.. http://bit.ly/8cTSVc
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.