coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Adam Chlipala <adamc AT csail.mit.edu>
- To: xavier <xavierdpt+coq AT gmail.com>
- Cc: coq-club AT inria.fr
- Subject: Re: [Coq-Club] Infinitely often and not finitely often
- Date: Wed, 14 Nov 2012 07:42:48 -0500
On 11/14/2012 07:15 AM, xavier wrote:
After a few trivial simple steps, I get the following goal:
P : nat -> Prop
dec : forall n : nat, P n \/ ~ P n
n : nat
nft : ~ (forall m : nat, m>= n -> ~ P m)
______________________________________(1/1)
exists m : nat, m> n /\ P m
This looks rather trivial to me. If it is not the case that all m greater than
n do not have the property, then I can find one that has for which it holds.
And yet I'm stuck.
I won't be surprised if your goal still isn't provable without extra axioms. For instance, you'd probably want to use one of the classical-logic corollaries here:
http://coq.inria.fr/distrib/V8.4/stdlib/Coq.Logic.Classical_Pred_Type.html
- [Coq-Club] Infinitely often and not finitely often, xavier, 11/14/2012
- Re: [Coq-Club] Infinitely often and not finitely often, Adam Chlipala, 11/14/2012
- Re: [Coq-Club] Infinitely often and not finitely often, AUGER Cédric, 11/14/2012
- Re: [Coq-Club] Infinitely often and not finitely often, Nils Anders Danielsson, 11/14/2012
- Re: [Coq-Club] Infinitely often and not finitely often, Jonas Oberhauser, 11/14/2012
- Re: [Coq-Club] Infinitely often and not finitely often, Jonas Oberhauser, 11/14/2012
Archive powered by MHonArc 2.6.18.