doc-src/IsarRef/isar-ref.tex
author wenzelm
Tue, 21 Mar 2000 17:32:43 +0100
changeset 8547 93b8685d004b
parent 8514 b6497971acbf
child 8594 d2e2a3df6871
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@8514
    36
%\includeonly{generic,refcard}
wenzelm@7895
    37
wenzelm@7046
    38
wenzelm@7046
    39
\begin{document}
wenzelm@7046
    40
wenzelm@7046
    41
\underscoreoff
wenzelm@7046
    42
wenzelm@7046
    43
\maketitle 
wenzelm@7046
    44
wenzelm@7046
    45
\begin{abstract}
wenzelm@7167
    46
  \emph{Intelligible semi-automated reasoning} (\emph{Isar}) is a generic
wenzelm@7167
    47
  approach to readable formal proof documents.  It sets out to bridge the
wenzelm@7167
    48
  semantic gap between any internal notions of proof based on primitive
wenzelm@7167
    49
  inferences and tactics, and an appropriate level of abstraction for
wenzelm@7167
    50
  user-level work.  The Isar formal proof language has been designed to
wenzelm@7167
    51
  satisfy quite contradictory requirements, being both ``declarative'' and
wenzelm@7167
    52
  immediately ``executable'', by virtue of the \emph{Isar/VM} interpreter.
wenzelm@7167
    53
  
wenzelm@7167
    54
  The current version of Isabelle offers Isar as an alternative proof language
wenzelm@7895
    55
  interface layer.  The Isabelle/Isar system provides an interpreter for the
wenzelm@8547
    56
  Isar formal proof language.  The input may consist either of proper document
wenzelm@8547
    57
  constructors, or improper auxiliary commands (for diagnostics, exploration
wenzelm@8547
    58
  etc.).  Proof texts consisting of proper elements only, admit a purely
wenzelm@8547
    59
  static reading, thus being intelligible later without requiring dynamic
wenzelm@8547
    60
  replay that is so typical for traditional proof scripts.  Any of the
wenzelm@8547
    61
  Isabelle/Isar commands may be executed in single-steps, so basically the
wenzelm@8547
    62
  interpreter has a proof text debugger already built-in.
wenzelm@7167
    63
  
wenzelm@8509
    64
  Employing the Isar instantiation of \emph{Proof~General}, a generic Emacs
wenzelm@8509
    65
  interface for interactive proof assistants, we arrive at a reasonable
wenzelm@8509
    66
  environment for \emph{live document editing}.  Thus proof texts may be
wenzelm@8547
    67
  developed incrementally by issuing proof commands, including forward and
wenzelm@8547
    68
  backward tracing of partial documents; intermediate states may be inspected
wenzelm@8547
    69
  by diagnostic commands.
wenzelm@7167
    70
  
wenzelm@7335
    71
  The Isar subsystem is tightly integrated into the Isabelle/Pure meta-logic
wenzelm@7335
    72
  implementation.  Theories, theorems, proof procedures etc.\ may be used
wenzelm@7895
    73
  interchangeably between classic Isabelle proof scripts and Isabelle/Isar
wenzelm@7335
    74
  documents.  Isar is as generic as Isabelle, able to support a wide range of
wenzelm@7895
    75
  object-logics.  Currently, the end-user working environment is most complete
wenzelm@7895
    76
  for Isabelle/HOL.
wenzelm@7046
    77
\end{abstract}
wenzelm@7046
    78
wenzelm@7046
    79
\pagenumbering{roman} \tableofcontents \clearfirst
wenzelm@7046
    80
wenzelm@7046
    81
%FIXME
wenzelm@8514
    82
% - HahnBanach paper
wenzelm@8514
    83
% - Freek Widijk's stuff
wenzelm@8514
    84
wenzelm@8514
    85
%FIXME
wenzelm@7046
    86
\nocite{Rudnicki:1992:MizarOverview}
wenzelm@7046
    87
\nocite{Harrison:1996:MizarHOL}
wenzelm@7046
    88
\nocite{Rudnicki:1992:MizarOverview}
wenzelm@7046
    89
\nocite{Trybulec:1993:MizarFeatures}
wenzelm@7046
    90
\nocite{Syme:1997:DECLARE}
wenzelm@7046
    91
\nocite{Syme:1998:thesis}
wenzelm@7046
    92
\nocite{Syme:1999:TPHOL}
wenzelm@7988
    93
\nocite{Zammit:1999:TPHOL}
wenzelm@7046
    94
wenzelm@7046
    95
\include{intro}
wenzelm@7046
    96
\include{basics}
wenzelm@7046
    97
\include{syntax}
wenzelm@7046
    98
\include{pure}
wenzelm@7135
    99
\include{generic}
wenzelm@7046
   100
\include{hol}
wenzelm@7046
   101
wenzelm@7895
   102
\appendix
wenzelm@7895
   103
\include{refcard}
wenzelm@7895
   104
wenzelm@7046
   105
\begingroup
wenzelm@7046
   106
  \bibliographystyle{plain} \small\raggedright\frenchspacing
wenzelm@7046
   107
  \bibliography{../manual}
wenzelm@7046
   108
\endgroup
wenzelm@7046
   109
wenzelm@7046
   110
\input{isar-ref.ind}
wenzelm@7046
   111
wenzelm@7046
   112
\end{document}