Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Problem with rewriting

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Problem with rewriting


chronological Thread 
  • From: muad <muad.dib.space AT gmail.com>
  • To: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Problem with rewriting
  • Date: Wed, 3 Jun 2009 15:59:07 -0700 (PDT)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

> Hello to everyone.
> 
> This is my context (x: Type)(K: nat -> Type).
> I would like to know how to rewrite (exists n, K n = x) as (exists m, x =
> K m).
> 
> Thanks in advance.

What is your actual goal and why do you want to do the rewrite.
-- 
View this message in context: 
http://www.nabble.com/Problem-with-rewriting-tp23853684p23861045.html
Sent from the Coq mailing list archive at Nabble.com.





Archive powered by MhonArc 2.6.16.

Top of Page