Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Stuck with functions.


Chronological Thread 
  • From: Jesse Clayton <j89clayton89 AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Stuck with functions.
  • Date: Thu, 8 Nov 2012 12:22:26 +0100

Hi,

Variable K : Type.
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?
Thanks.



Archive powered by MHonArc 2.6.18.

Top of Page