new citation
authornipkow
Sat, 08 Jan 2005 09:30:16 +0100
changeset 15429b08a5eaf22e3
parent 15428 3f1a674b7ec7
child 15430 1e1aeaf1dec3
new citation
doc-src/TutorialI/basics.tex
doc-src/manual.bib
     1.1 --- a/doc-src/TutorialI/basics.tex	Thu Jan 06 05:15:26 2005 +0100
     1.2 +++ b/doc-src/TutorialI/basics.tex	Sat Jan 08 09:30:16 2005 +0100
     1.3 @@ -34,9 +34,10 @@
     1.4  A tutorial is by definition incomplete.  Currently the tutorial only
     1.5  introduces the rudiments of Isar's proof language. To fully exploit the power
     1.6  of Isar, in particular the ability to write readable and structured proofs,
     1.7 -you need to consult the Isabelle/Isar Reference
     1.8 -Manual~\cite{isabelle-isar-ref} and Wenzel's PhD thesis~\cite{Wenzel-PhD}
     1.9 -which discusses many proof patterns. If you want to use Isabelle's ML level
    1.10 +you should start with Nipkow's overview~\cite{Nipkow-TYPES02} and consult
    1.11 +the Isabelle/Isar Reference Manual~\cite{isabelle-isar-ref} and Wenzel's
    1.12 +PhD thesis~\cite{Wenzel-PhD} (which discusses many proof patterns)
    1.13 +for further details. If you want to use Isabelle's ML level
    1.14  directly (for example for writing your own proof procedures) see the Isabelle
    1.15  Reference Manual~\cite{isabelle-ref}; for details relating to HOL see the
    1.16  Isabelle/HOL manual~\cite{isabelle-HOL}. All manuals have a comprehensive
     2.1 --- a/doc-src/manual.bib	Thu Jan 06 05:15:26 2005 +0100
     2.2 +++ b/doc-src/manual.bib	Sat Jan 08 09:30:16 2005 +0100
     2.3 @@ -716,6 +716,17 @@
     2.4    pages		= {171-186},
     2.5    year		= 1998}
     2.6  
     2.7 +@inproceedings{Nipkow-TYPES02,
     2.8 +  author        = {Tobias Nipkow},
     2.9 +  title         = {{Structured Proofs in Isar/HOL}},
    2.10 +  booktitle     = {Types for Proofs and Programs (TYPES 2002)},
    2.11 +  editor        = {H. Geuvers and F. Wiedijk},
    2.12 +  year          = 2003,
    2.13 +  publisher     = Springer,
    2.14 +  series        = LNCS,
    2.15 +  volume        = 2646,
    2.16 +  pages         = {259-278}}
    2.17 +
    2.18  @manual{isabelle-HOL,
    2.19    author	= {Tobias Nipkow and Lawrence C. Paulson and Markus Wenzel},
    2.20    title		= {{Isabelle}'s Logics: {HOL}},