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