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