doc-src/IsarRef/isar-ref.tex
author wenzelm
Fri, 17 Mar 2000 22:51:24 +0100
changeset 8509 daec9cef376d
parent 7988 feea893b47c7
child 8514 b6497971acbf
permissions -rw-r--r--
tuned;
wenzelm@7046
     1
wenzelm@7046
     2
%% $Id$
wenzelm@7046
     3
wenzelm@7836
     4
\documentclass[12pt,a4paper,fleqn]{report}
wenzelm@7974
     5
\usepackage{latexsym,graphicx,../iman,../extra,../proof,../rail,../railsetup,../isar,../pdfsetup}
wenzelm@7046
     6
wenzelm@7046
     7
\title{\includegraphics[scale=0.5]{isabelle_isar} \\[4ex] The Isabelle/Isar Reference Manual}
wenzelm@7050
     8
\author{\emph{Markus Wenzel} \\ TU M\"unchen}
wenzelm@7046
     9
wenzelm@7050
    10
\makeindex
wenzelm@7050
    11
wenzelm@7167
    12
\railterm{percent,ppercent,underscore,lbrace,rbrace,llbrace,rrbrace}
wenzelm@7167
    13
\railterm{ident,longident,symident,var,textvar,typefree,typevar,nat,string,verbatim,keyword}
wenzelm@7134
    14
wenzelm@7134
    15
\railalias{name}{\railqtoken{name}}
wenzelm@7134
    16
\railalias{nameref}{\railqtoken{nameref}}
wenzelm@7134
    17
\railalias{text}{\railqtoken{text}}
wenzelm@7134
    18
\railalias{type}{\railqtoken{type}}
wenzelm@7134
    19
\railalias{term}{\railqtoken{term}}
wenzelm@7134
    20
\railalias{prop}{\railqtoken{prop}}
wenzelm@7134
    21
\railalias{atom}{\railqtoken{atom}}
wenzelm@7134
    22
wenzelm@7895
    23
\newcommand{\drv}{\mathrel{\vdash}}
wenzelm@7895
    24
\newcommand{\edrv}{\mathop{\drv}\nolimits}
wenzelm@7974
    25
\newcommand{\Or}{\mathrel{\;|\;}}
wenzelm@7895
    26
wenzelm@7046
    27
wenzelm@7046
    28
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
wenzelm@7046
    29
wenzelm@7046
    30
\pagestyle{headings}
wenzelm@7046
    31
\sloppy
wenzelm@7046
    32
\binperiod     %%%treat . like a binary operator
wenzelm@7046
    33
wenzelm@7134
    34
\renewcommand{\phi}{\varphi}
wenzelm@7046
    35
wenzelm@8509
    36
\includeonly{refcard}
wenzelm@7895
    37
wenzelm@7895
    38
wenzelm@7046
    39
wenzelm@7046
    40
\begin{document}
wenzelm@7046
    41
wenzelm@7046
    42
\underscoreoff
wenzelm@7046
    43
wenzelm@7046
    44
\maketitle 
wenzelm@7046
    45
wenzelm@7046
    46
\begin{abstract}
wenzelm@7167
    47
  \emph{Intelligible semi-automated reasoning} (\emph{Isar}) is a generic
wenzelm@7167
    48
  approach to readable formal proof documents.  It sets out to bridge the
wenzelm@7167
    49
  semantic gap between any internal notions of proof based on primitive
wenzelm@7167
    50
  inferences and tactics, and an appropriate level of abstraction for
wenzelm@7167
    51
  user-level work.  The Isar formal proof language has been designed to
wenzelm@7167
    52
  satisfy quite contradictory requirements, being both ``declarative'' and
wenzelm@7167
    53
  immediately ``executable'', by virtue of the \emph{Isar/VM} interpreter.
wenzelm@7167
    54
  
wenzelm@7167
    55
  The current version of Isabelle offers Isar as an alternative proof language
wenzelm@7895
    56
  interface layer.  The Isabelle/Isar system provides an interpreter for the
wenzelm@7981
    57
  Isar formal proof document language.  The input may consist either of proper
wenzelm@7981
    58
  document constructors, or improper auxiliary commands (for diagnostics,
wenzelm@7981
    59
  exploration etc.).  Proof texts consisting of proper document constructors
wenzelm@7981
    60
  only, admit a purely static reading, thus being intelligible later without
wenzelm@7981
    61
  requiring dynamic replay that is so typical for traditional proof scripts.
wenzelm@7981
    62
  Any of the Isabelle/Isar commands may be executed in single-steps, so
wenzelm@7981
    63
  basically the interpreter has a proof text debugger already built-in.
wenzelm@7167
    64
  
wenzelm@8509
    65
  Employing the Isar instantiation of \emph{Proof~General}, a generic Emacs
wenzelm@8509
    66
  interface for interactive proof assistants, we arrive at a reasonable
wenzelm@8509
    67
  environment for \emph{live document editing}.  Thus proof texts may be
wenzelm@8509
    68
  developed incrementally by issuing proper document constructors, including
wenzelm@8509
    69
  forward and backward tracing of partial documents; intermediate states may
wenzelm@8509
    70
  be inspected by diagnostic commands.
wenzelm@7167
    71
  
wenzelm@7335
    72
  The Isar subsystem is tightly integrated into the Isabelle/Pure meta-logic
wenzelm@7335
    73
  implementation.  Theories, theorems, proof procedures etc.\ may be used
wenzelm@7895
    74
  interchangeably between classic Isabelle proof scripts and Isabelle/Isar
wenzelm@7335
    75
  documents.  Isar is as generic as Isabelle, able to support a wide range of
wenzelm@7895
    76
  object-logics.  Currently, the end-user working environment is most complete
wenzelm@7895
    77
  for Isabelle/HOL.
wenzelm@7046
    78
\end{abstract}
wenzelm@7046
    79
wenzelm@7046
    80
\pagenumbering{roman} \tableofcontents \clearfirst
wenzelm@7046
    81
wenzelm@7046
    82
%FIXME
wenzelm@7046
    83
\nocite{Rudnicki:1992:MizarOverview}
wenzelm@7046
    84
\nocite{Harrison:1996:MizarHOL}
wenzelm@7046
    85
\nocite{Rudnicki:1992:MizarOverview}
wenzelm@7046
    86
\nocite{Trybulec:1993:MizarFeatures}
wenzelm@7046
    87
\nocite{Syme:1997:DECLARE}
wenzelm@7046
    88
\nocite{Syme:1998:thesis}
wenzelm@7046
    89
\nocite{Syme:1999:TPHOL}
wenzelm@7988
    90
\nocite{Zammit:1999:TPHOL}
wenzelm@7046
    91
wenzelm@7046
    92
\include{intro}
wenzelm@7046
    93
\include{basics}
wenzelm@7046
    94
\include{syntax}
wenzelm@7046
    95
\include{pure}
wenzelm@7135
    96
\include{generic}
wenzelm@7046
    97
\include{hol}
wenzelm@7046
    98
wenzelm@7895
    99
\appendix
wenzelm@7895
   100
\include{refcard}
wenzelm@7895
   101
wenzelm@7046
   102
\begingroup
wenzelm@7046
   103
  \bibliographystyle{plain} \small\raggedright\frenchspacing
wenzelm@7046
   104
  \bibliography{../manual}
wenzelm@7046
   105
\endgroup
wenzelm@7046
   106
wenzelm@7046
   107
\input{isar-ref.ind}
wenzelm@7046
   108
wenzelm@7046
   109
\end{document}