Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] a problem combined with 'apply' and 'conjunctive'

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] a problem combined with 'apply' and 'conjunctive'


Chronological Thread 
  • From: Cedric Auger <sedrikov AT gmail.com>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] a problem combined with 'apply' and 'conjunctive'
  • Date: Wed, 20 Aug 2014 14:58:46 +0200

Yes, use of "assert" or "cut" tactic can be useful. I will not provide the proof script, as it is quite easy. If you still find it hard, you should really read some documentation (Software Foundations, or Certified Programming with Dependant Types, for instance). The Coq reference manual is also a valuable reference.


2014-08-20 14:53 GMT+02:00 .... <nixiejun AT 163.com>:
Dear Coq users:
    Here I meet a question.
    1 subgoals
P : Prop
Q : Prop
R : Prop
H : P -> Q
______________________________________(1/1)
Q \/ R
    
    Is it possible to use H:P->Q to transform subgoal Q\/R to P\/R. 





--
.../Sedrikov\...



Archive powered by MHonArc 2.6.18.

Top of Page