src/HOL/Complex_Main.thy
author blanchet
Tue, 06 Nov 2012 11:20:56 +0100
changeset 50010 17488e45eb5a
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
proper handling of assumptions arising from the goal's being expressed in rule format, for Isar proof construction

header {* Comprehensive Complex Theory *}

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

end