Definition:Logical Not
From ProofWiki
(Redirected from Definition:Negation)
Contents |
Definition
The logical not or negation operator is a unary connective whose action is to reverse the truth value of the statement on which it operates.
- $\neg p$ is defined as: $p$ is not true, or It is not the case that $p$ is true.
Thus the statement $\neg p$ is called the negation of $p$.
$\neg p$ is voiced not $p$.
In the statement $\neg p$, the scope of $\neg$ is $p$.
Boolean Interpretation
From the above, we see that the boolean interpretations for $\mathbf A$ under the model $\mathcal M$ are:
- $\left({\neg \mathbf A}\right)_\mathcal M = \begin{cases} T & : \mathbf A_\mathcal M = F \\ F & : \mathbf A_\mathcal M = T \end{cases}$
Truth Function
The logical not connective defines the truth function $f^\neg$ as follows:
| \(\displaystyle \) | \(\displaystyle f^\neg \left({F}\right)\) | \(=\) | \(\displaystyle T\) | \(\displaystyle \) | |||
| \(\displaystyle \) | \(\displaystyle f^\neg \left({T}\right)\) | \(=\) | \(\displaystyle F\) | \(\displaystyle \) |
Truth Table
The truth table of $\neg p$ is as follows:
- $\begin{array}{|c||c|} \hline p & \neg p \\ \hline F & T \\ T & F \\ \hline \end{array}$
Notational Variants
Various symbols are encountered that denote the concept of the logical not:
| Symbol | Origin | Known as |
|---|---|---|
| $\neg p$ | ||
| $\mathsf{NOT}\ p$ | ||
| $\sim p$ or $\tilde p$ | Bertrand Russell and Alfred North Whitehead: Principia Mathematica (1910) | tilde |
| $- p$ | ||
| $\bar p$ | Bar $p$ | |
| $p'$ | $p$ prime or $p$ complement | |
| $! p$ | Bang $p$ | |
| $\operatorname{N} p$ | Łukasiewicz's Polish notation |
Sources
- Paul R. Halmos: Naive Set Theory (1960)... (previous)... (next): $\S 2$: The Axiom of Specification
- Donald Kalish and Richard Montague: Logic: Techniques of Formal Reasoning (1964): $\text{I}: \S 1$
- E.J. Lemmon: Beginning Logic (1965): $\S 1.2$
- Alan G. Hamilton: Logic for Mathematicians (1978): $\S 1.2$
- Thomas A. Whitelaw: An Introduction to Abstract Algebra (1978)... (previous)... (next): $\S 3$
- D.J. O'Connor and Betty Powell: Elementary Logic (1980): $\S 1.2, \ \S 1.3, \ \S 1.6$ and Appendix
- Keith Devlin: The Joy of Sets: Fundamentals of Contemporary Set Theory (1993): $\S 1.1$
- H. Jerome Keisler and Joel Robbin: Mathematical Logic and Computability (1996): $\S 1.1$
- Michael R.A. Huth and Mark D. Ryan: Logic in Computer Science: Modelling and reasoning about systems (2000): $\S 1.1, \ \S 1.4$ Fig. $1.9$