https://github.com/JacquesCarette/hol-light
Raw File
Tip revision: aad5d2584b75b965328d37ea5a5baa3c100f8cff authored by Jacques Carette on 22 June 2020, 23:39:45 UTC
Revert "fourth batch (#17)"
Tip revision: aad5d25
DENUMERAL.doc
\DOC DENUMERAL

\TYPE {DENUMERAL : thm -> thm}

\SYNOPSIS
Remove instances of the {NUMERAL} constant from a theorem.

\DESCRIBE
The call {DENUMERAL th} removes from the conclusion of {th} any instances of
the constant {NUMERAL}, used in the internal representation of numerals.

\FAILURE
Never fails.

\USES
Only intended for users manipulating the internal structure of numerals.

\SEEALSO
NUM_REDUCE_CONV.

\ENDDOC
back to top