src/HOL/Complex/ComplexBin.thy
author webertj
Tue, 01 Aug 2006 14:58:43 +0200
changeset 20276 d94dc40673b1
parent 15140 322485b816ac
permissions -rw-r--r--
possible disagreement between proof search and proof reconstruction when eliminating inequalities over different types fixed

(*  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