src/HOL/Complex_Main.thy
author hoelzl
Tue, 26 Mar 2013 12:20:54 +0100
changeset 51520 e9b361845809
parent 51518 6a56b7088a6a
child 51522 bd568f4bf446
permissions -rw-r--r--
move real_isLub_unique to isLub_unique in Lubs; real_sum_of_halves to RealDef; abs_diff_less_iff to Rings

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Deriv
begin

end