src/HOL/Complex_Main.thy
author blanchet
Fri, 01 Oct 2010 17:41:59 +0200
changeset 39905 0bfaaa81fc62
parent 35292 e4a431b6d9b7
child 40839 48e01d16dd17
permissions -rw-r--r--
rename quantified variables earlier in the new skolemizer, to ensure consistent naming later (in the absence of the choice axiom)

header {* Comprehensive Complex Theory *}

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

end