Difference between revisions of "Logical negation"
MyWikiBiz, Author Your Legacy — Wednesday November 13, 2024
Jump to navigationJump to searchJon Awbrey (talk | contribs) (spacing) |
Jon Awbrey (talk | contribs) (standardize syllabus & add [document history]) |
||
Line 40: | Line 40: | ||
<br> | <br> | ||
− | == | + | ==Syllabus== |
===Logical operators=== | ===Logical operators=== | ||
Line 62: | Line 62: | ||
{{col-break}} | {{col-break}} | ||
* [[Ampheck]] | * [[Ampheck]] | ||
− | |||
* [[Boolean domain]] | * [[Boolean domain]] | ||
* [[Boolean function]] | * [[Boolean function]] | ||
+ | * [[Boolean-valued function]] | ||
{{col-break}} | {{col-break}} | ||
− | |||
− | |||
− | |||
* [[Logical graph]] | * [[Logical graph]] | ||
+ | * [[Logical matrix]] | ||
+ | * [[Minimal negation operator]] | ||
+ | * [[Peirce's law]] | ||
{{col-break}} | {{col-break}} | ||
− | |||
* [[Propositional calculus]] | * [[Propositional calculus]] | ||
− | * [[ | + | * [[Truth table]] |
+ | * [[Universe of discourse]] | ||
* [[Zeroth order logic]] | * [[Zeroth order logic]] | ||
{{col-end}} | {{col-end}} | ||
+ | |||
+ | ==Document history== | ||
+ | |||
+ | Portions of the above article were adapted from the following sources under the [[GNU Free Documentation License]], under other applicable licenses, or by permission of the copyright holders. | ||
+ | |||
+ | {{col-begin}} | ||
+ | {{col-break}} | ||
+ | * [http://mywikibiz.com/Logical_negation Logical Negation], [http://mywikibiz.com/ MyWikiBiz] | ||
+ | * [http://beta.wikiversity.org/wiki/Logical_negation Logical Negation], [http://beta.wikiversity.org/ Beta Wikiversity] | ||
+ | * [http://www.getwiki.net/-Logical_Negation Logical Negation], [http://www.getwiki.net/ GetWiki] | ||
+ | {{col-break}} | ||
+ | * [http://www.wikinfo.org/index.php/Logical_negation Logical Negation], [http://www.wikinfo.org/ Wikinfo] | ||
+ | * [http://www.textop.org/wiki/index.php?title=Logical_negation Logical Negation], [http://www.textop.org/wiki/ Textop Wiki] | ||
+ | * [http://en.wikipedia.org/w/index.php?title=Negation&oldid=77111608 Logical Negation], [http://en.wikipedia.org/ Wikipedia] | ||
+ | {{col-end}} | ||
+ | |||
+ | <br><sharethis /> | ||
[[Category:Computer Science]] | [[Category:Computer Science]] | ||
Line 86: | Line 103: | ||
[[Category:Philosophy]] | [[Category:Philosophy]] | ||
[[Category:Semiotics]] | [[Category:Semiotics]] | ||
− | |||
− |
Revision as of 23:38, 5 April 2010
Logical negation is an operation on one logical value, typically the value of a proposition, that produces a value of true when its operand is false and a value of false when its operand is true.
The truth table of NOT p (also written as ~p or ¬p) is as follows:
p | ¬p |
---|---|
F | T |
T | F |
The logical negation of a proposition p is notated in different ways in various contexts of discussion and fields of application. Among these variants are the following:
Notation | Vocalization |
---|---|
\(\bar{p}\) | bar p |
\(p'\!\) | p prime, p complement |
\(!p\!\) | bang p |
Syllabus
Logical operators
Template:Col-breakTemplate:Col-breakTemplate:Col-endRelated topics
Document history
Portions of the above article were adapted from the following sources under the GNU Free Documentation License, under other applicable licenses, or by permission of the copyright holders.
<sharethis />