CONJUNCT1 : (thm -> thm)
SYNOPSIS
Extracts left conjunct of theorem.
DESCRIBE
A |- t1 /\ t2 --------------- CONJUNCT1 A |- t1
FAILURE
Fails unless the input theorem is a conjunction.
SEEALSO
BODY_CONJUNCTS
,
CONJUNCT2
,
CONJ_PAIR
,
CONJ
,
LIST_CONJ
,
CONJ_LIST
,
CONJUNCTS
HOL
Kananaskis 0