Skip to content
Foundation·F08

Excluded middle

Every proposition is true or false: the classical assumption.

Built from disjunction and negation. This is the one axiom separating classical logic from intuitionistic logic.
In words
For every proposition A, either A holds or its negation holds; there is no third possibility.
Part of the logical framework beneath ZFC (classical first-order logic with equality): taken as given rather than proven, it belongs to the language the set-theoretic axioms are stated in.

Remarks

Everything before this point is intuitionistically acceptable; excluded middle is the genuinely classical step. Over the other rules it is equivalent to double negation elimination ( ) and to Peirce's law. Intuitionists reject it, on the ground that asserting a disjunction should require knowing which side holds; classical mathematics, and ZFC with it, assumes it freely, and this wiki is classical throughout. It is what licenses proof by contradiction: to prove , refute . In Lean, Classical.em is not an axiom but a theorem, derived by Diaconescu's argument from choice (A09), propositional extensionality, and function extensionality.

Used by