Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Double negation

From Wikipedia, the free encyclopedia
(Redirected fromDouble negation elimination)
Propositional logic theorem
This article is about the logical concept. For the linguistic concept, seedouble negative.
Double negation
TypeTheorem
Field
StatementIf a statement is true, then it is not the case that the statement is not true, and vice versa."
Symbolic statementA (A){\displaystyle A\equiv \ \sim (\sim A)}
Transformation rules
Propositional calculus
Rules of inference (List)
Rules of replacement
Predicate logic
Rules of inference

Inpropositional logic, thedouble negation of a statement states that "it is not the case that the statement is not true". Inclassical logic, every statement islogically equivalent to its double negation, but this is not true inintuitionistic logic; this can be expressed by the formula A ≡ ~(~A) where the sign ≡ expresses logical equivalence and the sign~ expressesnegation.

Like thelaw of the excluded middle, this principle is considered to be alaw of thought in classical logic,[1] but it is disallowed byintuitionistic logic.[2] The principle was stated as a theorem ofpropositional logic byRussell andWhitehead inPrincipia Mathematica as:

413.  . p  (p){\displaystyle \mathbf {*4\cdot 13} .\ \ \vdash .\ p\ \equiv \ \thicksim (\thicksim p)}[3]
"This is the principle of double negation,i.e. a proposition is equivalent of the falsehood of its negation."

Elimination and introduction

[edit]

Double negation elimination anddouble negation introduction are twovalidrules of replacement. They are theinferences that, ifnot not-A is true, thenA is true, and itsconverse, that, ifA is true, thennot not-A is true, respectively. The rule allows one to introduce or eliminate anegation from aformal proof. The rule is based on the equivalence of, for example,It is false that it is not raining. andIt is raining.

Thedouble negation introduction rule is:

P{\displaystyle \Rightarrow }¬{\displaystyle \neg }¬{\displaystyle \neg }P

and thedouble negation elimination rule is:

¬{\displaystyle \neg }¬{\displaystyle \neg }P{\displaystyle \Rightarrow } P

Where "{\displaystyle \Rightarrow }" is ametalogicalsymbol representing "can be replaced in a proof with."

In logics that have both rules, negation is aninvolution.

Formal notation

[edit]

Thedouble negation introduction rule may be written insequent notation:

P¬¬P{\displaystyle P\vdash \neg \neg P}

Thedouble negation elimination rule may be written as:

¬¬PP{\displaystyle \neg \neg P\vdash P}

Inrule form:

P¬¬P{\displaystyle {\frac {P}{\neg \neg P}}}

and

¬¬PP{\displaystyle {\frac {\neg \neg P}{P}}}

or as atautology (plain propositional calculus sentence):

P¬¬P{\displaystyle P\to \neg \neg P}

and

¬¬PP{\displaystyle \neg \neg P\to P}

These can be combined into a single biconditional formula:

¬¬PP{\displaystyle \neg \neg P\leftrightarrow P}.

Since biconditionality is anequivalence relation, any instance of ¬¬A in awell-formed formula can be replaced byA, leaving unchanged thetruth-value of the well-formed formula.

Double negative elimination is a theorem ofclassical logic, but not of weaker logics such asintuitionistic logic andminimal logic. Double negation introduction is a theorem of both intuitionistic logic and minimal logic, as is¬¬¬A¬A{\displaystyle \neg \neg \neg A\vdash \neg A}.

Because of their constructive character, a statement such asIt's not the case that it's not raining is weaker thanIt's raining. The latter requires a proof of rain, whereas the former merely requires a proof that rain would not be contradictory. This distinction also arises in natural language in the form oflitotes.

Proofs

[edit]

In classical propositional calculus system

[edit]

InHilbert-style deductive systems for propositional logic, double negation is not always taken as an axiom (seelist of Hilbert systems), and is rather a theorem. We describe a proof of this theorem in the system of three axioms proposed byJan Łukasiewicz:

A1.ϕ(ψϕ){\displaystyle \phi \to \left(\psi \to \phi \right)}
A2.(ϕ(ψξ))((ϕψ)(ϕξ)){\displaystyle \left(\phi \to \left(\psi \rightarrow \xi \right)\right)\to \left(\left(\phi \to \psi \right)\to \left(\phi \to \xi \right)\right)}
A3.(¬ϕ¬ψ)(ψϕ){\displaystyle \left(\lnot \phi \to \lnot \psi \right)\to \left(\psi \to \phi \right)}

