Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Tactics for solving goals of type Set

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Tactics for solving goals of type Set


chronological Thread 
  • From: Areski Nait Abdallah <areski AT pauillac.inria.fr>
  • To: Cody.Roux AT loria.fr (Cody Roux)
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Tactics for solving goals of type Set
  • Date: Wed, 19 Dec 2007 19:24:54 +0100 (MET)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

> (1) Any tactic works just as well for a goal of type Prop or of type Set

        >> exept eventually the elimination of the existential quantifier 
        >> (for technical reasons).

These exception and technical reasons is precisely what my question is about.

As an example : Assume
   1. I have a proof of A \/ B.
   2. I have a proof of A -> { x : E | P }
   3. I have a proof of B -> { x : E | P }
When and under which conditions do I combine these into a proof of 
   4. A \/ B -> { x : E | P } , 
and why are these conditions necessary ?


Thanks.
A.


> 
> Cody
> 
> On Wed, 2007-12-19 at 15:17 +0100, Areski Nait Abdallah wrote:
> > Hello,
> > 
> > I am looking for a reference which discusses 
> > 
> >     (1) which tactis can be used for solving a goal of type Set, and 
> > 
> >     (2) covers the rationale for such tactics.
> > 
> > Thank you for your help,
> > 
> > Areski
> > 





Archive powered by MhonArc 2.6.16.

Top of Page