src/HOL/Complex_Main.thy
author huffman
Fri, 05 Dec 2008 17:26:16 -0800
changeset 29010 5cd646abf6bc
parent 28952 15a4b2cf8c34
child 29026 5fbaa05f637f
permissions -rw-r--r--
add lemma le_nat_number_of

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

header{*Comprehensive Complex Theory*}

theory Complex_Main
imports
  Main
  ContNotDenum
  Real
  "~~/src/HOL/Complex/Fundamental_Theorem_Algebra"
  Log
  Ln
  Taylor
  Integration
  FrechetDeriv
begin

end