Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] subst tactic and parameters

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] subst tactic and parameters


Chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: Denis Cousineau <cousineau AT lix.polytechnique.fr>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] subst tactic and parameters
  • Date: Mon, 09 Jul 2012 09:09:24 -0400

On 07/09/2012 09:03 AM, Denis Cousineau wrote:
I've found that the tactic subst only works with equations in contexts that
concern variables that were quantified in the goal, and not global parameters.

I imagine this issue hasn't bothered others because use of global parameters is strongly discouraged; it's really against the spirit of constructive logic!

But, you can easily get [subst] to behave as you wish for parameter [x] by running:
generalize dependent x; intros; subst.




Archive powered by MHonArc 2.6.18.

Top of Page