src/HOL/Complex/ComplexBin.thy
author huffman
Tue, 08 May 2007 01:10:55 +0200
changeset 22854 51087b1cc77d
parent 15140 322485b816ac
permissions -rw-r--r--
add lemmas power2_le_imp_le and power2_less_imp_less

(*  Title:      ComplexBin.thy
    Author:     Jacques D. Fleuriot
    Copyright:  2001 University of Edinburgh
    Descrition: Binary arithmetic for the complex numbers
                This case is reduced to that for the reals.
*)

theory ComplexBin
imports Complex
begin

end