Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] "setoid rewrite failed"

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] "setoid rewrite failed"


chronological Thread 
  • From: Pierre Letouzey <Pierre.Letouzey AT pps.jussieu.fr>
  • To: Edsko de Vries <devriese AT cs.tcd.ie>
  • Cc: Yves Bertot <Yves.Bertot AT sophia.inria.fr>, coq-club <coq-club AT pauillac.inria.fr>
  • Subject: Re: [Coq-Club] "setoid rewrite failed"
  • Date: Wed, 1 Apr 2009 13:51:34 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On Wed, Apr 01, 2009 at 12:38:40PM +0100, Edsko de Vries wrote:
> Hi Yves,
> 
> >You really sent us very little context, but assuming you are using a  
> >defined equality because it is
> >more strictly more liberal than Leibniz equality (i.e. there are a  
> >and b such that a === b and a <> b),
> >I think that what you are trying to prove is not true!  List.in  
> >explicitly relies on Leibniz equality.
> 
> Aah, I see. That makes perfect sense, thank you.
> 
> (The === relation came from the Metatheory library bundled with Brian  
> Aydemir's LNgen tool; quite frankly, I didn't really understand it and  
> I was trying to copy the style of an existing lemma. "Proof by  
> incantation" as my previous advisor would say ;)
> 
> Changing the relation R to be simply eq solves it.
> 
> Thanks,
> 
> Edsko
> 

By the way, there is now a file SetoidList.v in the standard library,
where you can find a definition for the fact of belonging to a list
modulo some setoid equality.

Best,

Pierre Letouzey





Archive powered by MhonArc 2.6.16.

Top of Page