Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] match/ proof of branch

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] match/ proof of branch


chronological Thread 
  • From: Adam Chlipala <adam AT chlipala.net>
  • To: Marco Servetto <marco.servetto AT gmail.com>
  • Cc: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] match/ proof of branch
  • Date: Sun, 17 Jul 2011 09:23:53 -0400

Adam Chlipala wrote:
Here's the code, which will probably deserve some stepping-through and pondering. The [pattern] tactic is key to abstracting some uses of [f n] but not others, in a way that preserves well-typedness of the goal.

Oh, and I just noticed that the proof was depending on a hint introduced by [Require Import Program.], which I had there from when I was experimenting with [dependent destruction] (which didn't easily get the job done). You could either add that import or add an extra line [discriminate] to the end of the proof.



Archive powered by MhonArc 2.6.16.

Top of Page