Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Howto instantiate forall in the assumptions?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Howto instantiate forall in the assumptions?


chronological Thread 
  • From: Hendrik Tews <tews AT os.inf.tu-dresden.de>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Howto instantiate forall in the assumptions?
  • Date: Tue, 30 Nov 2010 11:15:45 +0100

Hi,

I have a goal with "forall c : C, ... " in the assumptions, for
which apply fails for various reasons. I was not able to
instantiate it and finally solved the problem with cut. IMO this
use of cut is a bad workaround, because it requires to copy the
complete body of the forall and to perform the substitution
manually. 

How can I manually instantiate a universal
quantification/dependent product in the assumptions?

Bye,

Hendrik



Archive powered by MhonArc 2.6.16.

Top of Page