src/HOL/Complex/Complex_Main.thy
author wenzelm
Tue, 10 Jun 2008 19:15:18 +0200
changeset 27125 0733f575b51e
parent 26118 6f94eb10adad
child 27368 9f90ac19e32b
permissions -rw-r--r--
tuned proofs -- case_tac *is* available here;

(*  Title:      HOL/Complex/Complex_Main.thy
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   2003  University of Cambridge
*)

header{*Comprehensive Complex Theory*}

theory Complex_Main
imports Fundamental_Theorem_Algebra CLim "../Hyperreal/Hyperreal"
begin

end