We use the lemmapp{\displaystyle p\to p} provedhere, which we refer to as (L1), and use the following additional lemma, provedhere:

(L2)p((pq)q){\displaystyle p\to ((p\to q)\to q)}

We first prove¬¬pp{\displaystyle \neg \neg p\to p}. For shortness, we denoteq(rq){\displaystyle q\to (r\to q)} by φ0. We also use repeatedly the method of thehypothetical syllogism metatheorem as a shorthand for several proof steps.

(1)φ0{\displaystyle \varphi _{0}}       (instance of (A1))
(2)(¬¬φ0¬¬p)(¬p¬φ0){\displaystyle (\neg \neg \varphi _{0}\to \neg \neg p)\to (\neg p\to \neg \varphi _{0})}       (instance of (A3))
(3)(¬p¬φ0)(φ0p){\displaystyle (\neg p\to \neg \varphi _{0})\to (\varphi _{0}\to p)}       (instance of (A3))
(4)(¬¬φ0¬¬p)(φ0p){\displaystyle (\neg \neg \varphi _{0}\to \neg \neg p)\to (\varphi _{0}\to p)}       (from (2) and (3) by the hypothetical syllogism metatheorem)
(5)¬¬p(¬¬φ0¬¬p){\displaystyle \neg \neg p\to (\neg \neg \varphi _{0}\to \neg \neg p)}       (instance of (A1))
(6)¬¬p(φ0p){\displaystyle \neg \neg p\to (\varphi _{0}\to p)}       (from (4) and (5) by the hypothetical syllogism metatheorem)
(7)φ0((φ0p)p){\displaystyle \varphi _{0}\to ((\varphi _{0}\to p)\to p)}       (instance of (L2))
(8)(φ0p)p{\displaystyle (\varphi _{0}\to p)\to p}       (from (1) and (7) by modus ponens)
(9)¬¬pp{\displaystyle \neg \neg p\to p}       (from (6) and (8) by the hypothetical syllogism metatheorem)

We now provep¬¬p{\displaystyle p\to \neg \neg p}.

(1)¬¬¬p¬p{\displaystyle \neg \neg \neg p\to \neg p}       (instance of the first part of the theorem we have just proven)
(2)(¬¬¬p¬p)(p¬¬p){\displaystyle (\neg \neg \neg p\to \neg p)\to (p\to \neg \neg p)}       (instance of (A3))
(3)p¬¬p{\displaystyle p\to \neg \neg p}       (from (1) and (2) by modus ponens)

And the proof is complete.

See also

[edit]

References

[edit]
  1. ^Hamilton is discussingHegel in the following: "In the more recent systems of philosophy, the universality and necessity of the axiom of Reason has, with other logical laws, been controverted and rejected by speculators on the absolute.[On principle of Double Negation as another law of Thought, see Fries,Logik, §41, p. 190; Calker,Denkiehre odor Logic und Dialecktik, §165, p. 453; Beneke,Lehrbuch der Logic, §64, p. 41.]" (Hamilton 1860:68)
  2. ^Theo of Kleene's formula *49o indicates "the demonstration is not valid for both systems [classical system and intuitionistic system]", Kleene 1952:101.
  3. ^PM 1952 reprint of 2nd edition 1927 pp. 101–02, 117.

Bibliography

[edit]
  • William Hamilton, 1860,Lectures on Metaphysics and Logic, Vol. II. Logic; Edited by Henry Mansel and John Veitch, Boston, Gould and Lincoln.
  • Christoph Sigwart, 1895,Logic: The Judgment, Concept, and Inference; Second Edition, Translated by Helen Dendy, Macmillan & Co. New York.
  • Stephen C. Kleene, 1952,Introduction to Metamathematics, 6th reprinting with corrections 1971, North-Holland Publishing Company, Amsterdam NY,ISBN 0-7204-2103-9.
  • Stephen C. Kleene, 1967,Mathematical Logic, Dover edition 2002, Dover Publications, Inc, Mineola N.Y.ISBN 0-486-42533-9
  • Alfred North Whitehead andBertrand Russell,Principia Mathematica to *56, 2nd edition 1927, reprint 1962, Cambridge at the University Press.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Double_negation&oldid=1318926346#Elimination_and_introduction"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp