src/HOL/Complex_Main.thy
author blanchet
Thu, 26 Aug 2010 14:58:45 +0200
changeset 38819 71c9f61516cd
parent 35292 e4a431b6d9b7
child 40839 48e01d16dd17
permissions -rw-r--r--
if the goal contains no constants or frees, fall back on chained facts, then on local facts, etc., instead of generating a trivial ATP problem

header {* Comprehensive Complex Theory *}

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

end