Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CONSEQ_CONV_TAC

ConseqConv.CONSEQ_CONV_TAC : directed_conseq_conv -> tactic

Reduces the goal using a consequence conversion.

CONSEQ_CONV_TAC c tries to strengthen a goal P using c to a new goal P'. It then remains to show that P' holds.

See also

Tactic.MATCH_MP_TAC