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

LAST_ASSUM

Tactical.LAST_ASSUM : (thm_tactic -> tactic)

Maps a theorem-tactic over the assumptions, in reverse order, applying first successful tactic.

LAST_ASSUM behaves like FIRST_ASSUM, except that it goes through the list of assumptions in reverse order

See also

Tactical.FIRST_ASSUM, Tactical.LAST_X_ASSUM