Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] problem with tactic-generated terms

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] problem with tactic-generated terms


Chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] problem with tactic-generated terms
  • Date: Fri, 12 Sep 2014 18:10:59 -0400

On 09/12/2014 06:04 PM, Jonathan wrote:
Inductive Erasable(A : Type) : Prop :=
erasable: A -> Erasable A.

Arguments erasable [A] _.

Axiom Erasable_inj : forall {A : Type}{a b : A}, erasable a=erasable
b -> a=b.

We did the same thing in Ynot, and I think this axiom turned out to be inconsistent, period. You don't need to assume any others to run into trouble. I don't remember the details of the proof, though.



Archive powered by MHonArc 2.6.18.

Top of Page