author | haftmann |
Mon, 04 Jul 2022 07:57:22 +0000 | |
changeset 75647 | 34cd1d210b92 |
parent 75329 | 1fb80d2a778d |
child 75916 | b6589c8ccadd |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
51263
diff
changeset
|
1 |
chapter HOL |
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
51263
diff
changeset
|
2 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
3 |
session HOL (main) = Pure + |
69319 | 4 |
description " |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
5 |
Classical Higher-order Logic. |
69319 | 6 |
" |
70678
36c8c32346cb
clarified syntax: 'directories' and 'theories' belong together;
wenzelm
parents:
70675
diff
changeset
|
7 |
options [strict_facts] |
70853 | 8 |
sessions Tools |
70796
2739631ac368
discontinued pointless dump_checkpoint and share_common_data -- superseded by base logic image in Isabelle/MMT;
wenzelm
parents:
70781
diff
changeset
|
9 |
theories |
65374 | 10 |
Main (global) |
11 |
Complex_Main (global) |
|
72621 | 12 |
document_theories |
13 |
Tools.Code_Generator |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
14 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
15 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
16 |
"root.tex" |
48338 | 17 |
|
71925
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
18 |
session "HOL-Examples" in Examples = HOL + |
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
19 |
description " |
74286 | 20 |
Notable Examples for Isabelle/HOL. |
71925
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
21 |
" |
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
22 |
sessions |
73811 | 23 |
"HOL-Computational_Algebra" |
71925
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
24 |
theories |
72029 | 25 |
Adhoc_Overloading_Examples |
71930 | 26 |
Ackermann |
72029 | 27 |
Cantor |
28 |
Coherent |
|
29 |
Commands |
|
71925
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
30 |
Drinker |
74193 | 31 |
Functions |
72029 | 32 |
Groebner_Examples |
33 |
Iff_Oracle |
|
34 |
Induction_Schema |
|
35 |
Knaster_Tarski |
|
36 |
"ML" |
|
37 |
Peirce |
|
38 |
Records |
|
74888 | 39 |
Rewrite_Examples |
71925
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
40 |
Seq |
73811 | 41 |
Sqrt |
71925
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
42 |
document_files |
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
43 |
"root.bib" |
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
44 |
"root.tex" |
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
45 |
|
bf085daea304
clarified sessions: "Notable Examples in Isabelle/HOL";
wenzelm
parents:
71924
diff
changeset
|
46 |
|
70669 | 47 |
session "HOL-Proofs" (timing) in Proofs = Pure + |
69319 | 48 |
description " |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
49 |
HOL-Main with explicit proof terms. |
69319 | 50 |
" |
70398 | 51 |
options [quick_and_dirty = false, record_proofs = 2, parallel_limit = 500] |
65543 | 52 |
sessions |
53 |
"HOL-Library" |
|
65530
09c00a304c00
include imports that morally belong to Main and are used in HOL-Proofs applications;
wenzelm
parents:
65509
diff
changeset
|
54 |
theories |
67319
07176d5b81d5
moved 'realizers' into their own theory, now that they are decupled from the old datatype construction
blanchet
parents:
67278
diff
changeset
|
55 |
"HOL-Library.Realizers" |
48338 | 56 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
57 |
session "HOL-Library" (main timing) in Library = HOL + |
69319 | 58 |
description " |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
59 |
Classical Higher-order Logic -- batteries included. |
69319 | 60 |
" |
48481 | 61 |
theories |
62 |
Library |
|
64588 | 63 |
(*conflicting type class instantiations and dependent applications*) |
64 |
Finite_Lattice |
|
68312 | 65 |
List_Lexorder |
71766
1249b998e377
New theory Library/List_Lenlexorder.thy, a type class instantiation for well-ordering lists
paulson <lp15@cam.ac.uk>
parents:
71518
diff
changeset
|
66 |
List_Lenlexorder |
63763
0f61ea70d384
clarified session: use all theories in directory HOL/Library;
wenzelm
parents:
63731
diff
changeset
|
67 |
Prefix_Order |
51115
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
68 |
Product_Lexorder |
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
69 |
Product_Order |
65956
639eb3617a86
reorganised material on sublists
eberlm <eberlm@in.tum.de>
parents:
65678
diff
changeset
|
70 |
Subseq_Order |
67611
7929240e44d4
records based on datatypes/BNF infrastructure
Lars Hupel <lars.hupel@mytum.de>
parents:
67319
diff
changeset
|
71 |
(*conflicting syntax*) |
7929240e44d4
records based on datatypes/BNF infrastructure
Lars Hupel <lars.hupel@mytum.de>
parents:
67319
diff
changeset
|
72 |
Datatype_Records |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
73 |
(*data refinements and dependent applications*) |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
74 |
AList_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
75 |
Code_Binary_Nat |
55447 | 76 |
Code_Prolog |
48481 | 77 |
Code_Real_Approx_By_Float |
50023
28f3263d4d1b
refined stack of library theories implementing int and/or nat by target language numerals
haftmann
parents:
49985
diff
changeset
|
78 |
Code_Target_Numeral |
73546
7cb3fefef79e
confluent preprocessing for floats in presence of target language numerals
haftmann
parents:
73477
diff
changeset
|
79 |
Code_Target_Numeral_Float |
74475
409ca22dee4c
new notion of infinite sums in HOL-Analysis, ordering on complex numbers
eberlm <eberlm@in.tum.de>
parents:
74365
diff
changeset
|
80 |
Complex_Order |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
81 |
DAList |
54429
be1bc181bcde
explicit inclusion of data refinement theory into HOL-Library session
haftmann
parents:
54193
diff
changeset
|
82 |
DAList_Multiset |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
83 |
RBT_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
84 |
RBT_Set |
66015
70643edecb7a
specific output setup is not supposed to intrude regular import theory
haftmann
parents:
65956
diff
changeset
|
85 |
(*printing modifications*) |
70643edecb7a
specific output setup is not supposed to intrude regular import theory
haftmann
parents:
65956
diff
changeset
|
86 |
OptionalSugar |
64588 | 87 |
(*prototypic tools*) |
88 |
Predicate_Compile_Quickcheck |
|
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
89 |
(*legacy tools*) |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
90 |
Old_Datatype |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
91 |
Old_Recdef |
67319
07176d5b81d5
moved 'realizers' into their own theory, now that they are decupled from the old datatype construction
blanchet
parents:
67278
diff
changeset
|
92 |
Realizers |
64588 | 93 |
Refute |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
94 |
document_files "root.bib" "root.tex" |
48481 | 95 |
|
66932
149025fecca0
reduced heap hierarchy, for potentially improved performance;
wenzelm
parents:
66842
diff
changeset
|
96 |
session "HOL-Analysis" (main timing) in Analysis = HOL + |
68617 | 97 |
options [document_tags = "theorem%important,corollary%important,proposition%important,class%important,instantiation%important,subsubsection%unimportant,%unimportant", |
67152
8021ea06aad8
just one session for bulky HOL-Analysis documents;
wenzelm
parents:
67122
diff
changeset
|
98 |
document_variants = "document:manual=-proof,-ML,-unimportant"] |
66932
149025fecca0
reduced heap hierarchy, for potentially improved performance;
wenzelm
parents:
66842
diff
changeset
|
99 |
sessions |
67152
8021ea06aad8
just one session for bulky HOL-Analysis documents;
wenzelm
parents:
67122
diff
changeset
|
100 |
"HOL-Library" |
73477 | 101 |
"HOL-Combinatorics" |
66932
149025fecca0
reduced heap hierarchy, for potentially improved performance;
wenzelm
parents:
66842
diff
changeset
|
102 |
"HOL-Computational_Algebra" |
70781
a37e2ea96c6d
just one dump_checkpoint Main -- potentially more robust;
wenzelm
parents:
70678
diff
changeset
|
103 |
theories |
65462
db1827610513
less global theories -- conflict with AFP entries;
wenzelm
parents:
65456
diff
changeset
|
104 |
Analysis |
65375 | 105 |
document_files |
106 |
"root.tex" |
|
69518 | 107 |
"root.bib" |
65375 | 108 |
|
71189
954ee5acaae0
Split off new HOL-Complex_Analysis session from HOL-Analysis
Manuel Eberl <eberlm@in.tum.de>
parents:
71042
diff
changeset
|
109 |
session "HOL-Complex_Analysis" (main timing) in Complex_Analysis = "HOL-Analysis" + |
954ee5acaae0
Split off new HOL-Complex_Analysis session from HOL-Analysis
Manuel Eberl <eberlm@in.tum.de>
parents:
71042
diff
changeset
|
110 |
options [document_tags = "theorem%important,corollary%important,proposition%important,class%important,instantiation%important,subsubsection%unimportant,%unimportant", |
954ee5acaae0
Split off new HOL-Complex_Analysis session from HOL-Analysis
Manuel Eberl <eberlm@in.tum.de>
parents:
71042
diff
changeset
|
111 |
document_variants = "document:manual=-proof,-ML,-unimportant"] |
954ee5acaae0
Split off new HOL-Complex_Analysis session from HOL-Analysis
Manuel Eberl <eberlm@in.tum.de>
parents:
71042
diff
changeset
|
112 |
theories |
954ee5acaae0
Split off new HOL-Complex_Analysis session from HOL-Analysis
Manuel Eberl <eberlm@in.tum.de>
parents:
71042
diff
changeset
|
113 |
Complex_Analysis |
954ee5acaae0
Split off new HOL-Complex_Analysis session from HOL-Analysis
Manuel Eberl <eberlm@in.tum.de>
parents:
71042
diff
changeset
|
114 |
document_files |
954ee5acaae0
Split off new HOL-Complex_Analysis session from HOL-Analysis
Manuel Eberl <eberlm@in.tum.de>
parents:
71042
diff
changeset
|
115 |
"root.tex" |
954ee5acaae0
Split off new HOL-Complex_Analysis session from HOL-Analysis
Manuel Eberl <eberlm@in.tum.de>
parents:
71042
diff
changeset
|
116 |
"root.bib" |
954ee5acaae0
Split off new HOL-Complex_Analysis session from HOL-Analysis
Manuel Eberl <eberlm@in.tum.de>
parents:
71042
diff
changeset
|
117 |
|
65375 | 118 |
session "HOL-Analysis-ex" in "Analysis/ex" = "HOL-Analysis" + |
119 |
theories |
|
120 |
Approximations |
|
70956
860198428664
added examples for "metric" method, by Maximilian Schäffeler
immler
parents:
70853
diff
changeset
|
121 |
Metric_Arith_Examples |
65375 | 122 |
|
70151 | 123 |
session "HOL-Homology" (timing) in Homology = "HOL-Analysis" + |
70089
eca8611201e9
new Homology target, depending on HOL-Algebra and HOL-Analysis
paulson <lp15@cam.ac.uk>
parents:
70086
diff
changeset
|
124 |
options [document_tags = "theorem%important,corollary%important,proposition%important,class%important,instantiation%important,subsubsection%unimportant,%unimportant", |
eca8611201e9
new Homology target, depending on HOL-Algebra and HOL-Analysis
paulson <lp15@cam.ac.uk>
parents:
70086
diff
changeset
|
125 |
document_variants = "document:manual=-proof,-ML,-unimportant"] |
eca8611201e9
new Homology target, depending on HOL-Algebra and HOL-Analysis
paulson <lp15@cam.ac.uk>
parents:
70086
diff
changeset
|
126 |
sessions |
eca8611201e9
new Homology target, depending on HOL-Algebra and HOL-Analysis
paulson <lp15@cam.ac.uk>
parents:
70086
diff
changeset
|
127 |
"HOL-Algebra" |
eca8611201e9
new Homology target, depending on HOL-Algebra and HOL-Analysis
paulson <lp15@cam.ac.uk>
parents:
70086
diff
changeset
|
128 |
theories |
eca8611201e9
new Homology target, depending on HOL-Algebra and HOL-Analysis
paulson <lp15@cam.ac.uk>
parents:
70086
diff
changeset
|
129 |
Homology |
eca8611201e9
new Homology target, depending on HOL-Algebra and HOL-Analysis
paulson <lp15@cam.ac.uk>
parents:
70086
diff
changeset
|
130 |
document_files |
eca8611201e9
new Homology target, depending on HOL-Algebra and HOL-Analysis
paulson <lp15@cam.ac.uk>
parents:
70086
diff
changeset
|
131 |
"root.tex" |
eca8611201e9
new Homology target, depending on HOL-Algebra and HOL-Analysis
paulson <lp15@cam.ac.uk>
parents:
70086
diff
changeset
|
132 |
|
73477 | 133 |
session "HOL-Combinatorics" (main timing) in "Combinatorics" = "HOL" + |
134 |
sessions |
|
135 |
"HOL-Library" |
|
136 |
theories |
|
137 |
Combinatorics |
|
138 |
document_files |
|
139 |
"root.tex" |
|
140 |
||
67100 | 141 |
session "HOL-Computational_Algebra" (main timing) in "Computational_Algebra" = "HOL-Library" + |
65417 | 142 |
theories |
143 |
Computational_Algebra |
|
144 |
(*conflicting type class instantiations and dependent applications*) |
|
145 |
Field_as_Ring |
|
146 |
||
68630 | 147 |
session "HOL-Real_Asymp" in Real_Asymp = HOL + |
148 |
sessions |
|
149 |
"HOL-Decision_Procs" |
|
150 |
theories |
|
151 |
Real_Asymp |
|
152 |
Real_Asymp_Approx |
|
68677 | 153 |
Real_Asymp_Examples |
154 |
||
155 |
session "HOL-Real_Asymp-Manual" in "Real_Asymp/Manual" = "HOL-Real_Asymp" + |
|
156 |
theories |
|
157 |
Real_Asymp_Doc |
|
158 |
document_files (in "~~/src/Doc") |
|
159 |
"iman.sty" |
|
160 |
"extra.sty" |
|
161 |
"isar.sty" |
|
162 |
document_files |
|
163 |
"root.tex" |
|
164 |
"style.sty" |
|
68630 | 165 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
166 |
session "HOL-Hahn_Banach" in Hahn_Banach = HOL + |
69319 | 167 |
description " |
48481 | 168 |
Author: Gertrud Bauer, TU Munich |
169 |
||
170 |
The Hahn-Banach theorem for real vector spaces. |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
171 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
172 |
This is the proof of the Hahn-Banach theorem for real vectorspaces, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
173 |
following H. Heuser, Funktionalanalysis, p. 228 -232. The Hahn-Banach |
55018
2a526bd279ed
moved 'Zorn' into 'Main', since it's a BNF dependency
blanchet
parents:
54961
diff
changeset
|
174 |
theorem is one of the fundamental theorems of functional analysis. It is a |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
175 |
conclusion of Zorn's lemma. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
176 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
177 |
Two different formaulations of the theorem are presented, one for general |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
178 |
real vectorspaces and its application to normed vectorspaces. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
179 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
180 |
The theorem says, that every continous linearform, defined on arbitrary |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
181 |
subspaces (not only one-dimensional subspaces), can be extended to a |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
182 |
continous linearform on the whole vectorspace. |
69319 | 183 |
" |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
184 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
185 |
"HOL-Analysis" |
65543 | 186 |
theories |
187 |
Hahn_Banach |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
188 |
document_files "root.bib" "root.tex" |
48481 | 189 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
190 |
session "HOL-Induct" in Induct = HOL + |
69319 | 191 |
description " |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
192 |
Examples of (Co)Inductive Definitions. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
193 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
194 |
Comb proves the Church-Rosser theorem for combinators (see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
195 |
http://www.cl.cam.ac.uk/ftp/papers/reports/TR396-lcp-generic-automatic-proof-tools.ps.gz). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
196 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
197 |
Mutil is the famous Mutilated Chess Board problem (see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
198 |
http://www.cl.cam.ac.uk/ftp/papers/reports/TR394-lcp-mutilated-chess-board.dvi.gz). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
199 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
200 |
PropLog proves the completeness of a formalization of propositional logic |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
201 |
(see |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
202 |
http://www.cl.cam.ac.uk/Research/Reports/TR312-lcp-set-II.ps.gz). |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
203 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
204 |
Exp demonstrates the use of iterated inductive definitions to reason about |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
205 |
mutually recursive relations. |
69319 | 206 |
" |
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
207 |
sessions |
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
208 |
"HOL-Library" |
48481 | 209 |
theories [quick_and_dirty] |
210 |
Common_Patterns |
|
211 |
theories |
|
61935 | 212 |
Nested_Datatype |
48481 | 213 |
QuoDataType |
214 |
QuoNestedDataType |
|
215 |
Term |
|
216 |
SList |
|
217 |
ABexp |
|
65562
f9753d949afc
renamed theory to avoid conflict with loaded theory "Tree" from HOL-Library;
wenzelm
parents:
65552
diff
changeset
|
218 |
Infinitely_Branching_Tree |
48481 | 219 |
Ordinals |
220 |
Sigma_Algebra |
|
221 |
Comb |
|
222 |
PropLog |
|
223 |
Com |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
224 |
document_files "root.tex" |
48481 | 225 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
226 |
session "HOL-IMP" (timing) in IMP = "HOL-Library" + |
59446 | 227 |
options [document_variants = document] |
48481 | 228 |
theories |
229 |
BExp |
|
230 |
ASM |
|
50050 | 231 |
Finite_Reachable |
52394 | 232 |
Denotational |
52400 | 233 |
Compiler2 |
48481 | 234 |
Poly_Types |
235 |
Sec_Typing |
|
236 |
Sec_TypingT |
|
52726 | 237 |
Def_Init_Big |
238 |
Def_Init_Small |
|
239 |
Fold |
|
48481 | 240 |
Live |
241 |
Live_True |
|
242 |
Hoare_Examples |
|
63538
d7b5e2a222c2
added new vcg based on existentially quantified while-rule
nipkow
parents:
63537
diff
changeset
|
243 |
Hoare_Sound_Complete |
52269 | 244 |
VCG |
52282 | 245 |
Hoare_Total |
63538
d7b5e2a222c2
added new vcg based on existentially quantified while-rule
nipkow
parents:
63537
diff
changeset
|
246 |
VCG_Total_EX |
67019
7a3724078363
Replaced { } proofs by local lemmas; added Hoare logic with logical variables.
nipkow
parents:
66992
diff
changeset
|
247 |
VCG_Total_EX2 |
48481 | 248 |
Collecting1 |
48765
fb1ed5230abc
special code with lists no longer necessary, use sets
nipkow
parents:
48738
diff
changeset
|
249 |
Collecting_Examples |
48481 | 250 |
Abs_Int_Tests |
251 |
Abs_Int1_parity |
|
252 |
Abs_Int1_const |
|
253 |
Abs_Int3 |
|
254 |
Procs_Dyn_Vars_Dyn |
|
255 |
Procs_Stat_Vars_Dyn |
|
256 |
Procs_Stat_Vars_Stat |
|
257 |
C_like |
|
258 |
OO |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
259 |
document_files "root.bib" "root.tex" |
48481 | 260 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
261 |
session "HOL-IMPP" in IMPP = HOL + |
69272 | 262 |
description \<open> |
48481 | 263 |
Author: David von Oheimb |
264 |
Copyright 1999 TUM |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
265 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
266 |
IMPP -- An imperative language with procedures. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
267 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
268 |
This is an extension of IMP with local variables and mutually recursive |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
269 |
procedures. For documentation see "Hoare Logic for Mutual Recursion and |
68649 | 270 |
Local Variables" (https://isabelle.in.tum.de/Bali/papers/FSTTCS99.html). |
69319 | 271 |
\<close> |
48481 | 272 |
theories EvenOdd |
273 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
274 |
session "HOL-Data_Structures" (timing) in Data_Structures = HOL + |
61203 | 275 |
options [document_variants = document] |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
276 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
277 |
"HOL-Number_Theory" |
61203 | 278 |
theories [document = false] |
65538 | 279 |
Less_False |
61203 | 280 |
theories |
66543 | 281 |
Sorting |
63829 | 282 |
Balance |
61203 | 283 |
Tree_Map |
71414 | 284 |
Interval_Tree |
61232 | 285 |
AVL_Map |
71814 | 286 |
AVL_Bal_Set |
71844 | 287 |
AVL_Bal2_Set |
71801 | 288 |
Height_Balanced_Tree |
71352 | 289 |
RBT_Set2 |
61224 | 290 |
RBT_Map |
61469
cd82b1023932
added 2-3 trees (simpler and more complete than the version in ex/Tree23)
nipkow
parents:
61368
diff
changeset
|
291 |
Tree23_Map |
72099 | 292 |
Tree23_of_List |
61514 | 293 |
Tree234_Map |
61789 | 294 |
Brother12_Map |
62130 | 295 |
AA_Map |
68261 | 296 |
Set2_Join_RBT |
69145 | 297 |
Array_Braun |
70250 | 298 |
Trie_Fun |
299 |
Trie_Map |
|
300 |
Tries_Binary |
|
72389 | 301 |
Queue_2Lists |
72688 | 302 |
Heaps |
62706 | 303 |
Leftist_Heap |
66434
5d7e770c7d5d
added sorted_wrt to List; added Data_Structures/Binomial_Heap.thy
nipkow
parents:
66270
diff
changeset
|
304 |
Binomial_Heap |
73108
981a383610df
HOL-Data_Structures: added Selection and time functions for list functions
Manuel Eberl <eberlm@in.tum.de>
parents:
72993
diff
changeset
|
305 |
Selection |
61224 | 306 |
document_files "root.tex" "root.bib" |
61203 | 307 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
308 |
session "HOL-Import" in Import = HOL + |
48481 | 309 |
theories HOL_Light_Maps |
310 |
theories [condition = HOL_LIGHT_BUNDLE] HOL_Light_Import |
|
311 |
||
67100 | 312 |
session "HOL-Number_Theory" (main timing) in Number_Theory = "HOL-Computational_Algebra" + |
69319 | 313 |
description " |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
314 |
Fundamental Theorem of Arithmetic, Chinese Remainder Theorem, Fermat/Euler |
55730
97ff9276e12d
Gauss.thy ported from Old_Number_Theory (unfinished)
paulson <lp15@cam.ac.uk>
parents:
55663
diff
changeset
|
315 |
Theorem, Wilson's Theorem, some lemmas for Quadratic Reciprocity. |
69319 | 316 |
" |
65543 | 317 |
sessions |
318 |
"HOL-Algebra" |
|
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
319 |
theories |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
320 |
Number_Theory |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
321 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
322 |
"root.tex" |
48481 | 323 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
324 |
session "HOL-Hoare" in Hoare = HOL + |
69319 | 325 |
description " |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
326 |
Verification of imperative programs (verification conditions are generated |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
327 |
automatically from pre/post conditions and loop invariants). |
69319 | 328 |
" |
72986
d231d71d27b4
clarified session: avoid merge of different syntax from different Hoare logics;
wenzelm
parents:
72985
diff
changeset
|
329 |
theories |
d231d71d27b4
clarified session: avoid merge of different syntax from different Hoare logics;
wenzelm
parents:
72985
diff
changeset
|
330 |
Examples |
d231d71d27b4
clarified session: avoid merge of different syntax from different Hoare logics;
wenzelm
parents:
72985
diff
changeset
|
331 |
ExamplesAbort |
d231d71d27b4
clarified session: avoid merge of different syntax from different Hoare logics;
wenzelm
parents:
72985
diff
changeset
|
332 |
ExamplesTC |
d231d71d27b4
clarified session: avoid merge of different syntax from different Hoare logics;
wenzelm
parents:
72985
diff
changeset
|
333 |
Pointers0 |
d231d71d27b4
clarified session: avoid merge of different syntax from different Hoare logics;
wenzelm
parents:
72985
diff
changeset
|
334 |
Pointer_Examples |
d231d71d27b4
clarified session: avoid merge of different syntax from different Hoare logics;
wenzelm
parents:
72985
diff
changeset
|
335 |
Pointer_ExamplesAbort |
d231d71d27b4
clarified session: avoid merge of different syntax from different Hoare logics;
wenzelm
parents:
72985
diff
changeset
|
336 |
SchorrWaite |
d231d71d27b4
clarified session: avoid merge of different syntax from different Hoare logics;
wenzelm
parents:
72985
diff
changeset
|
337 |
Separation |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
338 |
document_files "root.bib" "root.tex" |
48481 | 339 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
340 |
session "HOL-Hoare_Parallel" (timing) in Hoare_Parallel = HOL + |
69319 | 341 |
description " |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
342 |
Verification of shared-variable imperative programs a la Owicki-Gries. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
343 |
(verification conditions are generated automatically). |
69319 | 344 |
" |
48481 | 345 |
theories Hoare_Parallel |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
346 |
document_files "root.bib" "root.tex" |
48481 | 347 |
|
72312 | 348 |
session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Library" + |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
349 |
sessions |
72312 | 350 |
"HOL-Number_Theory" |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
351 |
"HOL-Data_Structures" |
72056 | 352 |
"HOL-Examples" |
51422
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
353 |
theories |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
354 |
Generate |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
355 |
Generate_Binary_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
356 |
Generate_Target_Nat |
75647
34cd1d210b92
officical abstract characters for code generation
haftmann
parents:
75329
diff
changeset
|
357 |
Generate_Abstract_Char |
51422
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
358 |
Generate_Efficient_Datastructures |
68155 | 359 |
Code_Lazy_Test |
64582
3d20ded18f14
unconditional Code_Test_PolyML and Code_Test_Scala: compiler is always present;
wenzelm
parents:
64569
diff
changeset
|
360 |
Code_Test_PolyML |
3d20ded18f14
unconditional Code_Test_PolyML and Code_Test_Scala: compiler is always present;
wenzelm
parents:
64569
diff
changeset
|
361 |
Code_Test_Scala |
66842 | 362 |
theories [condition = ISABELLE_GHC] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
363 |
Code_Test_GHC |
66842 | 364 |
theories [condition = ISABELLE_MLTON] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
365 |
Code_Test_MLton |
69926
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69716
diff
changeset
|
366 |
theories [condition = ISABELLE_OCAMLFIND] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
367 |
Code_Test_OCaml |
66842 | 368 |
theories [condition = ISABELLE_SMLNJ] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
369 |
Code_Test_SMLNJ |
48481 | 370 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
371 |
session "HOL-Metis_Examples" (timing) in Metis_Examples = "HOL-Library" + |
69319 | 372 |
description " |
48481 | 373 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
374 |
Author: Jasmin Blanchette, TU Muenchen |
|
375 |
||
376 |
Testing Metis and Sledgehammer. |
|
69319 | 377 |
" |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
378 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
379 |
"HOL-Decision_Procs" |
48481 | 380 |
theories |
381 |
Abstraction |
|
382 |
Big_O |
|
383 |
Binary_Tree |
|
384 |
Clausification |
|
385 |
Message |
|
386 |
Proxies |
|
387 |
Tarski |
|
388 |
Trans_Closure |
|
389 |
Sets |
|
390 |
||
72189
7a213affdc10
clarified session: no parent image for minor theory imports;
wenzelm
parents:
72102
diff
changeset
|
391 |
session "HOL-Nitpick_Examples" in Nitpick_Examples = HOL + |
69319 | 392 |
description " |
48481 | 393 |
Author: Jasmin Blanchette, TU Muenchen |
394 |
Copyright 2009 |
|
69319 | 395 |
" |
72993
6ead333e450d
more robust defaults: spurious problems with parallel invocations and interrupts;
wenzelm
parents:
72986
diff
changeset
|
396 |
options [kodkod_scala] |
72189
7a213affdc10
clarified session: no parent image for minor theory imports;
wenzelm
parents:
72102
diff
changeset
|
397 |
sessions "HOL-Library" |
48481 | 398 |
theories [quick_and_dirty] Nitpick_Examples |
399 |
||
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
400 |
session "HOL-Algebra" (main timing) in Algebra = "HOL-Computational_Algebra" + |
69319 | 401 |
description " |
68569
c64319959bab
Lots of new algebra theories by Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
402 |
Author: Clemens Ballarin, started 24 September 1999, and many others |
48481 | 403 |
|
404 |
The Isabelle Algebraic Library. |
|
69319 | 405 |
" |
70660
373d95cf1b98
proper session-qualifier imports (amending "fixes" from adaa0a6ea4fe);
wenzelm
parents:
70646
diff
changeset
|
406 |
sessions |
373d95cf1b98
proper session-qualifier imports (amending "fixes" from adaa0a6ea4fe);
wenzelm
parents:
70646
diff
changeset
|
407 |
"HOL-Cardinals" |
73477 | 408 |
"HOL-Combinatorics" |
48481 | 409 |
theories |
65099
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65050
diff
changeset
|
410 |
(* Orders and Lattices *) |
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65050
diff
changeset
|
411 |
Galois_Connection (* Knaster-Tarski theorem and Galois connections *) |
48481 | 412 |
(* Groups *) |
413 |
FiniteProduct (* Product operator for commutative groups *) |
|
414 |
Sylow (* Sylow's theorem *) |
|
415 |
Bij (* Automorphism Groups *) |
|
65416
f707dbcf11e3
more approproiate placement of theories MiscAlgebra and Multiplicate_Group
haftmann
parents:
65382
diff
changeset
|
416 |
Multiplicative_Group |
68443
43055b016688
New material from Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
68312
diff
changeset
|
417 |
Zassenhaus (* The Zassenhaus lemma *) |
48481 | 418 |
(* Rings *) |
419 |
Divisibility (* Rings *) |
|
420 |
IntRing (* Ideals and residue classes *) |
|
421 |
UnivPoly (* Polynomials *) |
|
68569
c64319959bab
Lots of new algebra theories by Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
422 |
(* Main theory *) |
70078 | 423 |
Algebra |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
424 |
document_files "root.bib" "root.tex" |
48481 | 425 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
426 |
session "HOL-Auth" (timing) in Auth = HOL + |
69319 | 427 |
description " |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
428 |
A new approach to verifying authentication protocols. |
69319 | 429 |
" |
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
430 |
sessions "HOL-Library" |
70675 | 431 |
directories "Smartcard" "Guard" |
48481 | 432 |
theories |
433 |
Auth_Shared |
|
434 |
Auth_Public |
|
435 |
"Smartcard/Auth_Smartcard" |
|
436 |
"Guard/Auth_Guard_Shared" |
|
437 |
"Guard/Auth_Guard_Public" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
438 |
document_files "root.tex" |
48481 | 439 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
440 |
session "HOL-UNITY" (timing) in UNITY = "HOL-Auth" + |
69319 | 441 |
description " |
48481 | 442 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
443 |
Copyright 1998 University of Cambridge |
|
444 |
||
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
445 |
Verifying security protocols using Chandy and Misra's UNITY formalism. |
69319 | 446 |
" |
70675 | 447 |
directories "Simple" "Comp" |
48481 | 448 |
theories |
449 |
(*Basic meta-theory*) |
|
65538 | 450 |
UNITY_Main |
48481 | 451 |
|
452 |
(*Simple examples: no composition*) |
|
453 |
"Simple/Deadlock" |
|
454 |
"Simple/Common" |
|
455 |
"Simple/Network" |
|
456 |
"Simple/Token" |
|
457 |
"Simple/Channel" |
|
458 |
"Simple/Lift" |
|
459 |
"Simple/Mutex" |
|
460 |
"Simple/Reach" |
|
461 |
"Simple/Reachability" |
|
462 |
||
463 |
(*Verifying security protocols using UNITY*) |
|
464 |
"Simple/NSP_Bad" |
|
465 |
||
466 |
(*Example of composition*) |
|
467 |
"Comp/Handshake" |
|
468 |
||
469 |
(*Universal properties examples*) |
|
470 |
"Comp/Counter" |
|
471 |
"Comp/Counterc" |
|
472 |
"Comp/Priority" |
|
473 |
||
474 |
"Comp/TimerArray" |
|
475 |
"Comp/Progress" |
|
476 |
||
477 |
"Comp/Alloc" |
|
478 |
"Comp/AllocImpl" |
|
479 |
"Comp/Client" |
|
480 |
||
481 |
(*obsolete*) |
|
65538 | 482 |
ELT |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
483 |
document_files "root.tex" |
48481 | 484 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
485 |
session "HOL-Unix" in Unix = HOL + |
48481 | 486 |
options [print_mode = "no_brackets,no_type_brackets"] |
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
487 |
sessions "HOL-Library" |
48481 | 488 |
theories Unix |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
489 |
document_files "root.bib" "root.tex" |
48481 | 490 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
491 |
session "HOL-ZF" in ZF = HOL + |
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
492 |
sessions "HOL-Library" |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
493 |
theories |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
494 |
MainZF |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
495 |
Games |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
496 |
document_files "root.tex" |
48481 | 497 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
498 |
session "HOL-Imperative_HOL" (timing) in Imperative_HOL = HOL + |
70678
36c8c32346cb
clarified syntax: 'directories' and 'theories' belong together;
wenzelm
parents:
70675
diff
changeset
|
499 |
options [print_mode = "iff,no_brackets"] |
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
500 |
sessions "HOL-Library" |
70675 | 501 |
directories "ex" |
48481 | 502 |
theories Imperative_HOL_ex |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
503 |
document_files "root.bib" "root.tex" |
48481 | 504 |
|
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
505 |
session "HOL-Decision_Procs" (timing) in Decision_Procs = "HOL-Algebra" + |
69319 | 506 |
description " |
51544 | 507 |
Various decision procedures, typically involving reflection. |
69319 | 508 |
" |
70675 | 509 |
directories "ex" |
65543 | 510 |
theories |
511 |
Decision_Procs |
|
48481 | 512 |
|
63000
d0dfdd413a7f
remove "slow" session tags
Lars Hupel <lars.hupel@mytum.de>
parents:
62999
diff
changeset
|
513 |
session "HOL-Proofs-ex" in "Proofs/ex" = "HOL-Proofs" + |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
514 |
sessions |
72049 | 515 |
"HOL-Examples" |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
516 |
theories |
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
517 |
Hilbert_Classical |
62363
7b5468422352
moved examples to avoid dependency on bulky HOL-Proofs session, e.g. relevant for "isabelle makedist";
wenzelm
parents:
62357
diff
changeset
|
518 |
Proof_Terms |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
519 |
XML_Data |
48481 | 520 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
521 |
session "HOL-Proofs-Extraction" (timing) in "Proofs/Extraction" = "HOL-Proofs" + |
69319 | 522 |
description " |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
523 |
Examples for program extraction in Higher-Order Logic. |
69319 | 524 |
" |
70398 | 525 |
options [quick_and_dirty = false] |
65543 | 526 |
sessions |
527 |
"HOL-Computational_Algebra" |
|
48481 | 528 |
theories |
529 |
Greatest_Common_Divisor |
|
530 |
Warshall |
|
531 |
Higman_Extraction |
|
532 |
Pigeonhole |
|
533 |
Euclid |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
534 |
document_files "root.bib" "root.tex" |
48481 | 535 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
536 |
session "HOL-Proofs-Lambda" (timing) in "Proofs/Lambda" = "HOL-Proofs" + |
69272 | 537 |
description \<open> |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
538 |
Lambda Calculus in de Bruijn's Notation. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
539 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
540 |
This session defines lambda-calculus terms with de Bruijn indixes and |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
541 |
proves confluence of beta, eta and beta+eta. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
542 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
543 |
The paper "More Church-Rosser Proofs (in Isabelle/HOL)" describes the whole |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
544 |
theory (see http://www.in.tum.de/~nipkow/pubs/jar2001.html). |
69319 | 545 |
\<close> |
70398 | 546 |
options [print_mode = "no_brackets", quick_and_dirty = false] |
65543 | 547 |
sessions |
548 |
"HOL-Library" |
|
48481 | 549 |
theories |
550 |
Eta |
|
551 |
StrongNorm |
|
552 |
Standardization |
|
553 |
WeakNorm |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
554 |
document_files "root.bib" "root.tex" |
48481 | 555 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
556 |
session "HOL-Prolog" in Prolog = HOL + |
69319 | 557 |
description " |
48481 | 558 |
Author: David von Oheimb (based on a lecture on Lambda Prolog by Nadathur) |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
559 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
560 |
A bare-bones implementation of Lambda-Prolog. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
561 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
562 |
This is a simple exploratory implementation of Lambda-Prolog in HOL, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
563 |
including some minimal examples (in Test.thy) and a more typical example of |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
564 |
a little functional language and its type system. |
69319 | 565 |
" |
48481 | 566 |
theories Test Type |
567 |
||
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
568 |
session "HOL-MicroJava" (timing) in MicroJava = HOL + |
69319 | 569 |
description " |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
570 |
Formalization of a fragment of Java, together with a corresponding virtual |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
571 |
machine and a specification of its bytecode verifier and a lightweight |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
572 |
bytecode verifier, including proofs of type-safety. |
69319 | 573 |
" |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
574 |
sessions |
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
575 |
"HOL-Library" |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
576 |
"HOL-Eisbach" |
70678
36c8c32346cb
clarified syntax: 'directories' and 'theories' belong together;
wenzelm
parents:
70675
diff
changeset
|
577 |
directories "BV" "Comp" "DFA" "J" "JVM" |
59446 | 578 |
theories |
579 |
MicroJava |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
580 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
581 |
"introduction.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
582 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
583 |
"root.tex" |
48481 | 584 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
585 |
session "HOL-NanoJava" in NanoJava = HOL + |
69319 | 586 |
description " |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
587 |
Hoare Logic for a tiny fragment of Java. |
69319 | 588 |
" |
48481 | 589 |
theories Example |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
590 |
document_files "root.bib" "root.tex" |
48481 | 591 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
592 |
session "HOL-Bali" (timing) in Bali = HOL + |
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
593 |
sessions |
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
594 |
"HOL-Library" |
48481 | 595 |
theories |
596 |
AxExample |
|
597 |
AxSound |
|
598 |
AxCompl |
|
599 |
Trans |
|
60751 | 600 |
TypeSafe |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
601 |
document_files "root.tex" |
48481 | 602 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
603 |
session "HOL-IOA" in IOA = HOL + |
69272 | 604 |
description \<open> |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
605 |
Author: Tobias Nipkow and Konrad Slind and Olaf Müller |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
606 |
Copyright 1994--1996 TU Muenchen |
48481 | 607 |
|
55417
01fbfb60c33e
adapted to 'xxx_{case,rec}' renaming, to new theorem names, and to new variable names in theorems
blanchet
parents:
55370
diff
changeset
|
608 |
The meta-theory of I/O-Automata in HOL. This formalization has been |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
609 |
significantly changed and extended, see HOLCF/IOA. There are also the |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
610 |
proofs of two communication protocols which formerly have been here. |
48481 | 611 |
|
612 |
@inproceedings{Nipkow-Slind-IOA, |
|
613 |
author={Tobias Nipkow and Konrad Slind}, |
|
614 |
title={{I/O} Automata in {Isabelle/HOL}}, |
|
615 |
booktitle={Proc.\ TYPES Workshop 1994}, |
|
616 |
publisher=Springer, |
|
617 |
series=LNCS, |
|
618 |
note={To appear}} |
|
619 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz |
|
620 |
||
621 |
and |
|
622 |
||
623 |
@inproceedings{Mueller-Nipkow, |
|
624 |
author={Olaf M\"uller and Tobias Nipkow}, |
|
625 |
title={Combining Model Checking and Deduction for {I/O}-Automata}, |
|
626 |
booktitle={Proc.\ TACAS Workshop}, |
|
627 |
organization={Aarhus University, BRICS report}, |
|
628 |
year=1995} |
|
629 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz |
|
69319 | 630 |
\<close> |
48481 | 631 |
theories Solve |
632 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
633 |
session "HOL-Lattice" in Lattice = HOL + |
69319 | 634 |
description " |
48481 | 635 |
Author: Markus Wenzel, TU Muenchen |
636 |
||
637 |
Basic theory of lattices and orders. |
|
69319 | 638 |
" |
48481 | 639 |
theories CompleteLattice |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
640 |
document_files "root.tex" |
48481 | 641 |
|
66752 | 642 |
session "HOL-ex" (timing) in ex = "HOL-Number_Theory" + |
69319 | 643 |
description " |
74286 | 644 |
Miscellaneous examples and experiments for Isabelle/HOL. |
69319 | 645 |
" |
65548 | 646 |
theories |
48481 | 647 |
Antiquote |
65549 | 648 |
Argo_Examples |
649 |
Arith_Examples |
|
650 |
Ballot |
|
651 |
BinEx |
|
652 |
Birthday_Paradox |
|
653 |
Bubblesort |
|
654 |
CTL |
|
655 |
Cartouche_Examples |
|
65563 | 656 |
Case_Product |
65549 | 657 |
Chinese |
658 |
Classical |
|
659 |
Code_Binary_Nat_examples |
|
68639 | 660 |
Code_Lazy_Demo |
65549 | 661 |
Code_Timing |
662 |
Coercion_Examples |
|
663 |
Computations |
|
67224 | 664 |
Conditional_Parametricity_Examples |
59190
3a594fd13ca4
3 old example lemmas by Amine listed in the top 100 theorems
kleing
parents:
59162
diff
changeset
|
665 |
Cubic_Quartic |
67611
7929240e44d4
records based on datatypes/BNF infrastructure
Lars Hupel <lars.hupel@mytum.de>
parents:
67319
diff
changeset
|
666 |
Datatype_Record_Examples |
65549 | 667 |
Erdoes_Szekeres |
668 |
Eval_Examples |
|
669 |
Executable_Relation |
|
670 |
Execute_Choice |
|
66797 | 671 |
Function_Growth |
65549 | 672 |
Gauge_Integration |
673 |
HarmonicSeries |
|
674 |
Hebrew |
|
675 |
Hex_Bin_Examples |
|
676 |
IArray_Examples |
|
48481 | 677 |
Intuitionistic |
70525 | 678 |
Join_Theory |
65549 | 679 |
Lagrange |
680 |
List_to_Set_Comprehension_Examples |
|
681 |
LocaleTest2 |
|
48481 | 682 |
MergeSort |
65549 | 683 |
MonoidGroup |
684 |
Multiquote |
|
685 |
NatSum |
|
686 |
Normalization_by_Evaluation |
|
687 |
PER |
|
688 |
Parallel_Example |
|
689 |
Peano_Axioms |
|
690 |
Perm_Fragments |
|
691 |
PresburgerEx |
|
692 |
Pythagoras |
|
693 |
Quicksort |
|
67612 | 694 |
Radix_Sort |
65549 | 695 |
Reflection_Examples |
696 |
Refute_Examples |
|
68035
6d7cc6723978
proof of concept for residue rings over int using type numerals
haftmann
parents:
68028
diff
changeset
|
697 |
Residue_Ring |
65549 | 698 |
SOS |
699 |
SOS_Cert |
|
700 |
Serbian |
|
701 |
Set_Comprehension_Pointfree_Examples |
|
48481 | 702 |
Set_Theory |
65549 | 703 |
Simproc_Tests |
704 |
Simps_Case_Conv_Examples |
|
70018
571909ef3103
experimental commands for proof sketching and exploration
haftmann
parents:
69926
diff
changeset
|
705 |
Sketch_and_Explore |
69252 | 706 |
Sorting_Algorithms_Examples |
72536
589645894305
bundle mixins for locale and class specifications
haftmann
parents:
72515
diff
changeset
|
707 |
Specifications_with_bundle_mixins |
48481 | 708 |
Sqrt_Script |
65549 | 709 |
Sudoku |
710 |
Sum_of_Powers |
|
711 |
Tarski |
|
712 |
Termination |
|
713 |
ThreeDivides |
|
61368 | 714 |
Transfer_Debug |
48481 | 715 |
Transfer_Int_Nat |
56922 | 716 |
Transitive_Closure_Table_Ex |
65549 | 717 |
Tree23 |
69716 | 718 |
Triangular_Numbers |
65549 | 719 |
Unification |
720 |
While_Combinator_Example |
|
64978
5b9ba120d222
added veriT preprocessing proof reconstruction example
blanchet
parents:
64959
diff
changeset
|
721 |
veriT_Preprocessing |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
722 |
theories [skip_proofs = false] |
67159 | 723 |
SAT_Examples |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
724 |
Meson_Test |
48481 | 725 |
|
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
726 |
session "HOL-Isar_Examples" in Isar_Examples = "HOL-Computational_Algebra" + |
69319 | 727 |
description " |
61935 | 728 |
Miscellaneous Isabelle/Isar examples. |
69319 | 729 |
" |
61939 | 730 |
options [quick_and_dirty] |
72985
9cc431444435
clarified modules: avoid multiple uses of the same ML file;
wenzelm
parents:
72850
diff
changeset
|
731 |
sessions |
9cc431444435
clarified modules: avoid multiple uses of the same ML file;
wenzelm
parents:
72850
diff
changeset
|
732 |
"HOL-Hoare" |
48481 | 733 |
theories |
61939 | 734 |
Structured_Statements |
735 |
Basic_Logic |
|
48481 | 736 |
Expr_Compiler |
737 |
Fibonacci |
|
738 |
Group |
|
739 |
Group_Context |
|
740 |
Group_Notepad |
|
741 |
Hoare_Ex |
|
742 |
Mutilated_Checkerboard |
|
743 |
Puzzle |
|
744 |
Summation |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
745 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
746 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
747 |
"root.tex" |
48481 | 748 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
749 |
session "HOL-Eisbach" in Eisbach = HOL + |
69272 | 750 |
description \<open> |
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
751 |
The Eisbach proof method language and "match" method. |
69319 | 752 |
\<close> |
66444 | 753 |
sessions |
754 |
FOL |
|
70958
e8fc52f3f175
a slower implementation of the "metric" method as Eisbach example, by Maximilian Schäffeler
immler
parents:
70956
diff
changeset
|
755 |
"HOL-Analysis" |
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
756 |
theories |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
757 |
Eisbach |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
758 |
Tests |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
759 |
Examples |
62168
e97452d79102
Eisbach works for other object-logics, e.g. Eisbach_FOL.thy;
wenzelm
parents:
62155
diff
changeset
|
760 |
Examples_FOL |
70958
e8fc52f3f175
a slower implementation of the "metric" method as Eisbach example, by Maximilian Schäffeler
immler
parents:
70956
diff
changeset
|
761 |
Example_Metric |
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
762 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
763 |
session "HOL-SET_Protocol" (timing) in SET_Protocol = HOL + |
69319 | 764 |
description " |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
765 |
Verification of the SET Protocol. |
69319 | 766 |
" |
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
767 |
sessions |
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
768 |
"HOL-Library" |
65543 | 769 |
theories |
770 |
SET_Protocol |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
771 |
document_files "root.tex" |
48481 | 772 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
773 |
session "HOL-Matrix_LP" in Matrix_LP = HOL + |
69319 | 774 |
description " |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
775 |
Two-dimensional matrices and linear programming. |
69319 | 776 |
" |
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
777 |
sessions "HOL-Library" |
70675 | 778 |
directories "Compute_Oracle" |
48481 | 779 |
theories Cplex |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
780 |
document_files "root.tex" |
48481 | 781 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
782 |
session "HOL-TLA" in TLA = HOL + |
69319 | 783 |
description " |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
784 |
Lamport's Temporal Logic of Actions. |
69319 | 785 |
" |
48481 | 786 |
theories TLA |
787 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
788 |
session "HOL-TLA-Inc" in "TLA/Inc" = "HOL-TLA" + |
48481 | 789 |
theories Inc |
790 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
791 |
session "HOL-TLA-Buffer" in "TLA/Buffer" = "HOL-TLA" + |
48481 | 792 |
theories DBuffer |
793 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
794 |
session "HOL-TLA-Memory" in "TLA/Memory" = "HOL-TLA" + |
48481 | 795 |
theories MemoryImplementation |
796 |
||
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
797 |
session "HOL-TPTP" in TPTP = HOL + |
69319 | 798 |
description " |
48481 | 799 |
Author: Jasmin Blanchette, TU Muenchen |
800 |
Author: Nik Sultana, University of Cambridge |
|
801 |
Copyright 2011 |
|
802 |
||
803 |
TPTP-related extensions. |
|
69319 | 804 |
" |
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
805 |
sessions |
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
806 |
"HOL-Library" |
48481 | 807 |
theories |
808 |
ATP_Theory_Export |
|
809 |
MaSh_Eval |
|
810 |
TPTP_Interpret |
|
811 |
THF_Arith |
|
55596
928b9f677165
reconstruction framework for LEO-II's TPTP proofs;
sultana
parents:
55450
diff
changeset
|
812 |
TPTP_Proof_Reconstruction |
52488
cd65ee49a8ba
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
wenzelm
parents:
52424
diff
changeset
|
813 |
theories |
48481 | 814 |
ATP_Problem_Import |
815 |
||
65382 | 816 |
session "HOL-Probability" (main timing) in "Probability" = "HOL-Analysis" + |
73477 | 817 |
sessions |
818 |
"HOL-Combinatorics" |
|
70781
a37e2ea96c6d
just one dump_checkpoint Main -- potentially more robust;
wenzelm
parents:
70678
diff
changeset
|
819 |
theories |
66992
69673025292e
less global theories -- avoid confusion about special cases;
wenzelm
parents:
66986
diff
changeset
|
820 |
Probability |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
821 |
document_files "root.tex" |
48481 | 822 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
823 |
session "HOL-Probability-ex" (timing) in "Probability/ex" = "HOL-Probability" + |
61946
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
824 |
theories |
65538 | 825 |
Dining_Cryptographers |
826 |
Koepf_Duermuth_Countermeasure |
|
827 |
Measure_Not_CCC |
|
61946
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
828 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
829 |
session "HOL-Nominal" in Nominal = HOL + |
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
830 |
sessions "HOL-Library" |
70781
a37e2ea96c6d
just one dump_checkpoint Main -- potentially more robust;
wenzelm
parents:
70678
diff
changeset
|
831 |
theories |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
832 |
Nominal |
48481 | 833 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
834 |
session "HOL-Nominal-Examples" (timing) in "Nominal/Examples" = "HOL-Nominal" + |
58329
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
835 |
theories |
59162
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
836 |
Class3 |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
837 |
CK_Machine |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
838 |
Compile |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
839 |
Contexts |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
840 |
Crary |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
841 |
CR_Takahashi |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
842 |
CR |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
843 |
Fsub |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
844 |
Height |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
845 |
Lambda_mu |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
846 |
Lam_Funs |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
847 |
LocalWeakening |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
848 |
Pattern |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
849 |
SN |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
850 |
SOS |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
851 |
Standardization |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
852 |
Support |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
853 |
Type_Preservation |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
854 |
Weakening |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
855 |
W |
58329
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
856 |
theories [quick_and_dirty] |
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
857 |
VC_Condition |
48481 | 858 |
|
70078 | 859 |
session "HOL-Cardinals" (timing) in Cardinals = HOL + |
69319 | 860 |
description " |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
861 |
Ordinals and Cardinals, Full Theories. |
69319 | 862 |
" |
59747 | 863 |
theories |
864 |
Cardinals |
|
865 |
Bounded_Set |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
866 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
867 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
868 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
869 |
"root.bib" |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
870 |
|
65574
10f4a17e5928
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65573
diff
changeset
|
871 |
session "HOL-Datatype_Examples" (timing) in Datatype_Examples = "HOL-Library" + |
69319 | 872 |
description " |
62286
705d4c4003ea
clarified ISABELLE_FULL_TEST vs. benchmarks: src/Benchmarks is not in ROOTS and thus not covered by "isabelle build -a" by default;
wenzelm
parents:
62285
diff
changeset
|
873 |
(Co)datatype Examples. |
69319 | 874 |
" |
70675 | 875 |
directories "Derivation_Trees" |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
876 |
theories |
56454 | 877 |
Compat |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
878 |
Lambda_Term |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
879 |
Process |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
880 |
TreeFsetI |
49872 | 881 |
"Derivation_Trees/Gram_Lang" |
65574
10f4a17e5928
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65573
diff
changeset
|
882 |
"Derivation_Trees/Parallel_Composition" |
50517 | 883 |
Koenig |
60921 | 884 |
Lift_BNF |
61745 | 885 |
Milner_Tofte |
54961 | 886 |
Stream_Processor |
71393
fce780f9c9c6
new examples of BNF lifting across quotients using a new theory of confluence,
traytel
parents:
71352
diff
changeset
|
887 |
Cyclic_List |
fce780f9c9c6
new examples of BNF lifting across quotients using a new theory of confluence,
traytel
parents:
71352
diff
changeset
|
888 |
Free_Idempotent_Monoid |
73398
180981b87929
generalized confluence-based subdistributivity theorem for quotients;
traytel
parents:
73108
diff
changeset
|
889 |
Regex_ACI |
180981b87929
generalized confluence-based subdistributivity theorem for quotients;
traytel
parents:
73108
diff
changeset
|
890 |
Regex_ACIDZ |
71263
35a92ce0b94e
an extensive example for lift_bnf across quotients
traytel
parents:
71189
diff
changeset
|
891 |
TLList |
73408 | 892 |
FAE_Sequence |
53122
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
893 |
Misc_Codatatype |
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
894 |
Misc_Datatype |
54193 | 895 |
Misc_Primcorec |
53306 | 896 |
Misc_Primrec |
71836
c095d3143047
New HOL simproc 'datatype_no_proper_subterm'
Manuel Eberl <eberlm@in.tum.de>
parents:
71832
diff
changeset
|
897 |
Datatype_Simproc_Tests |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
898 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
899 |
session "HOL-Corec_Examples" (timing) in Corec_Examples = "HOL-Library" + |
69319 | 900 |
description " |
62694 | 901 |
Corecursion Examples. |
69319 | 902 |
" |
70675 | 903 |
directories "Tests" |
62694 | 904 |
theories |
905 |
LFilter |
|
62734 | 906 |
Paper_Examples |
62694 | 907 |
Stream_Processor |
62696 | 908 |
"Tests/Simple_Nesting" |
64379
71f42dcaa1df
additional user-specified simp (naturality) rules used in friend_of_corec
traytel
parents:
64323
diff
changeset
|
909 |
"Tests/Iterate_GPV" |
62696 | 910 |
theories [quick_and_dirty] |
911 |
"Tests/GPV_Bare_Bones" |
|
912 |
"Tests/Merge_D" |
|
913 |
"Tests/Merge_Poly" |
|
914 |
"Tests/Misc_Mono" |
|
915 |
"Tests/Misc_Poly" |
|
916 |
"Tests/Small_Concrete" |
|
62725 | 917 |
"Tests/Stream_Friends" |
62696 | 918 |
"Tests/TLList_Friends" |
63190 | 919 |
"Tests/Type_Class" |
62694 | 920 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
921 |
session "HOL-Statespace" in Statespace = HOL + |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
922 |
theories [skip_proofs = false] |
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
923 |
StateSpaceEx |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
924 |
document_files "root.tex" |
48481 | 925 |
|
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
926 |
session "HOL-Nonstandard_Analysis" (timing) in Nonstandard_Analysis = "HOL-Computational_Algebra" + |
69319 | 927 |
description " |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
928 |
Nonstandard analysis. |
69319 | 929 |
" |
62479 | 930 |
theories |
931 |
Nonstandard_Analysis |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
932 |
document_files "root.tex" |
48481 | 933 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
934 |
session "HOL-Nonstandard_Analysis-Examples" (timing) in "Nonstandard_Analysis/Examples" = "HOL-Nonstandard_Analysis" + |
65543 | 935 |
theories |
936 |
NSPrimes |
|
48481 | 937 |
|
73691
2f9877db82a1
reimplemented Mirabelle as Isabelle/ML presentation hook + Isabelle/Scala tool, but sledgehammer is still inactive;
wenzelm
parents:
73662
diff
changeset
|
938 |
session "HOL-Mirabelle-ex" in "Tools/Mirabelle" = HOL + |
2f9877db82a1
reimplemented Mirabelle as Isabelle/ML presentation hook + Isabelle/Scala tool, but sledgehammer is still inactive;
wenzelm
parents:
73662
diff
changeset
|
939 |
description "Some arbitrary small test case for Mirabelle." |
73822
1192c68ebe1c
suppress theories from other sessions, unless explicitly specified via mirabelle_theories;
wenzelm
parents:
73811
diff
changeset
|
940 |
options [timeout = 60, |
1192c68ebe1c
suppress theories from other sessions, unless explicitly specified via mirabelle_theories;
wenzelm
parents:
73811
diff
changeset
|
941 |
mirabelle_theories = "HOL-Analysis.Inner_Product", mirabelle_actions = "arith"] |
73691
2f9877db82a1
reimplemented Mirabelle as Isabelle/ML presentation hook + Isabelle/Scala tool, but sledgehammer is still inactive;
wenzelm
parents:
73662
diff
changeset
|
942 |
sessions |
2f9877db82a1
reimplemented Mirabelle as Isabelle/ML presentation hook + Isabelle/Scala tool, but sledgehammer is still inactive;
wenzelm
parents:
73662
diff
changeset
|
943 |
"HOL-Analysis" |
2f9877db82a1
reimplemented Mirabelle as Isabelle/ML presentation hook + Isabelle/Scala tool, but sledgehammer is still inactive;
wenzelm
parents:
73662
diff
changeset
|
944 |
theories |
2f9877db82a1
reimplemented Mirabelle as Isabelle/ML presentation hook + Isabelle/Scala tool, but sledgehammer is still inactive;
wenzelm
parents:
73662
diff
changeset
|
945 |
"HOL-Analysis.Inner_Product" |
48481 | 946 |
|
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72486
diff
changeset
|
947 |
session "HOL-SMT_Examples" (timing) in SMT_Examples = HOL + |
66946
3d8fd98c7c86
ROOT cleanup: empty 'document_files' means there is no document;
wenzelm
parents:
66932
diff
changeset
|
948 |
options [quick_and_dirty] |
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72486
diff
changeset
|
949 |
sessions |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72486
diff
changeset
|
950 |
"HOL-Library" |
48481 | 951 |
theories |
52722 | 952 |
Boogie |
48481 | 953 |
SMT_Examples |
954 |
SMT_Word_Examples |
|
73654
6e85281177df
proper condition: z3 could be absent, e.g. on arm64-linux;
wenzelm
parents:
73546
diff
changeset
|
955 |
SMT_Examples_Verit |
72458
b44e894796d5
add reconstruction for the SMT solver veriT
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
72389
diff
changeset
|
956 |
SMT_Tests_Verit |
73657 | 957 |
theories [condition = Z3_INSTALLED] |
73654
6e85281177df
proper condition: z3 could be absent, e.g. on arm64-linux;
wenzelm
parents:
73546
diff
changeset
|
958 |
SMT_Tests |
48481 | 959 |
|
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72486
diff
changeset
|
960 |
session "HOL-SPARK" in "SPARK" = HOL + |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72486
diff
changeset
|
961 |
sessions |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72486
diff
changeset
|
962 |
"HOL-Library" |
65382 | 963 |
theories |
66992
69673025292e
less global theories -- avoid confusion about special cases;
wenzelm
parents:
66986
diff
changeset
|
964 |
SPARK |
48481 | 965 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
966 |
session "HOL-SPARK-Examples" in "SPARK/Examples" = "HOL-SPARK" + |
70675 | 967 |
directories "Gcd" "Liseq" "RIPEMD-160" "Sqrt" |
48481 | 968 |
theories |
969 |
"Gcd/Greatest_Common_Divisor" |
|
970 |
"Liseq/Longest_Increasing_Subsequence" |
|
971 |
"RIPEMD-160/F" |
|
972 |
"RIPEMD-160/Hash" |
|
973 |
"RIPEMD-160/K_L" |
|
974 |
"RIPEMD-160/K_R" |
|
975 |
"RIPEMD-160/R_L" |
|
976 |
"RIPEMD-160/Round" |
|
977 |
"RIPEMD-160/R_R" |
|
978 |
"RIPEMD-160/S_L" |
|
979 |
"RIPEMD-160/S_R" |
|
980 |
"Sqrt/Sqrt" |
|
70026 | 981 |
export_files (in ".") "*:**.prv" |
48481 | 982 |
|
65576 | 983 |
session "HOL-SPARK-Manual" in "SPARK/Manual" = "HOL-SPARK" + |
69099
d44cb8a3e5e0
HOL-SPARK .prv files are no longer written to the file-system;
wenzelm
parents:
69093
diff
changeset
|
984 |
options [show_question_marks = false] |
66031 | 985 |
sessions |
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72486
diff
changeset
|
986 |
"HOL-Library" |
66031 | 987 |
"HOL-SPARK-Examples" |
48481 | 988 |
theories |
989 |
Example_Verification |
|
990 |
VC_Principles |
|
991 |
Reference |
|
992 |
Complex_Types |
|
72601 | 993 |
document_theories |
994 |
"HOL-SPARK-Examples.Greatest_Common_Divisor" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
995 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
996 |
"complex_types.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
997 |
"complex_types_app.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
998 |
"complex_types_app.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
999 |
"Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1000 |
"Gcd.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1001 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1002 |
"loop_invariant.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1003 |
"loop_invariant.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1004 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1005 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1006 |
"Simple_Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1007 |
"Simple_Gcd.ads" |
48481 | 1008 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
1009 |
session "HOL-Mutabelle" in Mutabelle = HOL + |
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
1010 |
sessions "HOL-Library" |
48481 | 1011 |
theories MutabelleExtra |
1012 |
||
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
1013 |
session "HOL-Quickcheck_Examples" (timing) in Quickcheck_Examples = HOL + |
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
1014 |
sessions "HOL-Library" |
48588 | 1015 |
theories |
48690 | 1016 |
Quickcheck_Examples |
1017 |
Quickcheck_Lattice_Examples |
|
1018 |
Completeness |
|
1019 |
Quickcheck_Interfaces |
|
63731
9f906a2eb0e7
added theory to provide workaround to support nested datatypes in quickcheck (until quickcheck is generalized to support it with new datatypes)
blanchet
parents:
63643
diff
changeset
|
1020 |
Quickcheck_Nesting_Example |
57584
155b7e3b729e
proper condition wrt. ISABELLE_GHC (cf. 8840fa17e17c);
wenzelm
parents:
57544
diff
changeset
|
1021 |
theories [condition = ISABELLE_GHC] |
57544
8840fa17e17c
reactivate session Quickcheck_Examples
Andreas Lochbihler
parents:
57543
diff
changeset
|
1022 |
Hotel_Example |
48598 | 1023 |
Quickcheck_Narrowing_Examples |
48588 | 1024 |
|
65569
3cb6f3281ef1
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65563
diff
changeset
|
1025 |
session "HOL-Quotient_Examples" (timing) in Quotient_Examples = "HOL-Algebra" + |
69319 | 1026 |
description " |
48481 | 1027 |
Author: Cezary Kaliszyk and Christian Urban |
69319 | 1028 |
" |
48481 | 1029 |
theories |
1030 |
DList |
|
63920
003622e08379
resolve the name clash of HOL/Library/FSet and HOL/Quotient_Examples/FSet
kuncar
parents:
63888
diff
changeset
|
1031 |
Quotient_FSet |
48481 | 1032 |
Quotient_Int |
1033 |
Quotient_Message |
|
1034 |
Lift_FSet |
|
1035 |
Lift_Set |
|
1036 |
Lift_Fun |
|
1037 |
Quotient_Rat |
|
1038 |
Lift_DList |
|
53682
1b55aeda0e46
include Int_Pow into Quotient_Examples; add end of the theory
kuncar
parents:
53430
diff
changeset
|
1039 |
Int_Pow |
60237 | 1040 |
Lifting_Code_Dt_Test |
48481 | 1041 |
|
71832
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
1042 |
session "HOL-Predicate_Compile_Examples" (timing) in Predicate_Compile_Examples = HOL + |
f61b19358a8f
clarified session imports: avoid bulky HOL-Library image;
wenzelm
parents:
71814
diff
changeset
|
1043 |
sessions "HOL-Library" |
62354 | 1044 |
theories |
48481 | 1045 |
Examples |
1046 |
Predicate_Compile_Tests |
|
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
1047 |
Predicate_Compile_Quickcheck_Examples |
48481 | 1048 |
Specialisation_Examples |
48690 | 1049 |
IMP_1 |
1050 |
IMP_2 |
|
55450
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
1051 |
(* FIXME since 21-Jul-2011 |
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
1052 |
Hotel_Example_Small_Generator *) |
48690 | 1053 |
IMP_3 |
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
1054 |
IMP_4 |
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
1055 |
theories [condition = ISABELLE_SWIPL] |
48690 | 1056 |
Code_Prolog_Examples |
1057 |
Context_Free_Grammar_Example |
|
1058 |
Hotel_Example_Prolog |
|
1059 |
Lambda_Example |
|
1060 |
List_Examples |
|
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
1061 |
theories [condition = ISABELLE_SWIPL, quick_and_dirty] |
48690 | 1062 |
Reg_Exp_Example |
48481 | 1063 |
|
64551 | 1064 |
session "HOL-Types_To_Sets" in Types_To_Sets = HOL + |
69319 | 1065 |
description " |
64551 | 1066 |
Experimental extension of Higher-Order Logic to allow translation of types to sets. |
69319 | 1067 |
" |
70675 | 1068 |
directories "Examples" |
64551 | 1069 |
theories |
1070 |
Types_To_Sets |
|
1071 |
"Examples/Prerequisites" |
|
1072 |
"Examples/Finite" |
|
1073 |
"Examples/T2_Spaces" |
|
69689 | 1074 |
"Examples/Unoverload_Def" |
68522
d9cbc1e8644d
example for Types_To_Sets: transfer from type-based linear algebra to subspaces
immler
parents:
68516
diff
changeset
|
1075 |
"Examples/Linear_Algebra_On" |
64551 | 1076 |
|
66982
67595389aa8a
build faster without heap images for minor imports;
wenzelm
parents:
66956
diff
changeset
|
1077 |
session HOLCF (main timing) in HOLCF = HOL + |
69319 | 1078 |
description " |
48338 | 1079 |
Author: Franz Regensburger |
1080 |
Author: Brian Huffman |
|
1081 |
||
1082 |
HOLCF -- a semantic extension of HOL by the LCF logic. |
|
69319 | 1083 |
" |
66982
67595389aa8a
build faster without heap images for minor imports;
wenzelm
parents:
66956
diff
changeset
|
1084 |
sessions |
67595389aa8a
build faster without heap images for minor imports;
wenzelm
parents:
66956
diff
changeset
|
1085 |
"HOL-Library" |
48481 | 1086 |
theories |
65382 | 1087 |
HOLCF (global) |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1088 |
document_files "root.tex" |
48481 | 1089 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1090 |
session "HOLCF-Tutorial" in "HOLCF/Tutorial" = HOLCF + |
48481 | 1091 |
theories |
1092 |
Domain_ex |
|
1093 |
Fixrec_ex |
|
1094 |
New_Domain |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1095 |
document_files "root.tex" |
48481 | 1096 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1097 |
session "HOLCF-Library" in "HOLCF/Library" = HOLCF + |
65570 | 1098 |
theories |
1099 |
HOLCF_Library |
|
1100 |
HOL_Cpo |
|
48481 | 1101 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1102 |
session "HOLCF-IMP" in "HOLCF/IMP" = HOLCF + |
69319 | 1103 |
description " |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1104 |
IMP -- A WHILE-language and its Semantics. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1105 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1106 |
This is the HOLCF-based denotational semantics of a simple WHILE-language. |
69319 | 1107 |
" |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
1108 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
1109 |
"HOL-IMP" |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
1110 |
theories |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
1111 |
HoareEx |
66950 | 1112 |
document_files |
1113 |
"isaverbatimwrite.sty" |
|
1114 |
"root.tex" |
|
1115 |
"root.bib" |
|
48338 | 1116 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
1117 |
session "HOLCF-ex" in "HOLCF/ex" = "HOLCF-Library" + |
69319 | 1118 |
description " |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1119 |
Miscellaneous examples for HOLCF. |
69319 | 1120 |
" |
48481 | 1121 |
theories |
1122 |
Dnat |
|
1123 |
Dagstuhl |
|
1124 |
Focus_ex |
|
1125 |
Fix2 |
|
1126 |
Hoare |
|
1127 |
Concurrency_Monad |
|
1128 |
Loop |
|
1129 |
Powerdomain_ex |
|
1130 |
Domain_Proofs |
|
1131 |
Letrec |
|
1132 |
Pattern_Match |
|
1133 |
||
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
1134 |
session "HOLCF-FOCUS" in "HOLCF/FOCUS" = "HOLCF-Library" + |
69272 | 1135 |
description \<open> |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1136 |
FOCUS: a theory of stream-processing functions Isabelle/HOLCF. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1137 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1138 |
For introductions to FOCUS, see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1139 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1140 |
"The Design of Distributed Systems - An Introduction to FOCUS" |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1141 |
http://www4.in.tum.de/publ/html.php?e=2 |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1142 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1143 |
"Specification and Refinement of a Buffer of Length One" |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1144 |
http://www4.in.tum.de/publ/html.php?e=15 |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1145 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1146 |
"Specification and Development of Interactive Systems: Focus on Streams, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1147 |
Interfaces, and Refinement" http://www4.in.tum.de/publ/html.php?e=321 |
69319 | 1148 |
\<close> |
48481 | 1149 |
theories |
1150 |
Fstreams |
|
1151 |
FOCUS |
|
1152 |
Buffer_adm |
|
1153 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
1154 |
session IOA (timing) in "HOLCF/IOA" = HOLCF + |
69319 | 1155 |
description " |
72835 | 1156 |
Author: Olaf Müller |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1157 |
Copyright 1997 TU München |
48481 | 1158 |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1159 |
A formalization of I/O automata in HOLCF. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1160 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1161 |
The distribution contains simulation relations, temporal logic, and an |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1162 |
abstraction theory. Everything is based upon a domain-theoretic model of |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1163 |
finite and infinite sequences. |
69319 | 1164 |
" |
65538 | 1165 |
theories Abstraction |
48481 | 1166 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1167 |
session "IOA-ABP" in "HOLCF/IOA/ABP" = IOA + |
69319 | 1168 |
description " |
72835 | 1169 |
Author: Olaf Müller |
48481 | 1170 |
|
72833 | 1171 |
The Alternating Bit Protocol performed in I/O-Automata: |
1172 |
combining IOA with Model Checking. |
|
1173 |
||
1174 |
Theory Correctness contains the proof of the abstraction from unbounded |
|
1175 |
channels to finite ones. |
|
1176 |
||
72850 | 1177 |
File Check.ML contains a simple ModelChecker prototype checking Spec |
72833 | 1178 |
against the finite version of the ABP-protocol. |
69319 | 1179 |
" |
59503 | 1180 |
theories |
1181 |
Correctness |
|
1182 |
Spec |
|
48481 | 1183 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1184 |
session "IOA-NTP" in "HOLCF/IOA/NTP" = IOA + |
69319 | 1185 |
description " |
48481 | 1186 |
Author: Tobias Nipkow & Konrad Slind |
1187 |
||
1188 |
A network transmission protocol, performed in the |
|
72835 | 1189 |
I/O automata formalization by Olaf Müller. |
69319 | 1190 |
" |
72834 | 1191 |
theories |
1192 |
Overview |
|
1193 |
Correctness |
|
48481 | 1194 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1195 |
session "IOA-Storage" in "HOLCF/IOA/Storage" = IOA + |
69319 | 1196 |
description " |
72835 | 1197 |
Author: Olaf Müller |
48481 | 1198 |
|
1199 |
Memory storage case study. |
|
69319 | 1200 |
" |
48481 | 1201 |
theories Correctness |
1202 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1203 |
session "IOA-ex" in "HOLCF/IOA/ex" = IOA + |
69319 | 1204 |
description " |
72835 | 1205 |
Author: Olaf Müller |
69319 | 1206 |
" |
48481 | 1207 |
theories |
1208 |
TrivEx |
|
1209 |
TrivEx2 |