doc-src/manual.bib
author paulson
Sun, 03 Sep 2000 14:41:56 +0200
changeset 9816 2cb9752ff002
parent 9599 48d438b316c9
child 10079 0d78784176f4
permissions -rw-r--r--
new reference girard89
paulson@6592
     1
% BibTeX database for the Isabelle documentation
paulson@6592
     2
%
paulson@6592
     3
% Lawrence C Paulson $Id$
paulson@6592
     4
paulson@6592
     5
%publishers
paulson@6592
     6
@string{AP="Academic Press"}
paulson@6592
     7
@string{CUP="Cambridge University Press"}
paulson@6592
     8
@string{IEEE="{\sc ieee} Computer Society Press"}
paulson@6592
     9
@string{LNCS="Lect.\ Notes in Comp.\ Sci."}
paulson@6592
    10
@string{MIT="MIT Press"}
paulson@6592
    11
@string{NH="North-Holland"}
paulson@6592
    12
@string{Prentice="Prentice-Hall"}
nipkow@6607
    13
@string{PH="Prentice-Hall"}
paulson@6592
    14
@string{Springer="Springer-Verlag"}
paulson@6592
    15
paulson@6592
    16
%institutions
paulson@6613
    17
@string{CUCL="Comp. Lab., Univ. Camb."}
paulson@6613
    18
@string{Edinburgh="Dept. Comp. Sci., Univ. Edinburgh"}
paulson@6592
    19
paulson@6592
    20
%journals
paulson@8284
    21
@string{AI="Artificial Intelligence"}
paulson@6592
    22
@string{FAC="Formal Aspects Comput."}
paulson@6592
    23
@string{JAR="J. Auto. Reas."}
paulson@6592
    24
@string{JCS="J. Comput. Secur."}
paulson@6592
    25
@string{JFP="J. Func. Prog."}
paulson@6592
    26
@string{JLC="J. Logic and Comput."}
paulson@6592
    27
@string{JLP="J. Logic Prog."}
paulson@6592
    28
@string{JSC="J. Symb. Comput."}
paulson@6592
    29
@string{JSL="J. Symb. Logic"}
paulson@6592
    30
@string{SIGPLAN="{SIGPLAN} Notices"}
paulson@6592
    31
paulson@6592
    32
%conferences
paulson@6592
    33
@string{CADE="International Conference on Automated Deduction"}
paulson@6592
    34
@string{POPL="Symposium on Principles of Programming Languages"}
paulson@6592
    35
@string{TYPES="Types for Proofs and Programs"}
paulson@6592
    36
paulson@6592
    37
paulson@6592
    38
%A
paulson@6592
    39
paulson@6592
    40
@incollection{abramsky90,
paulson@6592
    41
  author	= {Samson Abramsky},
paulson@6592
    42
  title		= {The Lazy Lambda Calculus},
paulson@6592
    43
  pages		= {65-116},
paulson@6592
    44
  editor	= {David A. Turner},
paulson@6592
    45
  booktitle	= {Research Topics in Functional Programming},
paulson@6592
    46
  publisher	= {Addison-Wesley},
paulson@6592
    47
  year		= 1990}
paulson@6592
    48
paulson@6592
    49
@Unpublished{abrial93,
paulson@6592
    50
  author	= {J. R. Abrial and G. Laffitte},
paulson@6592
    51
  title		= {Towards the Mechanization of the Proofs of some Classical
paulson@6592
    52
		  Theorems of Set Theory},
paulson@6592
    53
  note		= {preprint},
paulson@6592
    54
  year		= 1993,
paulson@6592
    55
  month		= Feb}
paulson@6592
    56
paulson@6592
    57
@incollection{aczel77,
paulson@6592
    58
  author	= {Peter Aczel},
paulson@6592
    59
  title		= {An Introduction to Inductive Definitions},
paulson@6592
    60
  pages		= {739-782},
paulson@6592
    61
  crossref	= {barwise-handbk}}
paulson@6592
    62
paulson@6592
    63
@Book{aczel88,
paulson@6592
    64
  author	= {Peter Aczel},
paulson@6592
    65
  title		= {Non-Well-Founded Sets},
paulson@6592
    66
  publisher	= {CSLI},
paulson@6592
    67
  year		= 1988}
paulson@6592
    68
paulson@6592
    69
