author | wenzelm |
Wed, 01 Dec 2010 11:32:24 +0100 | |
changeset 40839 | 48e01d16dd17 |
parent 35292 | e4a431b6d9b7 |
child 40864 | 4abaaadfdaf2 |
permissions | -rw-r--r-- |
29304 | 1 |
header {* Comprehensive Complex Theory *} |
13984
e055ba9020eb
new theory Complex_Main as basis for analysis developments
paulson
parents:
diff
changeset
|
2 |
|
15131 | 3 |
theory Complex_Main |
27472 | 4 |
imports |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28944
diff
changeset
|
5 |
Main |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28944
diff
changeset
|
6 |
Real |
33269
3b7e2dbbd684
New theory SupInf of the supremum and infimum operators for sets of reals.
paulson
parents:
31204
diff
changeset
|
7 |
SupInf |
29879 | 8 |
Complex |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28944
diff
changeset
|
9 |
Log |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28944
diff
changeset
|
10 |
Ln |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28944
diff
changeset
|
11 |
Taylor |
35292
e4a431b6d9b7
Replaced Integration by Multivariate-Analysis/Real_Integration
hoelzl
parents:
33269
diff
changeset
|
12 |
Deriv |
40839
48e01d16dd17
activate subtyping/coercions in theory Complex_Main;
wenzelm
parents:
35292
diff
changeset
|
13 |
uses "~~/src/Tools/subtyping.ML" |
15131 | 14 |
begin |
13984
e055ba9020eb
new theory Complex_Main as basis for analysis developments
paulson
parents:
diff
changeset
|
15 |
|
40839
48e01d16dd17
activate subtyping/coercions in theory Complex_Main;
wenzelm
parents:
35292
diff
changeset
|
16 |
setup Subtyping.setup |
48e01d16dd17
activate subtyping/coercions in theory Complex_Main;
wenzelm
parents:
35292
diff
changeset
|
17 |
|
13984
e055ba9020eb
new theory Complex_Main as basis for analysis developments
paulson
parents:
diff
changeset
|
18 |
end |