Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

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


Chronological Thread 
  • From: "...." <nixiejun AT 163.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] a problem combined with 'apply' and 'conjunctive'
  • Date: Wed, 20 Aug 2014 20:53:01 +0800 (CST)

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. 





Archive powered by MHonArc 2.6.18.

Top of Page