History log of /seL4-l4v-10.1.1/HOL4/src/real/prove_real_assumsScript.sml
Revision Date Author Comments
# d2f326cc 12-May-2016 Ramana Kumar <ramana@member.fsf.org>

Remove unicode from prove_real_assumsScript.sml


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

Prove the last unproved assumption for real package


# 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.


# fd78d626 10-May-2016 Ramana Kumar <ramana@member.fsf.org>

Start creating OpenTheory package for real

Attempting to build on the existing real numbers in OpenTheory base.
Hence the complication of prove_real_assums etc.

Currently, there are 2 axioms in the resulting package:

One is inv 0 = 0 which is unprovable for OpenTheory's inv, so will just
have to define our own inv (as with other underspecified constants).

The other is some complicated theorem that looks like the existence of a
supremum and which I have not figured out how to prove from what the
OpenTheory real package provides yet. (But it seems it should be
possible.)