MP_TAC : thm_tactic

SYNOPSIS
Reduces a goal to implication from a known theorem.

DESCRIBE
When applied to the theorem A' |- s and the goal A ?- t, the tactic MP_TAC reduces the goal to A ?- s ==> t. Unless A' is a subset of A, this is an invalid tactic.
       A ?- t
   ==============  MP_TAC (A' |- s)
    A ?- s ==> t

FAILURE
Never fails.

SEEALSO  MATCH_MP_TAC,   MP,   UNDISCH_TAC

HOL  Kananaskis 0