nLab excluded middle

Contents

Context

Foundations

foundations

The basis of it all

 Set theory

set theory

Foundational axioms

foundational axioms

Removing axioms

Contents

Idea

In logic, the principle of excluded middle states that every truth value is either true or false (Aristotle, MP1011b24). (This is sometimes called the ‘axiom’ or ‘law’ of excluded middle, either to emphasise that it is or is not optional; ‘principle’ is a relatively neutral term.) One of the many meanings of classical logic is to emphasise that this principle holds in the logic; in contrast, it fails in intuitionistic logic.

The principle of excluded middle (hereafter, PEM), as a statement about truth values themselves, is accepted by nearly all mathematicians (classical mathematics); those who doubt or deny it are a distinct minority, the constructivists. However, when one internalises mathematics in categories other than the category of sets, there is no doubt that excluded middle often fails internally. See the examples listed at internal logic. (Those categories in which excluded middle holds are called Boolean; in general, the adjective ‘Boolean’ is often used to indicate the applicability of PEM.)

Although the term ‘excluded middle’ (sometimes even excluded third) suggests that the principle does not apply in many-valued logics, that is not the point; many-valued logics are many-valued externally but may still be two-valued internally. In the language of categorial logic, whether a category has exactly two subterminal objects is in general independent of whether it is Boolean; instead, the category is Boolean iff the statement that it has exactly two subterminal objects holds in its internal logic (which is in general independent of whether that statement is true).

In fact, intuitionistic logic proves that there is no truth value that is neither true nor false; in this sense, the possibility of a ‘middle’ or ‘third’ truth value is still ‘excluded’. But since the relevant de Morgan law fails in intuitionistic logic, we may not conclude that every truth value is either true or false, which is the actual PEM.

In set theory

In material set theory, Shulman 18 makes the distinction between full classical logic, where the principle of excluded middle holds for all logical formulae in the material set theory, and Δ 0\Delta_0-classical logic, where the principle of excluded middle holds for only holds for Δ 0\Delta_0-formulae. Δ 0\Delta_0-formulae are logical formulae where every quantifier QQ has to be bounded by the membership relation; i.e. Qxy.P(x)Qx.xyP(x)Q x \in y.P(x) \coloneqq Q x.x \in y \wedge P(x). In structural set theory, the above difference between full classical logic and Δ 0\Delta_0-classical logic in material set theory is the difference between defining structural set theory as a well-pointed Boolean topos in classical logic and in intuitionistic logic respectively.

In type theory

In dependent type theory, there are many statements of excluded middle.

The statement which directly corresponds to excluded middle in logic states that given a type PP, if PP is a mere proposition, then either PP or the negation of PP holds

ΓPtypeΓlem P:isProp(P)(P¬P)\frac{\Gamma \vdash P \; \mathrm{type}}{\Gamma \vdash \mathrm{lem}_P:\mathrm{isProp}(P) \to (P \vee \neg P)}

where isProp\mathrm{isProp} is the isProp modality commonly defined as x:P y:PId P(x,y)\prod_{x:P} \prod_{y:P} \mathrm{Id}_P(x, y), negation ¬P\neg P is simply the the function type P𝟘P \to \mathbb{0} into the empty type and disjunction ABA \vee B is the bracket type of the sum type [A+B][A + B]. There is also an untruncated version of excluded middle, which uses the sum type instead of the disjunciton:

ΓPtypeΓlem P:isProp(P)(P+¬P)\frac{\Gamma \vdash P \; \mathrm{type}}{\Gamma \vdash \mathrm{lem}_P:\mathrm{isProp}(P) \to (P + \neg P)}

If the type theory has a boolean domain Bit\mathrm{Bit} which is a univalent Tarski universe with type family El Bit\mathrm{El}_\mathrm{Bit} and thus satisfies the extensionality principle, excluded middle could be stated as given a type PP, if PP is a mere proposition, then there exists a boolean QQ such that PP is equivalent to the type reflection of QQ:

ΓPtypeΓlem P:isProp(P)Q:Bit.PEl Bit(Q)\frac{\Gamma \vdash P \; \mathrm{type}}{\Gamma \vdash \mathrm{lem}_P:\mathrm{isProp}(P) \to \exists Q:\mathrm{Bit}.P \simeq \mathrm{El}_\mathrm{Bit}(Q)}

By definition, the only two booleans are 00 representing false and 11 representing true. Similarly as above, there is also an untruncated version using dependent sum types:

ΓPtypeΓlem P:isProp(P) Q:BitPEl Bit(Q)\frac{\Gamma \vdash P \; \mathrm{type}}{\Gamma \vdash \mathrm{lem}_P:\mathrm{isProp}(P) \to \sum_{Q:\mathrm{Bit}} P \simeq \mathrm{El}_\mathrm{Bit}(Q)}

Relation to the axiom of choice

Excluded middle can be seen as a very weak form of the axiom of choice (a slightly more controversial principle, doubted or denied by a slightly larger minority, and true internally in even fewer categories). In fact, the following are equivalent. (this is the Diaconescu-Goodman-Myhill theorem due to Diaconescu 75, see also McLarty 96, theorem 19.7, )

  1. The principle of excluded middle.
  2. Finitely indexed sets are projective (in fact, it suffices 2-indexed sets to be projective).
  3. Finite sets are choice (in fact, it suffices for 2 to be choice).

