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: Alan Schmitt <alan.schmitt AT polytechnique.org>
  • To: Jonas Oberhauser <s9joober AT gmail.com>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Stuck with functions.
  • Date: Thu, 08 Nov 2012 23:08:24 +0100

Jonas Oberhauser
<s9joober AT gmail.com>
writes:

> One thing that has opened my eyes a little bit was this provable
> proposition that Smolka and CE Brown showed to me:
>
> Goal forall X, forall f : X -> (X -> Prop), exists g, forall x, f x <> g.

I'd really like to see how you prove this. Just for fun, I tried it, and
I'm stuck at the very beginning:

X : Type
f : X -> X -> Prop
============================
exists g : X -> Prop, forall x : X, f x <> g

What's the next step?

Alan



Archive powered by MHonArc 2.6.18.

Top of Page