Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Matching equalities without inequalities

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Matching equalities without inequalities


chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: Marko Malikovi� <marko AT ffri.hr>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Matching equalities without inequalities
  • Date: Sat, 24 Dec 2011 17:41:10 -0500

On 12/24/2011 02:28 PM, Marko Malikoviæ wrote:
The second solution does not fit to me because if I put "foo" instead of
all occurences of a = b then I can have foo and ~foo in the same
hypothesis.

Glad to hear that Chung-Kil's suggestion works. I don't see the problem with using a named context, because such a context only has a single hole to be filled, even if the term initially found in that position appears multiple times in the goal. Filling the hole will only put [foo] in that single position.



Archive powered by MhonArc 2.6.16.

Top of Page