changeset 14390 | 55fe71faadda |
parent 14387 | e96d5c42c4b0 |
--- a/src/HOL/Hyperreal/IntFloor.ML Mon Feb 16 15:24:03 2004 +0100 +++ b/src/HOL/Hyperreal/IntFloor.ML Tue Feb 17 10:41:59 2004 +0100 @@ -4,8 +4,6 @@ Description: Floor and ceiling operations over reals *) -val real_number_of = thm"real_number_of"; - Goal "((number_of n) < real (m::int)) = (number_of n < m)"; by Auto_tac; by (rtac (real_of_int_less_iff RS iffD1) 1);