Skip to Content.
Sympa Menu

coq-club - [Coq-Club] What tactic can be used to prove 'forall' to '~ exists'?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] What tactic can be used to prove 'forall' to '~ exists'?


Chronological Thread 
  • From: "...." <nixiejun AT 163.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] What tactic can be used to prove 'forall' to '~ exists'?
  • Date: Sat, 23 Aug 2014 14:55:19 +0800 (CST)

Dear everyone:
    I'mc confused with the following subgoal:
    Theorem T1(P:Prop->Prop): forall B:Prop,~P B->~(exists A:Prop,P A).
    Is it possible to prove?
    Thank you ! Xiejun Ni.





Archive powered by MHonArc 2.6.18.

Top of Page