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

SWAP_PFORALL_CONV

PairRules.SWAP_PFORALL_CONV : conv

Interchanges the order of two universally quantified pairs.

When applied to a term argument of the form !p q. t, the conversion SWAP_PFORALL_CONV returns the theorem:

   |- (!p q. t) = (!q p. t)

Failure

SWAP_PFORALL_CONV fails if applied to a term that is not of the form !p q. t.

See also

PairRules.SWAP_PEXISTS_CONV