src/HOL/Real/RealInt.thy
author oheimb
Mon, 06 Sep 1999 18:19:12 +0200
changeset 7497 a18f3bce7198
parent 7334 a90fc1e5fb19
child 8856 435187ffc64e
permissions -rw-r--r--
strengthened card_seteq

(*  Title:       RealInt.thy
    ID:         $Id$
    Author:      Jacques D. Fleuriot
    Copyright:   1999 University of Edinburgh
    Description: Embedding the integers in the reals
*)

RealInt = RealOrd + Int + 

constdefs 
   real_of_int :: int => real
   "real_of_int z == Abs_real(UN (i,j): Rep_Integ z. realrel ^^ 
                     {(preal_of_prat(prat_of_pnat(pnat_of_nat i)),
                       preal_of_prat(prat_of_pnat(pnat_of_nat j)))})"


end