In Boolean logic, logical NOR, non-disjunction, 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 p and q are false. It is logically equivalent to ¬ ( p ∨ q ) {\displaystyle \neg (p\lor q)} and ¬ p ∧ ¬ q {\displaystyle \neg p\land \neg q} , where the symbol ¬ {\displaystyle \neg } signifies logical negation, ∨ {\displaystyle \lor } signifies OR, and ∧ {\displaystyle \land } signifies AND.
Non-disjunction is usually denoted as ↓ {\displaystyle \downarrow } or ∨ ¯ {\displaystyle {\overline {\vee }}} or X {\displaystyle X} (prefix) or NOR {\displaystyle \operatorname {NOR} } .
As with its dual, the NAND operator (also known as the Sheffer stroke—symbolized as either ↑ {\displaystyle \uparrow } , ∣ {\displaystyle \mid } or / {\displaystyle /} ), NOR can be used by itself, without any other logical operator, to constitute a logical formal system (making NOR functionally complete).
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.