Skip to Content.
Sympa Menu

coq-club - [Coq-Club] How can I make this reasoning step in Coq ?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] How can I make this reasoning step in Coq ?


chronological Thread 
  • From: Matej Kosik <kosik AT fiit.stuba.sk>
  • To: coq-club AT pauillac.inria.fr
  • Subject: [Coq-Club] How can I make this reasoning step in Coq ?
  • Date: Thu, 23 Apr 2009 13:29:41 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
  • Openpgp: id=F248FE18; url=http://altair.sk/uploads/kosik.asc

Hi,

In Coq, it is possible to make the following reasoning steps:

           E |- ~p
        E, p |- False

with the `intro' tactics. Both that lines above are meant to be
"sequents" where |- separates the antecedent and the succedent.

With what tactics can I perform the following reasoning step:

            E |- p
        E, ~p |- False

?

(I am new to Coq.)





Archive powered by MhonArc 2.6.16.

Top of Page