coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Eddy Westbrook <westbrook AT kestrel.edu>
- To: coq-club <coq-club AT inria.fr>
- Subject: [Coq-Club] Negating predicative universals into existentials
- Date: Wed, 14 May 2014 11:22:28 -0700
All,
The library Coq.Logic.Classical_Pred_Type gives a proof, using
(propositional) excluded middle, that the negation of a forall is an exists:
Lemma not_all_ex_not :
forall U:Type, forall P:U -> Prop, ~ (forall n:U, P n) -> exists n : U, ~ P
n.
Does anyone know if the version of this that makes P predicative, using Type,
is provable as well? That is, I am trying to prove:
Lemma not_all_ex_not_pred :
forall U:Type, forall P:U -> Type, ((forall n:U, P n) -> False) -> exists n
: U, P n -> False.
Thanks,
-Eddy
- [Coq-Club] Negating predicative universals into existentials, Eddy Westbrook, 05/14/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Daniel Schepler, 05/14/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Daniel Schepler, 05/14/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Eddy Westbrook, 05/15/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Daniel Schepler, 05/14/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Abhishek Anand, 05/14/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Amin Timany, 05/14/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Abhishek Anand, 05/14/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Amin Timany, 05/14/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Eddy Westbrook, 05/15/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Abhishek Anand, 05/14/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Amin Timany, 05/14/2014
- Re: [Coq-Club] Negating predicative universals into existentials, Daniel Schepler, 05/14/2014
Archive powered by MHonArc 2.6.18.