Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] not_exists_dist

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] not_exists_dist


Chronological Thread 
  • From: Jonathan Leivent <jonikelee AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] not_exists_dist
  • Date: Tue, 13 Jan 2015 22:55:25 -0500


On 01/13/2015 10:29 PM, Jiten Pathy wrote:
Hello,
Trying to prove the following theorem from Software Foundations. A
hint to proceed?

https://gist.github.com/anonymous/42f75d0375ca8788cad6

Don't assert False yet. First, intro x. Then use H1 on (P x), and that will allow you to concentrate on what you can do with ~P x as a hypothesis.

-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page