Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Without law-of-excluded-middles, do we need a hierarchy of Types?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Without law-of-excluded-middles, do we need a hierarchy of Types?


Chronological Thread 
  • From: Guillaume Brunerie <guillaume.brunerie AT gmail.com>
  • To: t x <txrev319 AT gmail.com>
  • Cc: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Without law-of-excluded-middles, do we need a hierarchy of Types?
  • Date: Mon, 28 Oct 2013 16:37:09 +0100

On 2013/10/28 t x
<txrev319 AT gmail.com>
wrote:
> Paradox with "sets of sets":
> X = { s | s \not\in s }
>
> In classical logic, there's the argument:
> does X \in X?
> if yes, then X \not\in X, contradiction
> if not, then X \in X, contradiction

You don’t need to use excluded middle for that, you also get a
contradiction constructively:

Assume X \in X. Then, by definition we have X \not\in X, hence we have
a contradiction. This shows that X \not\in X.
Hence, by definition, X \in X : contradiction.

Guillaume



Archive powered by MHonArc 2.6.18.

Top of Page