(Here, a set AA is finite or finitely-indexed (respectively) if, for some natural number nn, there is a bijection or surjection (respectively) {0,,n1}A\{0, \ldots, n - 1\} \to A.)

The proof is as follows. If pp is a truth value, then divide {0,1}\{0,1\} by the equivalence relation where 010 \equiv 1 iff pp holds. Then we have a surjection 2A2\to A, whose domain is 22 (and in particular, finite), and whose codomain AA is finitely-indexed. But this surjection splits iff pp is true or false, so if either 22 is choice or 22-indexed sets are projective, then PEM holds.

On the other hand, if PEM holds, then we can show by induction that if AA and BB are choice, so is ABA\sqcup B (add details). Thus, all finite sets are choice. Now if nAn\to A is a surjection, exhibiting AA as finitely indexed, it has a section AnA\to n. Since a finite set is always projective, and any retract of a projective object is projective, this shows that AA is projective.

In particular, the axiom of choice implies PEM. This argument, due originally to Diaconescu, can be internalized in any topos. However, other weak versions of choice such as countable choice (any surjection to a countable set (which for this purpose is any set isomorphic to the set of natural numbers) has a section), dependent choice, or even COSHEP do not imply PEM. In fact, it is often claimed that axiom of choice is true in constructive mathematics (by the BHK or Brouwer-Heyting-Kolmogorov interpretation of predicate logic), leading to much argument about exactly what that means.

Other equivalent statements

Double-negated PEM

While PEM is not valid in constructive mathematics, its double negation

¬¬(A¬A) \neg\neg(A\vee \neg A)

is valid. One way to see this is to note that ¬(AB)=¬A¬B\neg (A\vee B) = \neg A \wedge \neg B is one of de Morgan's laws that is constructively valid, and ¬(¬A¬¬A)\neg (\neg A \wedge \neg\neg A) is easy to prove (it is an instance of the law of non-contradiction?).

However, a more direct argument makes the structure of the proof more clear. When beta-reduced, the proof term? is λx.x(inr(λa.x(inl(a))))\lambda x. x(inr(\lambda a. x(inl(a)))). This means that we first assume ¬(A¬A)\neg (A\vee \neg A) for a contradiction, for which it suffices (by assumption) to prove A¬AA\vee \neg A. We prove that by proving ¬A\neg A, which we prove by assuming AA for a contradiction. But now we can reach a contradiction by invoking (again) our assumption of ¬(A¬A)\neg (A\vee \neg A) and proving A¬AA\vee \neg A this time using our new assumption of AA. In other words, we start out claiming that ¬A\neg A, but whenever that “bluff gets called” by someone supplying an AA and asking us to yield a contradiction, we retroactively change our minds and claim that AA instead, using the AA that we were just given as evidence.

In particular, this shows how the double negation modality can be regarded computationally as a sort of continuation-passing transform.

However, there is another meaning of “double negated PEM” that is not valid. The above argument shows that

A,¬¬(A¬A). \forall A, \neg\neg(A\vee \neg A).

But a stronger statement is

¬¬A,(A¬A). \neg\neg \forall A, (A \vee \neg A).

This is related to the above valid statement by a double-negation shift; and in fact, the truth of ¬¬A,(A¬A) \neg\neg \forall A, (A \vee \neg A) is equivalent to the principle of double-negation shift. In particular, it is not constructively provable.

Sharp excluded middle

One could add to cohesive homotopy type theory a version of excluded middle called the sharp law of excluded middle, given by the following rule:

Ξ|ΓPtypeΞ|Γp:isProp(P)Ξ|Γlem :(P¬P)\frac{\Xi \vert \Gamma \vdash P \; \mathrm{type} \quad \Xi \vert \Gamma \vdash p:\mathrm{isProp}(P)}{\Xi \vert \Gamma \vdash \mathrm{lem}^\sharp:\sharp(P \vee \neg P)}

where AB[A+B]A \vee B \coloneqq \left[A + B\right] and ¬AA𝟘\neg A \coloneqq A \to \mathbb{0}, and A\sharp A is the sharp modality of AA, [A]\left[A\right] is the propositional truncation of AA and 𝟘\mathbb{0} is the empty type.

References

General

Relation to other axioms:

Relation to the axiom of choice (Diaconescu-Goodman-Myhill theorem):

  • Radu Diaconescu, Axiom of choice and complementation, Proceedings of the American Mathematical Society 51:176-178 (1975) (doi:10.1090/S0002-9939-1975-0373893-X)

  • N. D. Goodman J. Myhill, Choice Implies Excluded Middle, Zeitschrift fuer Mathematische Logik und Grundlagen der Mathematik 24:461 (1978)

Relation to ex falso quodlibet and the law of double negation:

  • Pedro Francisco, Valencia Vizcaíno, Relations between ex falso, tertium non datur, and double negation elimination [arXiv:1304.0272]

In homotopy type theory

  • Aristotle, Metaphysics, 1011b24: “Of any one subject, one thing must be either asserted or denied”

In homotopy type theory:

In cohesive homotopy type theory:

Last revised on March 26, 2023 at 02:29:31. See the history of this page for a list of all contributions to it.