https://github.com/JacquesCarette/hol-light
Raw File
Tip revision: b27a524086caf73530b7c2c5da1b237d3539f143 authored by Jacques Carette on 24 August 2020, 14:18:07 UTC
Merge pull request #35 from sjjs7/final-changes
Tip revision: b27a524
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