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: Adam Chlipala <adamc AT hcoop.net>
  • To: dimitrisg7 <dvekris AT hotmail.com>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Problem with rewriting
  • Date: Wed, 03 Jun 2009 11:58:13 -0400
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

dimitrisg7 wrote:
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).

Without proof irrelevance or some other axiom, you can't prove that these two propositions are equal, which makes it impossible to do "rewriting" in the usual sense.





Archive powered by MhonArc 2.6.16.

Top of Page