EQF_ELIM
Drule.EQF_ELIM : (thm -> thm)
Replaces equality with F by negation.
F
A |- tm = F ------------- EQF_ELIM A |- ~tm
Fails if the argument theorem is not of the form A |- tm = F.
A |- tm = F
Drule.EQF_INTRO, Drule.EQT_ELIM, Drule.EQT_INTRO
Drule.EQF_INTRO
Drule.EQT_ELIM
Drule.EQT_INTRO