src/HOL/Complex_Main.thy
author huffman
Tue, 06 Sep 2011 14:53:51 -0700
changeset 44764 264436dd9491
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
remove redundant lemmas i_mult_eq and i_mult_eq2 in favor of i_squared

header {* Comprehensive Complex Theory *}

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

end