CONJUNCT2 : thm -> thm
A |- t1 /\ t2 --------------- CONJUNCT2 A |- t2
# CONJUNCT2(ASSUME `p /\ q`);; val it : thm = p /\ q |- q