src/HOL/Complex_Main.thy
author huffman
Wed, 18 Apr 2012 10:52:49 +0200
changeset 47534 06cc372a80ed
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
use context block to organize typedef lifting theorems

header {* Comprehensive Complex Theory *}

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

end