I tried to prove this lemma with the tatics [intros], [apply], [assumption], [destruct],[left], [right], [split] but failed. Can anyone teach me how to prove it?
Lemma a : (P \/ Q) /\ ~P -> Q.
proof.
And generally, how to prove the easy propositions such as false->P, P/~P, etc?