Skip to Content.
Sympa Menu

coq-club - [Coq-Club] working on functions -- how to solve this?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] working on functions -- how to solve this?


Chronological Thread 
  • From: Ömer Sinan Ağacan <omeragacan AT gmail.com>
  • To: coq club <coq-club AT inria.fr>
  • Subject: [Coq-Club] working on functions -- how to solve this?
  • Date: Wed, 12 Feb 2014 23:46:25 +0200

Hi all,

I'm stuck with this:


H3 : (fix closed (n : nat) (t : tm) {struct n} : Prop :=
fvs n t = empty_set id) n' e'
==========================================
fvs n' e' = empty_set id


Any ideas how to prove this?

Thanks ..

---
Ömer Sinan Ağacan
http://osa1.net



Archive powered by MHonArc 2.6.18.

Top of Page