Skip to Content.
Sympa Menu

coq-club - [Coq-Club] dependent types

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] dependent types


chronological Thread 
  • From: "Patricia Peratto" <pperatto AT hotmail.com>
  • To: <coq-club AT pauillac.inria.fr>
  • Subject: [Coq-Club] dependent types
  • Date: Mon, 1 Jan 1996 20:37:03 -0300
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

I'm trying to define a rule for or_elim with dependent types
as follows:
 
(A,B:Prop; P:(A\/B->Set))
 ((a:A)(P (or_introl A B a)))
 ->((b:B)(P (or_intror A B b)))->(p:(A\/B))(P p)
 
with cases, but does not recognize p as formed
by constructors and asks type (P p) for the conclusion.
 
Is it not possible to define this rule in Coq?
 
Regards
 
Patricia Peratto
 
 



Archive powered by MhonArc 2.6.16.

Top of Page