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