src/HOL/Complex_Main.thy
author Andreas Lochbihler
Tue, 01 Dec 2015 12:35:11 +0100
changeset 61766 507b39df1a57
parent 60758 d8d85a8172b5
child 63570 1826a90b9cbc
permissions -rw-r--r--
add formalisation of Bourbaki-Witt fixpoint theorem

section \<open>Comprehensive Complex Theory\<close>

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end