Material nonimplication
Material nonimplication or abjunction (latin ab = "from", junctio =–"joining") is the negation of material implication. That is to say that for any two propositions P and Q, the material nonimplication from P to Q is true if and only if not P implies Q. This is more naturally stated as that the material nonimplication from P to Q is true only if P is true and Q is false.
It may be written using logical notation as:
-
- p⊅q
- Lpq
- p↛q
And is equivalent to:
-
- p∧~q
Contents
Definition
Truth table
p | q | ![]() |
---|---|---|
T | T | F |
T | F | T |
F | T | F |
F | F | F |
Properties
falsehood-preserving: The interpretation under which all variables are assigned a truth value of "false" produces a truth value of "false" as a result of material nonimplication.
Symbol
The symbol for material nonimplication is simply a crossed-out material implication symbol. Its Unicode symbol is 8603 (decimal).
Natural language
Grammatical
Rhetorical
"p but not q."
Boolean algebra
<templatestyles src="Module:Hatnote/styles.css"></templatestyles>
(A'+B)'
Computer science
Bitwise operation: A&(~B)
Logical operation: A&&(!B)
See also
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
<templatestyles src="Asbox/styles.css"></templatestyles>
<templatestyles src="Asbox/styles.css"></templatestyles>