Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Transitivity for a non-standard subtyping relation

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Transitivity for a non-standard subtyping relation


chronological Thread 
  • From: Matthew Brecknell <matthew AT brecknell.net>
  • To: Nikhil Swamy <nswamy AT microsoft.com>
  • Cc: "coq-club AT pauillac.inria.fr" <coq-club AT pauillac.inria.fr>
  • Subject: Re: [Coq-Club] Transitivity for a non-standard subtyping relation
  • Date: Sun, 14 Jun 2009 16:22:32 +1000
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

I wrote:
> (* However, if subtype-relatedness (according to the way you've defined
> it) really is transitive, it should be possible to show the following,
> but I don't see how to do it: *)

Silly me, I see it now:

Lemma rel_fun_ba_ab: relate P Fun (typ_fun b a) (typ_fun a b).
  apply Rel_fun with NoFun NoFun a b; auto; constructor.
Qed.

So I guess that brings me no closer to understanding your problem.
Sigh...







Archive powered by MhonArc 2.6.16.

Top of Page