src/HOL/Complex_Main.thy
author desharna
Wed, 20 Mar 2024 09:24:12 +0100
changeset 79937 d26c53bc6ce1
parent 73411 1f1366966296
child 80177 1478555580af
permissions -rw-r--r--
added lemmas antisym_on_reflcl_if_asym_on and antisymp_on_reflclp_if_asymp_on

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

theory Complex_Main
imports
  Complex
  MacLaurin
begin

end