src/HOL/Complex_Main.thy
author Christian Urban <urbanc@in.tum.de>
Sat, 28 Aug 2010 20:24:40 +0800
changeset 38859 053c69cb4a0e
parent 35292 e4a431b6d9b7
child 40839 48e01d16dd17
permissions -rw-r--r--
quotient package: lemmas to be lifted and descended can be pre-simplified

header {* Comprehensive Complex Theory *}

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

end