Double negative elimination

Double negative elimination

In propositional logic, the inference rules double negative elimination (also called double negation elimination, double negative introduction, double negation introduction, or simply double negation) allow deriving the double negative equivalent by adding (for double negative introduction) or removing (for double negative elimination) a pair of negation signs. This is based on the equivalence of, for example,

It is false that it is not raining.

and

It is raining.

Formally, the rule of double negative elimination is

\frac{\neg\neg A}{\therefore A}.

The rule of double negative introduction states the converse, that double negatives can be added without changing the meaning of a proposition. Formally, the rule of double negative introduction is

\frac A{\therefore\neg\neg A}.

These two rules — double negative elimination and introduction — can be restated as follows (in sequent notation):

 \neg \neg A \vdash A ,
 A \vdash \neg \neg A .

Applying the deduction theorem to each of these two inference rules produces the pair of valid conditional formulas

 \vdash \neg \neg A \rightarrow A ,
 \vdash A \rightarrow \neg \neg A ,

which can be combined together into a single biconditional formula

 \neg \neg A \leftrightarrow A .

Since biconditionality is an equivalence relation, any instance of ¬¬A in a well-formed formula can be replaced by A, leaving unchanged the truth-value of the well-formed formula.

Double negative elimination is a theorem of classical logic, but not of weaker logics such as intuitionistic logic and minimal logic. Because of their constructive flavor, a statement such as It's not the case that it's not raining is weaker than It'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 of litotes.) Double negation introduction is a theorem of both intuitionistic logic and minimal logic, as is  \neg \neg \neg A \vdash \neg A .

In set theory also we have the negation operation of the complement which obeys this property: a set A and a set (AC)C (where AC represents the complement of A) are the same.

See also