---------------------------------------------------------------------- IMP_RES_FORALL_CONV (res_quanTools) ---------------------------------------------------------------------- IMP_RES_FORALL_CONV : conv SYNOPSIS Converts an implication to a restricted universal quantification. KEYWORDS conversion, restricted quantifier, universal, implication. DESCRIBE When applied to a term of the form {!x.P x ==> Q}, the conversion {IMP_RES_FORALL_CONV} returns the theorem: |- (!x. P x ==> Q) = !x::P. Q FAILURE Fails if applied to a term not of the form {!x.P x ==> Q}. SEEALSO res_quanTools.RES_FORALL_CONV. ----------------------------------------------------------------------