PFORALL_NOT_CONV : conv
STRUCTURE
PairRules
LIBRARY
pair
SYNOPSIS
Moves a paired universal quantification inwards through a negation.
DESCRIPTION
When applied to a term of the form
!p. ~t
, the conversion
PFORALL_NOT_CONV
returns the theorem:
|- (!p. ~t) = ~(?p. t)
FAILURE
Fails if applied to a term not of the form
!p. ~t
.
SEEALSO
FORALL_NOT_CONV
,
PEXISTS_NOT_CONV
,
NOT_PEXISTS_CONV
,
NOT_PFORALL_CONV
HOL
Kananaskis-14