Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Stuck with functions.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Stuck with functions.


Chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: Jesse Clayton <j89clayton89 AT gmail.com>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Stuck with functions.
  • Date: Thu, 08 Nov 2012 11:49:37 -0500

On 11/08/2012 06:22 AM, Jesse Clayton wrote:
Lemma feq: forall (b : K -> K)(c : K -> K)(d : forall g, b g = c g), b = c.

How can this be solved? Is there a predefined library for functions and similar stuff in Coq?

This is a bona fide FAQ. :-)

Short answer: your lemma is actually _not_provable_ in Coq, but many users assert it as an axiom. For more details, see Section 10.6 of CPDT <http://adam.chlipala.net/cpdt/>.



Archive powered by MHonArc 2.6.18.

Top of Page