Skip to Content.
Sympa Menu

coq-club - naive question

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

naive question


chronological Thread 
  • From: David Monniaux <monniaux AT clipper.ens.fr>
  • To: Cotcotcotcodett <coq-club AT pauillac.inria.fr>
  • Subject: naive question
  • Date: Wed, 17 Jun 1998 00:32:02 +0200 (MET DST)

I have a (maybe) naive question: while
(X: Set) (P: X->bool) ~(x: X) (P x)=false -> (EX x: X | (P x)=true)
is obviously false (without a classical axiom), is it possible to prove it
for X=nat ?

We do have an effective procedure for computing such an x: scan all
possible naturals until one fits, which is bound to happen because of the
hypothesis. The question is: is such a procedure definable in Coq?

-- David






Archive powered by MhonArc 2.6.16.

Top of Page