@InProceedings{alf,
paulson@6592
    70
  author	= {Lena Magnusson and Bengt {Nordstr\"{o}m}},
paulson@6592
    71
  title		= {The {ALF} Proof Editor and Its Proof Engine},
paulson@6592
    72
  crossref	= {types93},
paulson@6592
    73
  pages		= {213-237}}
paulson@6592
    74
paulson@6592
    75
@book{andrews86,
paulson@6592
    76
  author	= "Peter Andrews",
paulson@6592
    77
  title		= "An Introduction to Mathematical Logic and Type Theory: to Truth
paulson@6592
    78
through Proof",
paulson@6592
    79
  publisher	= AP,
paulson@6592
    80
  series	= "Computer Science and Applied Mathematics",
paulson@6592
    81
  year		= 1986}
paulson@6592
    82
wenzelm@9599
    83
@InProceedings{Aspinall:2000:eProof,
wenzelm@9599
    84
  author = 	 {David Aspinall},
wenzelm@9599
    85
  title = 	 {Protocols for Interactive {e-Proof}},
wenzelm@9599
    86
  booktitle = 	 {Theorem Proving in Higher Order Logics (TPHOLs)},
wenzelm@9599
    87
  year =	 2000,
wenzelm@9599
    88
  note =	 {Unpublished work-in-progress paper,
wenzelm@9599
    89
                  \url{http://zermelo.dcs.ed.ac.uk/~da/drafts/eproof.ps.gz}}
wenzelm@9599
    90
}
wenzelm@8505
    91
@InProceedings{Aspinall:TACAS:2000,
wenzelm@8505
    92
  author = 	 {David Aspinall},
wenzelm@8505
    93
  title = 	 {Proof General: A Generic Tool for Proof Development},
wenzelm@8505
    94
  booktitle = 	 {ETAPS / TACAS},
wenzelm@8505
    95
  year =	 2000,
wenzelm@8505
    96
  note =	 {To appear}
wenzelm@8505
    97
}
wenzelm@8505
    98
wenzelm@7209
    99
@Misc{isamode,
wenzelm@7209
   100
  author =	 {David Aspinall},
wenzelm@8062
   101
  title =	 {Isamode --- {U}sing {I}sabelle with {E}macs},
wenzelm@7209
   102
  note =	 {\url{http://www.dcs.ed.ac.uk/home/da/Isamode/}}
wenzelm@7209
   103
}
wenzelm@7209
   104
wenzelm@7209
   105
@Misc{proofgeneral,
wenzelm@7209
   106
  author =	 {David Aspinall and others},
wenzelm@7209
   107
  title =	 {{P}roof {G}eneral --- {O}rganize your proofs!},
wenzelm@7209
   108
  note =	 {\url{http://www.dcs.ed.ac.uk/home/proofgen/}}
wenzelm@7209
   109
}
wenzelm@7209
   110
paulson@6592
   111
%B
paulson@6592
   112
paulson@6592
   113
@incollection{basin91,
paulson@6592
   114
  author	= {David Basin and Matt Kaufmann},
paulson@6592
   115
  title		= {The {Boyer-Moore} Prover and {Nuprl}: An Experimental
paulson@6592
   116
		   Comparison}, 
paulson@6592
   117
  crossref	= {huet-plotkin91},
paulson@6592
   118
  pages		= {89-119}}
paulson@6592
   119
wenzelm@9567
   120
@InProceedings{Bauer-Wenzel:2000:HB,
wenzelm@9567
   121
  author = 	 {Gertrud Bauer and Markus Wenzel},
wenzelm@9567
   122
  title = 	 {Computer-Assisted Mathematics at Work --- The {H}ahn-{B}anach Theorem in
wenzelm@9567
   123
      {I}sabelle/{I}sar},
wenzelm@9567
   124
  booktitle = 	 {Types for Proofs and Programs: TYPES'99},
wenzelm@9599
   125
  editor =       {Thierry Coquand and Peter Dybjer and Bengt Nordstr{\"o}m
wenzelm@9599
   126
                  and Jan Smith},
wenzelm@9567
   127
  series =	 {LNCS},
wenzelm@9599
   128
  year =	 2000
wenzelm@9567
   129
}
wenzelm@6624
   130
wenzelm@6624
   131
@InProceedings{Berghofer-Wenzel:1999:TPHOL,
wenzelm@6624
   132
  author = 	 {Stefan Berghofer and Markus Wenzel},
wenzelm@7041
   133
  title = 	 {Inductive datatypes in {HOL} --- lessons learned in
wenzelm@7041
   134
                  {F}ormal-{L}ogic {E}ngineering},
wenzelm@7041
   135
  crossref =     {tphols99}}
wenzelm@6624
   136
nipkow@6607
   137
@book{Bird-Wadler,author="Richard Bird and Philip Wadler",
nipkow@6607
   138
title="Introduction to Functional Programming",publisher=PH,year=1988}
nipkow@6607
   139
paulson@6592
   140
@Article{boyer86,
paulson@6592
   141
  author	= {Robert Boyer and Ewing Lusk and William McCune and Ross
paulson@6592
   142
		   Overbeek and Mark Stickel and Lawrence Wos},
paulson@6592
   143
  title		= {Set Theory in First-Order Logic: Clauses for {G\"{o}del's}
paulson@6592
   144
		   Axioms},
paulson@6592
   145
  journal	= JAR,
paulson@6592
   146
  year		= 1986,
paulson@6592
   147
  volume	= 2,
paulson@6592
   148
  number	= 3,
paulson@6592
   149
  pages		= {287-327}}
paulson@6592
   150
paulson@6592
   151
@book{bm79,
paulson@6592
   152
  author	= {Robert S. Boyer and J Strother Moore},
paulson@6592
   153
  title		= {A Computational Logic},
paulson@6592
   154
  publisher	= {Academic Press},
paulson@6592
   155
  year		= 1979}
paulson@6592
   156
paulson@6592
   157
@book{bm88book,
paulson@6592
   158
  author	= {Robert S. Boyer and J Strother Moore},
paulson@6592
   159
  title		= {A Computational Logic Handbook},
paulson@6592
   160
  publisher	= {Academic Press},
paulson@6592
   161
  year		= 1988}
paulson@6592
   162
paulson@6592
   163
@Article{debruijn72,
paulson@6592
   164
  author	= {N. G. de Bruijn},
paulson@6592
   165
  title		= {Lambda Calculus Notation with Nameless Dummies,
paulson@6592
   166
	a Tool for Automatic Formula Manipulation,
paulson@6592
   167
	with Application to the {Church-Rosser Theorem}},
paulson@6592
   168
  journal	= {Indag. Math.},
paulson@6592
   169
  volume	= 34,
paulson@6592
   170
  pages		= {381-392},
paulson@6592
   171
  year		= 1972}
paulson@6592
   172
paulson@6592
   173
%C
paulson@6592
   174
paulson@6592
   175
@TechReport{camilleri92,
paulson@6592
   176
  author	= {J. Camilleri and T. F. Melham},
paulson@6592
   177
  title		= {Reasoning with Inductively Defined Relations in the
paulson@6592
   178
		 {HOL} Theorem Prover},
paulson@6592
   179
  institution	= CUCL,
paulson@6592
   180
  year		= 1992,
paulson@6592
   181
  number	= 265,
paulson@6592
   182
  month		= Aug}
paulson@6592
   183
paulson@6592
   184
@Book{charniak80,
paulson@6592
   185
  author	= {E. Charniak and C. K. Riesbeck and D. V. McDermott},
paulson@6592
   186
  title		= {Artificial Intelligence Programming},
paulson@6592
   187
  publisher	= {Lawrence Erlbaum Associates},
paulson@6592
   188
  year		= 1980}
paulson@6592
   189
paulson@6592
   190
@article{church40,
paulson@6592
   191
  author	= "Alonzo Church",
paulson@6592
   192
  title		= "A Formulation of the Simple Theory of Types",
paulson@6592
   193
  journal	= JSL,
paulson@6592
   194
  year		= 1940,
paulson@6592
   195
  volume	= 5,
paulson@6592
   196
  pages		= "56-68"}
paulson@6592
   197
paulson@6592
   198
@PhdThesis{coen92,
paulson@6592
   199
  author	= {Martin D. Coen},
paulson@6592
   200
  title		= {Interactive Program Derivation},
paulson@6592
   201
  school	= {University of Cambridge},
paulson@6592
   202
  note		= {Computer Laboratory Technical Report 272},
paulson@6592
   203
  month		= nov,
paulson@6592
   204
  year		= 1992}
paulson@6592
   205
paulson@6592
   206
@book{constable86,
paulson@6592
   207
  author	= {R. L. Constable and others},
paulson@6592
   208
  title		= {Implementing Mathematics with the Nuprl Proof
paulson@6592
   209
		 Development System}, 
paulson@6592
   210
  publisher	= Prentice,
paulson@6592
   211
  year		= 1986}
paulson@6592
   212
paulson@6592
   213
%D
paulson@6592
   214
wenzelm@6745
   215
@Book{davey-priestley,
paulson@6592
   216
  author	= {B. A. Davey and H. A. Priestley},
paulson@6592
   217
  title		= {Introduction to Lattices and Order},
paulson@6592
   218
  publisher	= CUP,
paulson@6592
   219
  year		= 1990}
paulson@6592
   220
paulson@6592
   221
@Book{devlin79,
paulson@6592
   222
  author	= {Keith J. Devlin},
paulson@6592
   223
  title		= {Fundamentals of Contemporary Set Theory},
paulson@6592
   224
  publisher	= {Springer},
paulson@6592
   225
  year		= 1979}
paulson@6592
   226
paulson@6592
   227
@book{dummett,
paulson@6592
   228
  author	= {Michael Dummett},
paulson@6592
   229
  title		= {Elements of Intuitionism},
paulson@6592
   230
  year		= 1977,
paulson@6592
   231
  publisher	= {Oxford University Press}}
paulson@6592
   232
paulson@6592
   233
@incollection{dybjer91,
paulson@6592
   234
  author	= {Peter Dybjer},
paulson@6592
   235
  title		= {Inductive Sets and Families in {Martin-L\"of's} Type
paulson@6592
   236
		  Theory and Their Set-Theoretic Semantics}, 
paulson@6592
   237
  crossref	= {huet-plotkin91},
paulson@6592
   238
  pages		= {280-306}}
paulson@6592
   239
paulson@6592
   240
@Article{dyckhoff,
paulson@6592
   241
  author	= {Roy Dyckhoff},
paulson@6592
   242
  title		= {Contraction-Free Sequent Calculi for Intuitionistic Logic},
paulson@6592
   243
  journal	= JSL,
paulson@6592
   244
  year		= 1992,
paulson@6592
   245
  volume	= 57,
paulson@6592
   246
  number	= 3,
paulson@6592
   247
  pages		= {795-807}}
paulson@6592
   248
paulson@6592
   249
%F
paulson@6592
   250
paulson@6613
   251
@Article{IMPS,
paulson@6613
   252
  author	= {William M. Farmer and Joshua D. Guttman and F. Javier
paulson@6613
   253
		 Thayer},
paulson@6613
   254
  title		= {{IMPS}: An Interactive Mathematical Proof System},
paulson@6613
   255
  journal	= JAR,
paulson@6613
   256
  volume	= 11,
paulson@6613
   257
  number	= 2,
paulson@6613
   258
  year		= 1993,
paulson@6613
   259
  pages		= {213-248}}
paulson@6613
   260
paulson@6592
   261
@InProceedings{felty91a,
paulson@6592
   262
  Author	= {Amy Felty},
paulson@6592
   263
  Title		= {A Logic Program for Transforming Sequent Proofs to Natural
paulson@6592
   264
		  Deduction Proofs}, 
paulson@6592
   265
  crossref	= {extensions91},
paulson@6592
   266
  pages		= {157-178}}
paulson@6592
   267
paulson@6592
   268
@TechReport{frost93,
paulson@6592
   269
  author	= {Jacob Frost},
paulson@6592
   270
  title		= {A Case Study of Co-induction in {Isabelle HOL}},
paulson@6592
   271
  institution	= CUCL,
paulson@6592
   272
  number	= 308,
paulson@6592
   273
  year		= 1993,
paulson@6592
   274
  month		= Aug}
paulson@6592
   275
paulson@6592
   276
%revised version of frost93
paulson@6592
   277
@TechReport{frost95,
paulson@6592
   278
  author	= {Jacob Frost},
paulson@6592
   279
  title		= {A Case Study of Co-induction in {Isabelle}},
paulson@6592
   280
  institution	= CUCL,
paulson@6592
   281
  number	= 359,
paulson@6592
   282
  year		= 1995,
paulson@6592
   283
  month		= Feb}
paulson@6592
   284
paulson@6592
   285
@inproceedings{OBJ,
paulson@6592
   286
  author	= {K. Futatsugi and J.A. Goguen and Jean-Pierre Jouannaud
paulson@6592
   287
		 and J. Meseguer}, 
paulson@6592
   288
  title		= {Principles of {OBJ2}},
paulson@6592
   289
  booktitle	= POPL, 
paulson@6592
   290
  year		= 1985,
paulson@6592
   291
  pages		= {52-66}}
paulson@6592
   292
paulson@6592
   293
%G
paulson@6592
   294
paulson@6592
   295
@book{gallier86,
paulson@6592
   296
  author	= {J. H. Gallier},
paulson@6592
   297
  title		= {Logic for Computer Science: 
paulson@6592
   298
		Foundations of Automatic Theorem Proving},
paulson@6592
   299
  year		= 1986,
paulson@6592
   300
  publisher	= {Harper \& Row}}
paulson@6592
   301
paulson@6592
   302
@Book{galton90,
paulson@6592
   303
  author	= {Antony Galton},
paulson@6592
   304
  title		= {Logic for Information Technology},
paulson@6592
   305
  publisher	= {Wiley},
paulson@6592
   306
  year		= 1990}
paulson@6592
   307
paulson@6592
   308
@InProceedings{gimenez-codifying,
paulson@6592
   309
  author	= {Eduardo Gim{\'e}nez},
paulson@6592
   310
  title		= {Codifying Guarded Definitions with Recursive Schemes},
paulson@6592
   311
  crossref	= {types94},
paulson@6592
   312
  pages		= {39-59}
paulson@6592
   313
}
paulson@6592
   314
paulson@9816
   315
@book{girard89,
paulson@9816
   316
  author	= {Jean-Yves Girard},
paulson@9816
   317
  title		= {Proofs and Types},
paulson@9816
   318
  year		= 1989,
paulson@9816
   319
  publisher	= CUP, 
paulson@9816
   320
  note		= {Translated by Yves LaFont and Paul Taylor}}
paulson@9816
   321
paulson@6592
   322
@Book{mgordon-hol,
paulson@6592
   323
  author	= {M. J. C. Gordon and T. F. Melham},
paulson@6592
   324
  title		= {Introduction to {HOL}: A Theorem Proving Environment for
paulson@6592
   325
		 Higher Order Logic},
paulson@6592
   326
  publisher	= CUP,
paulson@6592
   327
  year		= 1993}
paulson@6592
   328
paulson@6592
   329
@book{mgordon79,
paulson@6592
   330
  author	= {Michael J. C. Gordon and Robin Milner and Christopher P.
paulson@6592
   331
		 Wadsworth},
paulson@6592
   332
  title		= {Edinburgh {LCF}: A Mechanised Logic of Computation},
paulson@6592
   333
  year		= 1979,
paulson@6592
   334
  publisher	= {Springer},
paulson@6592
   335
  series	= {LNCS 78}}
paulson@6592
   336
nipkow@6607
   337
@inproceedings{Gunter-HOL92,author={Elsa L. Gunter},
nipkow@6607
   338
title={Why we can't have {SML} style datatype declarations in {HOL}},
nipkow@6607
   339
booktitle={Higher Order Logic Theorem Proving and its Applications: Proc.\
nipkow@6607
   340
IFIP TC10/WG10.2 Intl. Workshop, 1992},
nipkow@6607
   341
editor={L.J.M. Claesen and M.J.C. Gordon},
nipkow@6607
   342
publisher=NH,year=1993,pages={561--568}}
nipkow@6607
   343
paulson@6592
   344
@InProceedings{gunter-trees,
paulson@6592
   345
  author	= {Elsa L. Gunter},
paulson@6592
   346
  title		= {A Broader Class of Trees for Recursive Type Definitions for
paulson@6592
   347
		  {HOL}},
paulson@6592
   348
  crossref	= {hug93},
paulson@6592
   349
  pages		= {141-154}}
paulson@6592
   350
paulson@6592
   351
%H
paulson@6592
   352
paulson@6592
   353
@Book{halmos60,
paulson@6592
   354
  author	= {Paul R. Halmos},
paulson@6592
   355
  title		= {Naive Set Theory},
paulson@6592
   356
  publisher	= {Van Nostrand},
paulson@6592
   357
  year		= 1960}
paulson@6592
   358
paulson@6592
   359
@Book{hennessy90,
paulson@6592
   360
  author	= {Matthew Hennessy},
paulson@6592
   361
  title		= {The Semantics of Programming Languages: An Elementary
paulson@6592
   362
		  Introduction Using Structural Operational Semantics},
paulson@6592
   363
  publisher	= {Wiley},
paulson@6592
   364
  year		= 1990}
paulson@6592
   365
paulson@6592
   366
@Article{haskell-report,
paulson@6592
   367
  author	= {Paul Hudak and Simon Peyton Jones and Philip Wadler},
paulson@6592
   368
  title		= {Report on the Programming Language {Haskell}: A
paulson@6592
   369
		 Non-strict, Purely Functional Language},
paulson@6592
   370
  journal	= SIGPLAN,
paulson@6592
   371
  year		= 1992,
paulson@6592
   372
  volume	= 27,
paulson@6592
   373
  number	= 5,
paulson@6592
   374
  month		= May,
paulson@6592
   375
  note		= {Version 1.2}}
paulson@6592
   376
paulson@6592
   377
@Article{haskell-tutorial,
paulson@6592
   378
  author	= {Paul Hudak and Joseph H. Fasel},
paulson@6592
   379
  title		= {A Gentle Introduction to {Haskell}},
paulson@6592
   380
  journal	= SIGPLAN,
paulson@6592
   381
  year		= 1992,
paulson@6592
   382
  volume	= 27,
paulson@6592
   383
  number	= 5,
paulson@6592
   384
  month		= May}
paulson@6592
   385
paulson@6592
   386
@article{huet75,
paulson@6592
   387
  author	= {G. P. Huet},
paulson@6592
   388
  title		= {A Unification Algorithm for Typed $\lambda$-Calculus},
paulson@6592
   389
  journal	= TCS,
paulson@6592
   390
  volume	= 1,
paulson@6592
   391
  year		= 1975,
paulson@6592
   392
  pages		= {27-57}}
paulson@6592
   393
paulson@6592
   394
@article{huet78,
paulson@6592
   395
  author	= {G. P. Huet and B. Lang},
paulson@6592
   396
  title		= {Proving and Applying Program Transformations Expressed with 
paulson@6592
   397
			Second-Order Patterns},
paulson@6592
   398
  journal	= acta,
paulson@6592
   399
  volume	= 11,
paulson@6592
   400
  year		= 1978, 
paulson@6592
   401
  pages		= {31-55}}
paulson@6592
   402
paulson@6592
   403
@inproceedings{huet88,
paulson@6592
   404
  author	= {G\'erard Huet},
paulson@6592
   405
  title		= {Induction Principles Formalized in the {Calculus of
paulson@6592
   406
		 Constructions}}, 
paulson@6592
   407
  booktitle	= {Programming of Future Generation Computers},
paulson@6592
   408
  editor	= {K. Fuchi and M. Nivat},
paulson@6592
   409
  year		= 1988,
paulson@6592
   410
  pages		= {205-216}, 
paulson@6592
   411
  publisher	= {Elsevier}}
paulson@6592
   412
wenzelm@7041
   413
@InProceedings{Harrison:1996:MizarHOL,
wenzelm@7041
   414
  author = 	 {J. Harrison},
wenzelm@7041
   415
  title = 	 {A {Mizar} Mode for {HOL}},
wenzelm@7041
   416
  pages =	 {203--220},
wenzelm@7041
   417
  crossref =     {tphols96}}
wenzelm@7041
   418
paulson@6592
   419
%K
paulson@6592
   420
paulson@6670
   421
@InProceedings{kammueller-locales,
paulson@6670
   422
  author = 	 {Florian Kamm{\"u}ller and Markus Wenzel and 
paulson@6670
   423
                  Lawrence C. Paulson},
paulson@6670
   424
  title = 	 {Locales: A Sectioning Concept for {Isabelle}},
paulson@6670
   425
  crossref =	 {tphols99}}
paulson@6670
   426
paulson@8284
   427
@book{Knuth3-75,
paulson@8284
   428
  author={Donald E. Knuth},
paulson@8284
   429
  title={The Art of Computer Programming, Volume 3: Sorting and Searching},
paulson@8284
   430
  publisher={Addison-Wesley},
paulson@8284
   431
  year=1975}
paulson@8284
   432
paulson@8284
   433
@Article{korf85,
paulson@8284
   434
  author	= {R. E. Korf},
paulson@8284
   435
  title		= {Depth-First Iterative-Deepening: an Optimal Admissible
paulson@8284
   436
		 Tree Search},
paulson@8284
   437
  journal	= AI,
paulson@8284
   438
  year		= 1985,
paulson@8284
   439
  volume	= 27,
paulson@8284
   440
  pages		= {97-109}}
nipkow@6607
   441
paulson@6592
   442
@Book{kunen80,
paulson@6592
   443
  author	= {Kenneth Kunen},
paulson@6592
   444
  title		= {Set Theory: An Introduction to Independence Proofs},
paulson@6592
   445
  publisher	= NH,
paulson@6592
   446
  year		= 1980}
paulson@6592
   447
paulson@6592
   448
%M
paulson@6592
   449
paulson@6592
   450
@Article{mw81,
paulson@6592
   451
  author	= {Zohar Manna and Richard Waldinger},
paulson@6592
   452
  title		= {Deductive Synthesis of the Unification Algorithm},
paulson@6592
   453
  journal	= SCP,
paulson@6592
   454
  year		= 1981,
paulson@6592
   455
  volume	= 1,
paulson@6592
   456
  number	= 1,
paulson@6592
   457
  pages		= {5-48}}
paulson@6592
   458
paulson@6592
   459
@InProceedings{martin-nipkow,
paulson@6592
   460
  author	= {Ursula Martin and Tobias Nipkow},
paulson@6592
   461
  title		= {Ordered Rewriting and Confluence},
paulson@6592
   462
  crossref	= {cade10},
paulson@6592
   463
  pages		= {366-380}}
paulson@6592
   464
paulson@6592
   465
@book{martinlof84,
paulson@6592
   466
  author	= {Per Martin-L\"of},
paulson@6592
   467
  title		= {Intuitionistic type theory},
paulson@6592
   468
  year		= 1984,
paulson@6592
   469
  publisher	= {Bibliopolis}}
paulson@6592
   470
paulson@6592
   471
@incollection{melham89,
paulson@6592
   472
  author	= {Thomas F. Melham},
paulson@6592
   473
  title		= {Automating Recursive Type Definitions in Higher Order
paulson@6592
   474
		 Logic}, 
paulson@6592
   475
  pages		= {341-386},
paulson@6592
   476
  crossref	= {birtwistle89}}
paulson@6592
   477
paulson@6592
   478
@Article{miller-mixed,
paulson@6592
   479
  Author	= {Dale Miller},
paulson@6592
   480
  Title		= {Unification Under a Mixed Prefix},
paulson@6592
   481
  journal	= JSC,
paulson@6592
   482
  volume	= 14,
paulson@6592
   483
  number	= 4,
paulson@6592
   484
  pages		= {321-358},
paulson@6592
   485
  Year		= 1992}
paulson@6592
   486
paulson@6592
   487
@Article{milner78,
paulson@6592
   488
  author	= {Robin Milner},
paulson@6592
   489
  title		= {A Theory of Type Polymorphism in Programming},
paulson@6592
   490
  journal	= "J. Comp.\ Sys.\ Sci.",
paulson@6592
   491
  year		= 1978,
paulson@6592
   492
  volume	= 17,
paulson@6592
   493
  pages		= {348-375}}
paulson@6592
   494
paulson@6592
   495
@TechReport{milner-ind,
paulson@6592
   496
  author	= {Robin Milner},
paulson@6592
   497
  title		= {How to Derive Inductions in {LCF}},
paulson@6592
   498
  institution	= Edinburgh,
paulson@6592
   499
  year		= 1980,
paulson@6592
   500
  type		= {note}}
paulson@6592
   501
paulson@6592
   502
@Article{milner-coind,
paulson@6592
   503
  author	= {Robin Milner and Mads Tofte},
paulson@6592
   504
  title		= {Co-induction in Relational Semantics},
paulson@6592
   505
  journal	= TCS,
paulson@6592
   506
  year		= 1991,
paulson@6592
   507
  volume	= 87,
paulson@6592
   508
  pages		= {209-220}}
paulson@6592
   509
paulson@6592
   510
@Book{milner89,
paulson@6592
   511
  author	= {Robin Milner},
paulson@6592
   512
  title		= {Communication and Concurrency},
paulson@6592
   513
  publisher	= Prentice,
paulson@6592
   514
  year		= 1989}
paulson@6592
   515
paulson@6592
   516
@PhdThesis{monahan84,
paulson@6592
   517
  author	= {Brian Q. Monahan},
paulson@6592
   518
  title		= {Data Type Proofs using Edinburgh {LCF}},
paulson@6592
   519
  school	= {University of Edinburgh},
paulson@6592
   520
  year		= 1984}
paulson@6592
   521
nipkow@6607
   522
@article{MuellerNvOS99,
nipkow@6607
   523
author=
wenzelm@6745
   524
{Olaf M\"uller and Tobias Nipkow and Oheimb, David von and Oscar Slotosch},
nipkow@6607
   525
title={{HOLCF = HOL + LCF}},journal=JFP,year=1999}
nipkow@6607
   526
wenzelm@9599
   527
@Manual{Muzalewski:Mizar,
wenzelm@9599
   528
  title = 	 {An Outline of {PC} {Mizar}},
wenzelm@9599
   529
  author =	 {Micha{\l} Muzalewski},
wenzelm@9599
   530
  organization = {Fondation of Logic, Mathematics and Informatics
wenzelm@9599
   531
                  --- Mizar Users Group},
wenzelm@9599
   532
  year =	 1993,
wenzelm@9599
   533
  note =	 {\url{http://www.cs.kun.nl/~freek/mizar/mizarmanual.ps.gz}}
wenzelm@9599
   534
}
wenzelm@9599
   535
paulson@6592
   536
%N
paulson@6592
   537
paulson@6592
   538
@InProceedings{NaraschewskiW-TPHOLs98,
paulson@6592
   539
  author	= {Wolfgang Naraschewski and Markus Wenzel},
paulson@6592
   540
  title		= 
wenzelm@7041
   541
{Object-Oriented Verification based on Record Subtyping in
wenzelm@7041
   542
                  Higher-Order Logic},
wenzelm@7041
   543
  crossref      = {tphols98}}
paulson@6592
   544
paulson@6592
   545
@inproceedings{nazareth-nipkow,
paulson@6592
   546
  author	= {Dieter Nazareth and Tobias Nipkow},
paulson@6592
   547
  title		= {Formal Verification of Algorithm {W}: The Monomorphic Case},
paulson@6592
   548
  crossref	= {tphols96},
paulson@6592
   549
  pages		= {331-345},
paulson@6592
   550
  year		= 1996}
paulson@6592
   551
paulson@6592
   552
@inproceedings{nipkow-W,
paulson@6592
   553
  author	= {Wolfgang Naraschewski and Tobias Nipkow},
paulson@6592
   554
  title		= {Type Inference Verified: Algorithm {W} in {Isabelle/HOL}},
paulson@6592
   555
  booktitle	= {Types for Proofs and Programs: Intl. Workshop TYPES '96},
paulson@6592
   556
  editor	= {E. Gim\'enez and C. Paulin-Mohring},
paulson@6592
   557
  publisher	= Springer,
paulson@6592
   558
  series	= LNCS,
paulson@6592
   559
  volume	= 1512,
paulson@6592
   560
  pages		= {317-332},
paulson@6592
   561
  year		= 1998}
paulson@6592
   562
wenzelm@8892
   563
@InCollection{nipkow-sorts93,
wenzelm@8892
   564
  author = 	 {T. Nipkow},
wenzelm@8892
   565
  title = 	 {Order-Sorted Polymorphism in {Isabelle}},
wenzelm@8892
   566
  booktitle = 	 {Logical Environments},
wenzelm@8892
   567
  publisher =	 CUP,
wenzelm@8892
   568
  year =	 1993,
wenzelm@8892
   569
  editor =	 {G. Huet and G. Plotkin},
wenzelm@8892
   570
  pages =	 {164--188}
wenzelm@8892
   571
}
wenzelm@8892
   572
wenzelm@8892
   573
@Misc{nipkow-types93,
wenzelm@8892
   574
  author =	 {Tobias Nipkow},
wenzelm@8892
   575
  title =	 {Axiomatic Type Classes (in {I}sabelle)},
wenzelm@8892
   576
  howpublished = {Presentation at the workshop \emph{Types for Proof and Programs}, Nijmegen},
wenzelm@8892
   577
  year =	 1993
wenzelm@8892
   578
}
wenzelm@8892
   579
paulson@6592
   580
@inproceedings{Nipkow-CR,
paulson@6592
   581
  author	= {Tobias Nipkow},
paulson@6592
   582
  title		= {More {Church-Rosser} Proofs (in {Isabelle/HOL})},
paulson@6592
   583
  booktitle	= {Automated Deduction --- CADE-13},
paulson@6592
   584
  editor	= {M. McRobbie and J.K. Slaney},
paulson@6592
   585
  publisher	= Springer,
paulson@6592
   586
  series	= LNCS,
paulson@6592
   587
  volume	= 1104,
paulson@6592
   588
  pages		= {733-747},
paulson@6592
   589
  year		= 1996}
paulson@6592
   590
paulson@6592
   591
% WAS Nipkow-LICS-93
paulson@6592
   592
@InProceedings{nipkow-patterns,
paulson@6592
   593
  title		= {Functional Unification of Higher-Order Patterns},
paulson@6592
   594
  author	= {Tobias Nipkow},
paulson@6592
   595
  pages		= {64-74},
paulson@6592
   596
  crossref	= {lics8},
wenzelm@6745
   597
  url		= {\url{ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/lics93.html}},
paulson@6592
   598
  keywords	= {unification}}
paulson@6592
   599
paulson@6592
   600
@article{nipkow-IMP,
paulson@6592
   601
  author	= {Tobias Nipkow},
paulson@6592
   602
  title		= {Winskel is (almost) Right: Towards a Mechanized Semantics Textbook},
paulson@6592
   603
  journal	= FAC,
paulson@6592
   604
  volume	= 10,
paulson@6592
   605
  pages		= {171-186},
paulson@6592
   606
  year		= 1998}
paulson@6592
   607
nipkow@6607
   608
@manual{isabelle-HOL,
nipkow@6607
   609
  author	= {Tobias Nipkow and Lawrence C. Paulson and Markus Wenzel},
nipkow@6607
   610
  title		= {{Isabelle}'s Logics: {HOL}},
nipkow@6607
   611
  institution	= {Institut f\"ur Informatik, Technische Universi\"at
wenzelm@8892
   612
                  M\"unchen and Computer Laboratory, University of Cambridge},
wenzelm@8892
   613
  note          = {\url{http://isabelle.in.tum.de/doc/logics-HOL.pdf}}}
nipkow@6607
   614
paulson@6592
   615
@article{nipkow-prehofer,
paulson@6592
   616
  author	= {Tobias Nipkow and Christian Prehofer},
paulson@6592
   617
  title		= {Type Reconstruction for Type Classes},
paulson@6592
   618
  journal	= JFP,
paulson@6592
   619
  volume	= 5,
paulson@6592
   620
  number	= 2,
paulson@6592
   621
  year		= 1995,
paulson@6592
   622
  pages		= {201-224}}
paulson@6592
   623
paulson@6592
   624
@Article{noel,
paulson@6592
   625
  author	= {Philippe No{\"e}l},
paulson@6592
   626
  title		= {Experimenting with {Isabelle} in {ZF} Set Theory},
paulson@6592
   627
  journal	= JAR,
paulson@6592
   628
  volume	= 10,
paulson@6592
   629
  number	= 1,
paulson@6592
   630
  pages		= {15-58},
paulson@6592
   631
  year		= 1993}
paulson@6592
   632
paulson@6592
   633
@book{nordstrom90,
paulson@6592
   634
  author	= {Bengt {Nordstr\"om} and Kent Petersson and Jan Smith},
paulson@6592
   635
  title		= {Programming in {Martin-L\"of}'s Type Theory.  An
paulson@6592
   636
		 Introduction}, 
paulson@6592
   637
  publisher	= {Oxford University Press}, 
paulson@6592
   638
  year		= 1990}
paulson@6592
   639
paulson@6592
   640
%O
paulson@6592
   641
paulson@6592
   642
@Manual{pvs-language,
paulson@6592
   643
  title		= {The {PVS} specification language},
paulson@6592
   644
  author	= {S. Owre and N. Shankar and J. M. Rushby},
paulson@6592
   645
  organization	= {Computer Science Laboratory, SRI International},
paulson@6592
   646
  address	= {Menlo Park, CA},
wenzelm@6745
   647
  note          = {Beta release},
paulson@6592
   648
  year		= 1993,
paulson@6592
   649
  month		= apr,
wenzelm@6619
   650
  url		= {\url{http://www.csl.sri.com/reports/pvs-language.dvi.Z}}}
paulson@6592
   651
paulson@6592
   652
%P
paulson@6592
   653
paulson@6592
   654
% replaces paulin92
paulson@6592
   655
@InProceedings{paulin-tlca,
paulson@6592
   656
  author	= {Christine Paulin-Mohring},
paulson@6592
   657
  title		= {Inductive Definitions in the System {Coq}: Rules and
paulson@6592
   658
		 Properties},
paulson@6592
   659
  crossref	= {tlca93},
paulson@6592
   660
  pages		= {328-345}}
paulson@6592
   661
paulson@6592
   662
@InProceedings{paulson-CADE,
paulson@6592
   663
  author	= {Lawrence C. Paulson},
paulson@6592
   664
  title		= {A Fixedpoint Approach to Implementing (Co)Inductive
paulson@6592
   665
		  Definitions},
paulson@6592
   666
  pages		= {148-161},
paulson@6592
   667
  crossref	= {cade12}}
paulson@6592
   668
paulson@6592
   669
@InProceedings{paulson-COLOG,
paulson@6592
   670
  author	= {Lawrence C. Paulson},
paulson@6592
   671
  title		= {A Formulation of the Simple Theory of Types (for
paulson@6592
   672
		 {Isabelle})}, 
paulson@6592
   673
  pages		= {246-274},
paulson@6592
   674
  crossref	= {colog88},
wenzelm@6619
   675
  url		= {\url{http://www.cl.cam.ac.uk/Research/Reports/TR175-lcp-simple.dvi.gz}}}
paulson@6592
   676
paulson@6592
   677
@Article{paulson-coind,
paulson@6592
   678
  author	= {Lawrence C. Paulson},
paulson@6592
   679
  title		= {Mechanizing Coinduction and Corecursion in Higher-Order
paulson@6592
   680
		  Logic},
paulson@6592
   681
  journal	= JLC,
paulson@6592
   682
  year		= 1997,
paulson@6592
   683
  volume	= 7,
paulson@6592
   684
  number	= 2,
paulson@6592
   685
  month		= mar,
paulson@6592
   686
  pages		= {175-204}}
paulson@6592
   687
paulson@6613
   688
@manual{isabelle-ref,
paulson@6613
   689
  author	= {Lawrence C. Paulson},
paulson@6613
   690
  title		= {The {Isabelle} Reference Manual},
wenzelm@8892
   691
  institution	= CUCL,
wenzelm@8892
   692
  note          = {\url{http://isabelle.in.tum.de/doc/ref.pdf}}}
nipkow@6607
   693
nipkow@6607
   694
@manual{isabelle-ZF,
paulson@6592
   695
  author	= {Lawrence C. Paulson},
paulson@6592
   696
  title		= {{Isabelle}'s Logics: {FOL} and {ZF}},
wenzelm@8892
   697
  institution	= CUCL,
wenzelm@8892
   698
  note          = {\url{http://isabelle.in.tum.de/doc/logics-ZF.pdf}}}
paulson@6592
   699
paulson@6592
   700
@article{paulson-found,
paulson@6592
   701
  author	= {Lawrence C. Paulson},
paulson@6592
   702
  title		= {The Foundation of a Generic Theorem Prover},
paulson@6592
   703
  journal	= JAR,
paulson@6592
   704
  volume	= 5,
paulson@6592
   705
  number	= 3,
paulson@6592
   706
  pages		= {363-397},
paulson@6592
   707
  year		= 1989,
wenzelm@6619
   708
  url		= {\url{http://www.cl.cam.ac.uk/Research/Reports/TR130-lcp-generic-theorem-prover.dvi.gz}}}
paulson@6592
   709
paulson@6592
   710
%replaces paulson-final
paulson@6592
   711
@Article{paulson-mscs,
paulson@6592
   712
  author	= {Lawrence C. Paulson},
paulson@7991
   713
  title = 	 {Final Coalgebras as Greatest Fixed Points 
paulson@7991
   714
                  in {ZF} Set Theory},
paulson@6592
   715
  journal	= {Mathematical Structures in Computer Science},
paulson@6592
   716
  year		= 1999,
paulson@6592
   717
  volume	= 9,
paulson@6592
   718
  note		= {in press}}
paulson@6592
   719
paulson@6592
   720
@InCollection{paulson-generic,
paulson@6592
   721
  author	= {Lawrence C. Paulson},
paulson@6592
   722
  title		= {Generic Automatic Proof Tools},
paulson@6592
   723
  crossref	= {wos-fest},
paulson@6592
   724
  chapter	= 3}
paulson@6592
   725
paulson@6592
   726
@Article{paulson-gr,
paulson@6592
   727
  author	= {Lawrence C. Paulson and Krzysztof Gr\c{a}bczewski},
paulson@6592
   728
  title		= {Mechanizing Set Theory: Cardinal Arithmetic and the Axiom of
paulson@6592
   729
		  Choice},
paulson@6592
   730
  journal	= JAR,
paulson@6592
   731
  year		= 1996,
paulson@6592
   732
  volume	= 17,
paulson@6592
   733
  number	= 3,
paulson@6592
   734
  month		= dec,
paulson@6592
   735
  pages		= {291-323}}
paulson@6592
   736
paulson@6592
   737
@InCollection{paulson-handbook,
paulson@6592
   738
  author	= {Lawrence C. Paulson},
paulson@6592
   739
  title		= {Designing a Theorem Prover},
paulson@6592
   740
  crossref	= {handbk-lics2},
paulson@6592
   741
  pages		= {415-475}}
paulson@6592
   742
paulson@6592
   743
@Book{paulson-isa-book,
paulson@6592
   744
  author	= {Lawrence C. Paulson},
paulson@6592
   745
  title		= {Isabelle: A Generic Theorem Prover},
paulson@6592
   746
  publisher	= {Springer},
paulson@6592
   747
  year		= 1994,
paulson@6592
   748
  note		= {LNCS 828}}
paulson@6592
   749
paulson@6592
   750
@InCollection{paulson-markt,
paulson@6592
   751
  author	= {Lawrence C. Paulson},
paulson@6592
   752
  title		= {Tool Support for Logics of Programs},
paulson@6592
   753
  booktitle	= {Mathematical Methods in Program Development:
paulson@6592
   754
                  Summer School Marktoberdorf 1996},
paulson@6592
   755
  publisher	= {Springer},
paulson@6592
   756
  pages		= {461-498},
paulson@6592
   757
  year		= {Published 1997},
paulson@6592
   758
  editor	= {Manfred Broy},
paulson@6592
   759
  series	= {NATO ASI Series F}}
paulson@6592
   760
paulson@6592
   761
%replaces Paulson-ML and paulson91
paulson@6592
   762
@book{paulson-ml2,
paulson@6592
   763
  author	= {Lawrence C. Paulson},
paulson@6592
   764
  title		= {{ML} for the Working Programmer},
paulson@6592
   765
  year		= 1996,
paulson@6592
   766
  edition	= {2nd},
paulson@6592
   767
  publisher	= CUP}
paulson@6592
   768
paulson@6592
   769
@article{paulson-natural,
paulson@6592
   770
  author	= {Lawrence C. Paulson},
paulson@6592
   771
  title		= {Natural Deduction as Higher-order Resolution},
paulson@6592
   772
  journal	= JLP,
paulson@6592
   773
  volume	= 3,
paulson@6592
   774
  pages		= {237-258},
paulson@6592
   775
  year		= 1986,
wenzelm@6619
   776
  url		= {\url{http://www.cl.cam.ac.uk/Research/Reports/TR82-lcp-higher-order-resolution.dvi.gz}}}
paulson@6592
   777
paulson@6592
   778
@Article{paulson-set-I,
paulson@6592
   779
  author	= {Lawrence C. Paulson},
paulson@6592
   780
  title		= {Set Theory for Verification: {I}.  {From}
paulson@6592
   781
		 Foundations to Functions},
paulson@6592
   782
  journal	= JAR,
paulson@6592
   783
  volume	= 11,
paulson@6592
   784
  number	= 3,
paulson@6592
   785
  pages		= {353-389},
paulson@6592
   786
  year		= 1993,
wenzelm@6745
   787
  url		= {\url{ftp://ftp.cl.cam.ac.uk/ml/set-I.ps.gz}}}
paulson@6592
   788
paulson@6592
   789
@Article{paulson-set-II,
paulson@6592
   790
  author	= {Lawrence C. Paulson},
paulson@6592
   791
  title		= {Set Theory for Verification: {II}.  {Induction} and
paulson@6592
   792
		 Recursion},
paulson@6592
   793
  journal	= JAR,
paulson@6592
   794
  volume	= 15,
paulson@6592
   795
  number	= 2,
paulson@6592
   796
  pages		= {167-215},
paulson@6592
   797
  year		= 1995,
wenzelm@6619
   798
  url		= {\url{http://www.cl.cam.ac.uk/Research/Reports/TR312-lcp-set-II.ps.gz}}}
paulson@6592
   799
paulson@6592
   800
@article{paulson85,
paulson@6592
   801
  author	= {Lawrence C. Paulson},
paulson@6592
   802
  title		= {Verifying the Unification Algorithm in {LCF}},
paulson@6592
   803
  journal	= SCP,
paulson@6592
   804
  volume	= 5,
paulson@6592
   805
  pages		= {143-170},
paulson@6592
   806
  year		= 1985}
paulson@6592
   807
paulson@6592
   808
%replqces Paulson-LCF
paulson@6592
   809
@book{paulson87,
paulson@6592
   810
  author	= {Lawrence C. Paulson},
paulson@6592
   811
  title		= {Logic and Computation: Interactive proof with Cambridge
paulson@6592
   812
		 LCF}, 
paulson@6592
   813
  year		= 1987,
paulson@6592
   814
  publisher	= CUP}
paulson@6592
   815
paulson@6592
   816
@incollection{paulson700,
paulson@6592
   817
  author	= {Lawrence C. Paulson},
paulson@6592
   818
  title		= {{Isabelle}: The Next 700 Theorem Provers},
paulson@6592
   819
  crossref	= {odifreddi90},
paulson@6592
   820
  pages		= {361-386},
wenzelm@6619
   821
  url		= {\url{http://www.cl.cam.ac.uk/Research/Reports/TR143-lcp-experience.dvi.gz}}}
paulson@6592
   822
paulson@6592
   823
% replaces paulson-ns and paulson-security
paulson@6592
   824
@Article{paulson-jcs,
paulson@6592
   825
  author	= {Lawrence C. Paulson},
paulson@6592
   826
  title		= {The Inductive Approach to Verifying Cryptographic Protocols},
paulson@6592
   827
  journal	= JCS,
paulson@6592
   828
  year		= 1998,
paulson@6592
   829
  volume	= 6,
paulson@6592
   830
  pages		= {85-128}}
paulson@6592
   831
paulson@6592
   832
@article{pelletier86,
paulson@6592
   833
  author	= {F. J. Pelletier},
paulson@6592
   834
  title		= {Seventy-five Problems for Testing Automatic Theorem
paulson@6592
   835
		 Provers}, 
paulson@6592
   836
  journal	= JAR,
paulson@6592
   837
  volume	= 2,
paulson@6592
   838
  pages		= {191-216},
paulson@6592
   839
  year		= 1986,
paulson@6592
   840
  note		= {Errata, JAR 4 (1988), 235--236 and JAR 18 (1997), 135}}
paulson@6592
   841
paulson@6592
   842
@Article{pitts94,  
paulson@6592
   843
  author	= {Andrew M. Pitts},
paulson@6592
   844
  title		= {A Co-induction Principle for Recursively Defined Domains},
paulson@6592
   845
  journal	= TCS,
paulson@6592
   846
  volume	= 124, 
paulson@6592
   847
  pages		= {195-219},
paulson@6592
   848
  year		= 1994} 
paulson@6592
   849
paulson@6592
   850
@Article{plaisted90,
paulson@6592
   851
  author	= {David A. Plaisted},
paulson@6592
   852
  title		= {A Sequent-Style Model Elimination Strategy and a Positive
paulson@6592
   853
		 Refinement},
paulson@6592
   854
  journal	= JAR,
paulson@6592
   855
  year		= 1990,
paulson@6592
   856
  volume	= 6,
paulson@6592
   857
  number	= 4,
paulson@6592
   858
  pages		= {389-402}}
paulson@6592
   859
paulson@6592
   860
%Q
paulson@6592
   861
paulson@6592
   862
@Article{quaife92,
paulson@6592
   863
  author	= {Art Quaife},
paulson@6592
   864
  title		= {Automated Deduction in {von Neumann-Bernays-G\"{o}del} Set
paulson@6592
   865
		 Theory},
paulson@6592
   866
  journal	= JAR,
paulson@6592
   867
  year		= 1992,
paulson@6592
   868
  volume	= 8,
paulson@6592
   869
  number	= 1,
paulson@6592
   870
  pages		= {91-147}}
paulson@6592
   871
paulson@6592
   872
%R
paulson@6592
   873
paulson@6592
   874
@TechReport{rasmussen95,
paulson@6592
   875
  author	= {Ole Rasmussen},
paulson@6592
   876
  title		= {The {Church-Rosser} Theorem in {Isabelle}: A Proof Porting
paulson@6592
   877
		  Experiment},
paulson@6592
   878
  institution	= {Computer Laboratory, University of Cambridge},
paulson@6592
   879
  year		= 1995,
paulson@6592
   880
  number	= 364,
paulson@6592
   881
  month		= may,
wenzelm@6619
   882
  url		= {\url{http://www.cl.cam.ac.uk:80/ftp/papers/reports/TR364-or200-church-rosser-isabelle.ps.gz}}}
paulson@6592
   883
paulson@6592
   884
@Book{reeves90,
paulson@6592
   885
  author	= {Steve Reeves and Michael Clarke},
paulson@6592
   886
  title		= {Logic for Computer Science},
paulson@6592
   887
  publisher	= {Addison-Wesley},
paulson@6592
   888
  year		= 1990}
paulson@6592
   889
wenzelm@7041
   890
@InProceedings{Rudnicki:1992:MizarOverview,
wenzelm@7041
   891
  author = 	 {P. Rudnicki},
wenzelm@7041
   892
  title = 	 {An Overview of the {MIZAR} Project},
wenzelm@7041
   893
  booktitle = 	 {1992 Workshop on Types for Proofs and Programs},
wenzelm@7041
   894
  year =	 1992,
wenzelm@7041
   895
  organization = {Chalmers University of Technology},
wenzelm@7041
   896
  publisher =	 {Bastad}
wenzelm@7041
   897
}
wenzelm@7041
   898
paulson@6592
   899
%S
paulson@6592
   900
paulson@6592
   901
@inproceedings{saaltink-fme,
paulson@6592
   902
  author	= {Mark Saaltink and Sentot Kromodimoeljo and Bill Pase and
paulson@6592
   903
		 Dan Craigen and Irwin Meisels},
paulson@6592
   904
  title		= {An {EVES} Data Abstraction Example}, 
paulson@6592
   905
  pages		= {578-596},
paulson@6592
   906
  crossref	= {fme93}}
paulson@6592
   907
paulson@6592
   908
@inproceedings{slind-tfl,
paulson@6592
   909
  author	= {Konrad Slind},
paulson@6592
   910
  title		= {Function Definition in Higher Order Logic},
paulson@6592
   911
  booktitle	= {Theorem Proving in Higher Order Logics},
paulson@6592
   912
  editor	= {J. von Wright and J. Grundy and J. Harrison},
paulson@6592
   913
  publisher	= Springer,
paulson@6592
   914
  series	= LNCS,
paulson@6592
   915
  volume	= 1125,
paulson@6592
   916
  pages		= {381-397},
paulson@6592
   917
  year		= 1996}
paulson@6592
   918
paulson@6592
   919
@book{suppes72,
paulson@6592
   920
  author	= {Patrick Suppes},
paulson@6592
   921
  title		= {Axiomatic Set Theory},
paulson@6592
   922
  year		= 1972,
paulson@6592
   923
  publisher	= {Dover}}
paulson@6592
   924
paulson@6592
   925
@InCollection{szasz93,
paulson@6592
   926
  author	= {Nora Szasz},
paulson@6592
   927
  title		= {A Machine Checked Proof that {Ackermann's} Function is not
paulson@6592
   928
		  Primitive Recursive},
paulson@6592
   929
  crossref	= {huet-plotkin93},
paulson@6592
   930
  pages		= {317-338}}
paulson@6592
   931
wenzelm@7041
   932
@TechReport{Syme:1997:DECLARE,
wenzelm@7041
   933
  author = 	 {D. Syme},
wenzelm@7041
   934
  title = 	 {{DECLARE}: A Prototype Declarative Proof System for Higher Order Logic},
wenzelm@7041
   935
  institution =  {University of Cambridge Computer Laboratory},
wenzelm@7041
   936
  year = 	 1997,
wenzelm@7041
   937
  number =	 416
wenzelm@7041
   938
}
wenzelm@7041
   939
wenzelm@7041
   940
@PhdThesis{Syme:1998:thesis,
wenzelm@7041
   941
  author = 	 {D. Syme},
wenzelm@7041
   942
  title = 	 {Declarative Theorem Proving for Operational Semantics},
wenzelm@7041
   943
  school = 	 {University of Cambridge},
wenzelm@7041
   944
  year = 	 1998,
wenzelm@7041
   945
  note =	 {Submitted}
wenzelm@7041
   946
}
wenzelm@7041
   947
wenzelm@7041
   948
@InProceedings{Syme:1999:TPHOL,
wenzelm@7041
   949
  author = 	 {D. Syme},
wenzelm@7041
   950
  title = 	 {Three Tactic Theorem Proving},
wenzelm@7041
   951
  crossref =     {tphols99}}
wenzelm@7041
   952
paulson@6592
   953
%T
paulson@6592
   954
paulson@6592
   955
@book{takeuti87,
paulson@6592
   956
  author	= {G. Takeuti},
paulson@6592
   957
  title		= {Proof Theory},
paulson@6592
   958
  year		= 1987,
paulson@6592
   959
  publisher	= NH,
paulson@6592
   960
  edition	= {2nd}}
paulson@6592
   961
paulson@6592
   962
@Book{thompson91,
paulson@6592
   963
  author	= {Simon Thompson},
paulson@6592
   964
  title		= {Type Theory and Functional Programming},
paulson@6592
   965
  publisher	= {Addison-Wesley},
paulson@6592
   966
  year		= 1991}
paulson@6592
   967
wenzelm@7041
   968
@Unpublished{Trybulec:1993:MizarFeatures,
wenzelm@7041
   969
  author = 	 {A. Trybulec},
wenzelm@7041
   970
  title = 	 {Some Features of the {Mizar} Language},
wenzelm@7041
   971
  note = 	 {Presented at a workshop in Turin, Italy},
wenzelm@7041
   972
  year =	 1993
wenzelm@7041
   973
}
wenzelm@7041
   974
paulson@6592
   975
%V
paulson@6592
   976
paulson@6592
   977
@Unpublished{voelker94,
paulson@6592
   978
  author	= {Norbert V\"olker},
paulson@6592
   979
  title		= {The Verification of a Timer Program using {Isabelle/HOL}},
wenzelm@6745
   980
  url		= {\url{ftp://ftp.fernuni-hagen.de/pub/fachb/et/dvt/projects/verification/timer.tar.gz}},
paulson@6592
   981
  year		= 1994,
paulson@6592
   982
  month		= aug}
paulson@6592
   983
paulson@6592
   984
%W
paulson@6592
   985
wenzelm@8505
   986
@Misc{x-symbol,
wenzelm@8505
   987
  author =	 {Christoph Wedler},
wenzelm@8505
   988
  title =	 {Emacs package ``{X-Symbol}''},
wenzelm@8505
   989
  note =	 {\url{http://www.fmi.uni-passau.de/~wedler/x-symbol/}}
wenzelm@8505
   990
}
wenzelm@8505
   991
wenzelm@7858
   992
@manual{isabelle-sys,
wenzelm@7858
   993
  author	= {Markus Wenzel and Stefan Berghofer},
wenzelm@7858
   994
  title		= {The {Isabelle} System Manual},
wenzelm@8892
   995
  institution	= {TU Munich},
wenzelm@8892
   996
  note          = {\url{http://isabelle.in.tum.de/doc/system.pdf}}}
wenzelm@7858
   997
wenzelm@7858
   998
@manual{isabelle-isar-ref,
wenzelm@7858
   999
  author	= {Markus Wenzel},
wenzelm@7966
  1000
  title		= {The {Isabelle/Isar} Reference Manual},
wenzelm@8892
  1001
  institution	= {TU Munich},
wenzelm@8892
  1002
  note          = {\url{http://isabelle.in.tum.de/doc/isar-ref.pdf}}}
wenzelm@8892
  1003
wenzelm@8892
  1004
@manual{isabelle-axclass,
wenzelm@8892
  1005
  author	= {Markus Wenzel},
wenzelm@8892
  1006
  title		= {Using Axiomatic Type Classes in {I}sabelle},
wenzelm@8892
  1007
  institution	= {TU Munich},
wenzelm@9567
  1008
  year          = 2000,
wenzelm@8892
  1009
  note          = {\url{http://isabelle.in.tum.de/doc/axclass.pdf}}}
wenzelm@7858
  1010
wenzelm@7858
  1011
wenzelm@7041
  1012
@InProceedings{Wenzel:1999:TPHOL,
wenzelm@7041
  1013
  author = 	 {Markus Wenzel},
wenzelm@7041
  1014
  title = 	 {{Isar} --- a Generic Interpretative Approach to Readable Formal Proof Documents},
wenzelm@7041
  1015
  crossref =     {tphols99}}
wenzelm@6624
  1016
wenzelm@6624
  1017
@InProceedings{Wenzel:1997:TPHOL,
wenzelm@6624
  1018
  author = 	 {Markus Wenzel},
wenzelm@6624
  1019
  title = 	 {Type Classes and Overloading in Higher-Order Logic},
wenzelm@7041
  1020
  crossref =     {tphols97}}
wenzelm@7041
  1021
wenzelm@7041
  1022
wenzelm@6624
  1023
paulson@6592
  1024
@book{principia,
paulson@6592
  1025
  author	= {A. N. Whitehead and B. Russell},
paulson@6592
  1026
  title		= {Principia Mathematica},
paulson@6592
  1027
  year		= 1962,
paulson@6592
  1028
  publisher	= CUP, 
paulson@6592
  1029
  note		= {Paperback edition to *56,
paulson@6592
  1030
  abridged from the 2nd edition (1927)}}
paulson@6592
  1031
wenzelm@9599
  1032
@Misc{Wiedijk:1999:Mizar,
wenzelm@9599
  1033
  author =	 {Freek Wiedijk},
wenzelm@9599
  1034
  title =	 {Mizar: An Impression},
wenzelm@9599
  1035
  howpublished = {Unpublished paper},
wenzelm@9599
  1036
  year =         1999,
wenzelm@9599
  1037
  note =	 {\url{http://www.cs.kun.nl/~freek/mizar/mizarintro.ps.gz}}
wenzelm@9599
  1038
}
wenzelm@9599
  1039
wenzelm@9599
  1040
@Misc{Wiedijk:2000:MV,
wenzelm@9599
  1041
  author =	 {Freek Wiedijk},
wenzelm@9599
  1042
  title =	 {The Mathematical Vernacular},
wenzelm@9599
  1043
  howpublished = {Unpublished paper},
wenzelm@9599
  1044
  year =         2000,
wenzelm@9599
  1045
  note =	 {\url{http://www.cs.kun.nl/~freek/notes/mv.ps.gz}}
wenzelm@9599
  1046
}
wenzelm@9599
  1047
paulson@6592
  1048
@book{winskel93,
paulson@6592
  1049
  author	= {Glynn Winskel},
paulson@6592
  1050
  title		= {The Formal Semantics of Programming Languages},
paulson@6592
  1051
  publisher	= MIT,year=1993}
paulson@6592
  1052
paulson@6592
  1053
@InCollection{wos-bledsoe,
paulson@6592
  1054
  author	= {Larry Wos},
paulson@6592
  1055
  title		= {Automated Reasoning and {Bledsoe's} Dream for the Field},
paulson@6592
  1056
  crossref	= {bledsoe-fest},
paulson@6592
  1057
  pages		= {297-342}}
paulson@6592
  1058
wenzelm@7989
  1059
@InProceedings{Zammit:1999:TPHOL,
wenzelm@7989
  1060
  author = 	 {Vincent Zammit},
wenzelm@7989
  1061
  title = 	 {On the Implementation of an Extensible Declarative Proof Language},
wenzelm@7989
  1062
  crossref =     {tphols99}}
wenzelm@7989
  1063
wenzelm@7989
  1064
%Z
wenzelm@7989
  1065
paulson@6592
  1066
paulson@6592
  1067
% CROSS REFERENCES
paulson@6592
  1068
paulson@6592
  1069
@book{handbk-lics2,
paulson@6592
  1070
  editor	= {S. Abramsky and D. M. Gabbay and T. S. E. Maibaum},
paulson@6592
  1071
  title		= {Handbook of Logic in Computer Science},
paulson@6592
  1072
  booktitle	= {Handbook of Logic in Computer Science},
paulson@6592
  1073
  publisher	= {Oxford University Press},
paulson@6592
  1074
  year		= 1992,
paulson@6592
  1075
  volume	= 2}
paulson@6592
  1076
paulson@6592
  1077
@book{types93,
paulson@6592
  1078
  editor	= {Henk Barendregt and Tobias Nipkow},
paulson@6592
  1079
  title		= TYPES # {: International Workshop {TYPES '93}},
paulson@6592
  1080
  booktitle	= TYPES # {: International Workshop {TYPES '93}},
paulson@6592
  1081
  year		= {published 1994},
paulson@6592
  1082
  publisher	= {Springer},
paulson@6592
  1083
  series	= {LNCS 806}}
paulson@6592
  1084
paulson@6613
  1085
@book{barwise-handbk,
paulson@6613
  1086
  editor	= {J. Barwise},
paulson@6613
  1087
  title		= {Handbook of Mathematical Logic},
paulson@6613
  1088
  booktitle	= {Handbook of Mathematical Logic},
paulson@6613
  1089
  year		= 1977,
paulson@6613
  1090
  publisher	= NH}
paulson@6613
  1091
paulson@6592
  1092
@Proceedings{tlca93,
paulson@6592
  1093
  title		= {Typed Lambda Calculi and Applications},
paulson@6592
  1094
  booktitle	= {Typed Lambda Calculi and Applications},
paulson@6592
  1095
  editor	= {M. Bezem and J.F. Groote},
paulson@6592
  1096
  year		= 1993,
paulson@6592
  1097
  publisher	= {Springer},
paulson@6592
  1098
  series	= {LNCS 664}}
paulson@6592
  1099
paulson@6613
  1100
@book{birtwistle89,
paulson@6613
  1101
  editor	= {Graham Birtwistle and P. A. Subrahmanyam},
paulson@6613
  1102
  title		= {Current Trends in Hardware Verification and Automated
paulson@6613
  1103
		 Theorem Proving}, 
paulson@6613
  1104
  booktitle	= {Current Trends in Hardware Verification and Automated
paulson@6613
  1105
		 Theorem Proving}, 
paulson@6613
  1106
  publisher	= {Springer},
paulson@6613
  1107
  year		= 1989}
paulson@6613
  1108
paulson@6592
  1109
@book{bledsoe-fest,
paulson@6592
  1110
  title		= {Automated Reasoning: Essays in Honor of {Woody Bledsoe}},
paulson@6592
  1111
  booktitle	= {Automated Reasoning: Essays in Honor of {Woody Bledsoe}},
paulson@6592
  1112
  publisher	= {Kluwer Academic Publishers},
paulson@6592
  1113
  year		= 1991,
paulson@6592
  1114
  editor	= {Robert S. Boyer}}
paulson@6592
  1115
paulson@6592
  1116
@Proceedings{cade12,
paulson@6592
  1117
  editor	= {Alan Bundy},
paulson@6592
  1118
  title		= {Automated Deduction --- {CADE}-12 
paulson@6592
  1119
		  International Conference},
paulson@6592
  1120
  booktitle	= {Automated Deduction --- {CADE}-12 
paulson@6592
  1121
		  International Conference},
paulson@6592
  1122
  year		= 1994,
paulson@6592
  1123
  series	= {LNAI 814},
paulson@6592
  1124
  publisher	= {Springer}}
paulson@6592
  1125
paulson@6592
  1126
@book{types94,
paulson@6592
  1127
  editor	= {Peter Dybjer and Bengt Nordstr{\"om} and Jan Smith},
paulson@6592
  1128
  title		= TYPES # {: International Workshop {TYPES '94}},
paulson@6592
  1129
  booktitle	= TYPES # {: International Workshop {TYPES '94}},
paulson@6592
  1130
  year		= 1995,
paulson@6592
  1131
  publisher	= {Springer},
paulson@6592
  1132
  series	= {LNCS 996}}
paulson@6592
  1133
paulson@6592
  1134
@book{huet-plotkin91,
paulson@6592
  1135
  editor	= {{G\'erard} Huet and Gordon Plotkin},
paulson@6592
  1136
  title		= {Logical Frameworks},
paulson@6592
  1137
  booktitle	= {Logical Frameworks},
paulson@6592
  1138
  publisher	= CUP,
paulson@6592
  1139
  year		= 1991}
paulson@6592
  1140
paulson@6613
  1141
@book{huet-plotkin93,
paulson@6613
  1142
  editor	= {{G\'erard} Huet and Gordon Plotkin},
paulson@6613
  1143
  title		= {Logical Environments},
paulson@6613
  1144
  booktitle	= {Logical Environments},
paulson@6613
  1145
  publisher	= CUP,
paulson@6613
  1146
  year		= 1993}
paulson@6613
  1147
paulson@6613
  1148
@Proceedings{hug93,
paulson@6613
  1149
  editor	= {J. Joyce and C. Seger},
paulson@6613
  1150
  title		= {Higher Order Logic Theorem Proving and Its
paulson@6613
  1151
		  Applications: HUG '93},
paulson@6613
  1152
  booktitle	= {Higher Order Logic Theorem Proving and Its
paulson@6613
  1153
		  Applications: HUG '93},
paulson@6613
  1154
  year		= {Published 1994},
paulson@6613
  1155
  publisher	= {Springer},
paulson@6613
  1156
  series	= {LNCS 780}}
paulson@6613
  1157
paulson@6592
  1158
@proceedings{colog88,
paulson@6592
  1159
  editor	= {P. Martin-L\"of and G. Mints},
paulson@6592
  1160
  title		= {COLOG-88: International Conference on Computer Logic},
paulson@6592
  1161
  booktitle	= {COLOG-88: International Conference on Computer Logic},
paulson@6592
  1162
  year		= {Published 1990},
paulson@6592
  1163
  publisher	= {Springer},
paulson@6592
  1164
  organization	= {Estonian Academy of Sciences},
paulson@6592
  1165
  address	= {Tallinn},
paulson@6592
  1166
  series	= {LNCS 417}}
paulson@6592
  1167
paulson@6592
  1168
@book{odifreddi90,
paulson@6592
  1169
  editor	= {P. Odifreddi},
paulson@6592
  1170
  title		= {Logic and Computer Science},
paulson@6592
  1171
  booktitle	= {Logic and Computer Science},
paulson@6592
  1172
  publisher	= {Academic Press},
paulson@6592
  1173
  year		= 1990}
paulson@6592
  1174
paulson@6592
  1175
@proceedings{extensions91,
paulson@6592
  1176
  editor	= {Peter Schroeder-Heister},
paulson@6592
  1177
  title		= {Extensions of Logic Programming},
paulson@6592
  1178
  booktitle	= {Extensions of Logic Programming},
paulson@6592
  1179
  year		= 1991,
paulson@6592
  1180
  series	= {LNAI 475}, 
paulson@6592
  1181
  publisher	= {Springer}}
paulson@6592
  1182
paulson@6592
  1183
@proceedings{cade10,
paulson@6592
  1184
  editor	= {Mark E. Stickel},
paulson@6592
  1185
  title		= {10th } # CADE,
paulson@6592
  1186
  booktitle	= {10th } # CADE,
paulson@6592
  1187
  year		= 1990,
paulson@6592
  1188
  publisher	= {Springer},
paulson@6592
  1189
  series	= {LNAI 449}}
paulson@6592
  1190
paulson@6592
  1191
@Proceedings{lics8,
paulson@6592
  1192
  editor	= {M. Vardi},
paulson@6592
  1193
  title		= {Eighth Annual Symposium on Logic in Computer Science},
paulson@6592
  1194
  booktitle	= {Eighth Annual Symposium on Logic in Computer Science},
paulson@6592
  1195
  publisher	= IEEE,
paulson@6592
  1196
  year		= 1993}
paulson@6592
  1197
paulson@6592
  1198
@book{wos-fest,
paulson@6592
  1199
  title		= {Automated Reasoning and its Applications: 
paulson@6592
  1200
			Essays in Honor of {Larry Wos}},
paulson@6592
  1201
  booktitle	= {Automated Reasoning and its Applications: 
paulson@6592
  1202
			Essays in Honor of {Larry Wos}},
paulson@6592
  1203
  publisher	= {MIT Press},
paulson@6592
  1204
  year		= 1997,
paulson@6592
  1205
  editor	= {Robert Veroff}}
paulson@6592
  1206
paulson@6613
  1207
@proceedings{fme93,
paulson@6613
  1208
  editor	= {J. C. P. Woodcock and P. G. Larsen},
paulson@6613
  1209
  title		= {FME '93: Industrial-Strength Formal Methods},
paulson@6613
  1210
  booktitle	= {FME '93: Industrial-Strength Formal Methods},
paulson@6613
  1211
  year		= 1993,
paulson@6613
  1212
  publisher	= {Springer},
paulson@6613
  1213
  series	= {LNCS 670}}
paulson@6613
  1214
paulson@6592
  1215
@Proceedings{tphols96,
paulson@6592
  1216
  title		= {Theorem Proving in Higher Order Logics: {TPHOLs} '96},
paulson@6592
  1217
  booktitle	= {Theorem Proving in Higher Order Logics: {TPHOLs} '96},
paulson@6592
  1218
  editor	= {J. von Wright and J. Grundy and J. Harrison},
paulson@6592
  1219
  series	= {LNCS 1125},
paulson@6592
  1220
  year		= 1996}
paulson@6670
  1221
wenzelm@7041
  1222
@Proceedings{tphols97,
wenzelm@7041
  1223
  title		= {Theorem Proving in Higher Order Logics: {TPHOLs} '97},
wenzelm@7041
  1224
  booktitle	= {Theorem Proving in Higher Order Logics: {TPHOLs} '97},
wenzelm@7041
  1225
  editor	= {Elsa L. Gunter and Amy Felty},
wenzelm@7041
  1226
  series	= {LNCS 1275},
wenzelm@7041
  1227
  year		= 1997}
wenzelm@7041
  1228
wenzelm@7041
  1229
@Proceedings{tphols98,
wenzelm@7041
  1230
  title		= {Theorem Proving in Higher Order Logics: {TPHOLs} '98},
wenzelm@7041
  1231
  booktitle	= {Theorem Proving in Higher Order Logics: {TPHOLs} '98},
wenzelm@7041
  1232
  editor	= {Jim Grundy and Malcom Newey},
wenzelm@7041
  1233
  series	= {LNCS 1479},
wenzelm@7041
  1234
  year		= 1998}
wenzelm@7041
  1235
paulson@6670
  1236
@Proceedings{tphols99,
paulson@6670
  1237
  title		= {Theorem Proving in Higher Order Logics: {TPHOLs} '99},
paulson@6670
  1238
  booktitle	= {Theorem Proving in Higher Order Logics: {TPHOLs} '99},
wenzelm@7350
  1239
  editor	= {Bertot, Y. and Dowek, G. and Hirschowitz, A. and
wenzelm@7350
  1240
                  Paulin, C. and Thery, L.},
wenzelm@7350
  1241
  series	= {LNCS 1690},
paulson@6670
  1242
  year		= 1999}
paulson@6670
  1243