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