src/HOL/Complex_Main.thy
author huffman
Fri, 02 Sep 2011 13:57:12 -0700
changeset 44666 8670a39d4420
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
remove more duplicate lemmas

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  SupInf
  Complex
  Log
  Ln
  Taylor
  Deriv
begin

end