Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Equality of functions.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Equality of functions.


chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: Bernard Hurley <bernard AT marcade.biz>
  • Cc: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Equality of functions.
  • Date: Tue, 24 Apr 2012 19:54:17 -0400

On 04/24/2012 07:47 PM, Bernard Hurley wrote:
In the following scenario, is it possible to prove the Lemma?

+++++++++++++++++++++++++++
Section test.
   Variables A B : Set.
   Variables f g : A ->  B.

   Hypothesis Hyp1: forall a, f a = g a.

   Lemma test : f = g.

End test.
+++++++++++++++++++++++++++

Short answer: no.

Medium-length answer: keep reading in CPDT. ;)



Archive powered by MhonArc 2.6.16.

Top of Page