Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Doubt about eexists

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Doubt about eexists


Chronological Thread 
  • From: Saulo Araujo <saulo2 AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Doubt about eexists
  • Date: Wed, 20 Jan 2016 09:53:08 -0300
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=saulo2 AT gmail.com; spf=Pass smtp.mailfrom=saulo2 AT gmail.com; spf=None smtp.helo=postmaster AT mail-qk0-f180.google.com
  • Ironport-phdr: 9a23:kHm35hyCSR9oXcXXCy+O+j09IxM/srCxBDY+r6Qd0ekSIJqq85mqBkHD//Il1AaPBtWFrasc0qGN7ujJYi8p39WoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6kO74TNaIBjjLw09fr2zQd6MyZ3vjqvpptX6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD86Fpy8kVWqLjOq88ULZwDTI8Mmlz6te4mwPESF6072YYVS0/iBNVAQ+NuArzQ5P26AP1s+N83G+ROsigHuN8Yiir86o+EEygsywALTNsqGw=

Thanks for your help Eric!

On Tue, Jan 19, 2016 at 9:10 PM, Eric Mullen <emullen AT cs.washington.edu> wrote:
Try making sure that d11 and d10 come into scope before ?1179. Likely what happened is that ?1179 can't unify with whatever you have on the right side, because it has to unify in the context that existed when it was created (not the current context).

I believe that what I've said is true for 8.4, and I think it has changed in 8.5.

Eric

On Tue, Jan 19, 2016 at 3:54 PM Saulo Araujo <saulo2 AT gmail.com> wrote:
Hi,

After using eexists and performing some manipulation, I need to proove a goal of the form

Some ?1179 = Some (coeficient d11 d10)

Which tactic could I use to make Coq understand that there exists a value for ?1179 (i.e. coeficient d11 d10) that makes Some ?1179 = Some (coeficient d11 d10) true?

In other similar situation, reflexivity did the tricky...

I really appreciate any help you can provide,
Saulo Araujo




Archive powered by MHonArc 2.6.18.

Top of Page