History log of /seL4-l4v-10.1.1/HOL4/src/opentheory/hol4.int
Revision Date Author Comments
# abd56e44 30-Aug-2016 Ramana Kumar <ramana@member.fsf.org>

Implement conversion from HOL4 to OpenTheory numerals


# f7a89628 12-May-2016 Ramana Kumar <ramana@member.fsf.org>

Use HOL4's definitions of inv and / in the hol-real package

Because they are overspecified (in particular, defined for 0 as
divisor), they cannot be mapped directly to the underspecified
OpenTheory versions. However, we can prove they are equal to the
OpenTheory versions for all other inputs.


# 221ff0f3 08-May-2016 Ramana Kumar <ramana@member.fsf.org>

Add interpretation of real constants to hol4.int

sup is not included because the type is different in OpenTheory (set
versus predicate)


# d818c14c 26-Apr-2016 Ramana Kumar <ramana@member.fsf.org>

Split out and re-use HOL interpretation

OpenTheory now supports importing an interpretation from a file.