src/HOL/Complex/Complex_Main.thy
author wenzelm
Tue, 10 Jun 2008 19:15:16 +0200
changeset 27123 11fcdd5897dd
parent 26118 6f94eb10adad
child 27368 9f90ac19e32b
permissions -rw-r--r--
case_tac/induct_tac: use same declarations as cases/induct;

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