| 
19400
 | 
     1  | 
\documentclass[11pt,a4paper]{report}
 | 
| 
 | 
     2  | 
\usepackage{graphicx}
 | 
| 
 | 
     3  | 
\usepackage[english]{babel}
 | 
| 
 | 
     4  | 
\usepackage{isabelle,isabellesym}
 | 
| 
 | 
     5  | 
\usepackage{pdfsetup}
 | 
| 
 | 
     6  | 
  | 
| 
 | 
     7  | 
\urlstyle{rm}
 | 
| 
 | 
     8  | 
\isabellestyle{it}
 | 
| 
 | 
     9  | 
  | 
| 
 | 
    10  | 
\renewcommand{\isamarkupheader}[1]{#1}
 | 
| 
 | 
    11  | 
  | 
| 
 | 
    12  | 
\begin{document}
 | 
| 
 | 
    13  | 
  | 
| 
 | 
    14  | 
\title{Hoare Logic}
 | 
| 
 | 
    15  | 
\author{Various}
 | 
| 
 | 
    16  | 
\maketitle
  | 
| 
 | 
    17  | 
  | 
| 
 | 
    18  | 
\begin{abstract}
 | 
| 
 | 
    19  | 
These theories contain a Hoare logic for a simple imperative
  | 
| 
 | 
    20  | 
programming language with while-loops, including a verification
  | 
| 
 | 
    21  | 
condition generator.
  | 
| 
 | 
    22  | 
  | 
| 
 | 
    23  | 
Special infrastructure for modelling and reasoning about pointer
  | 
| 
 | 
    24  | 
programs is provided, together with many examples, including Schorr-Waite.
  | 
| 
 | 
    25  | 
See \cite{MehtaN-CADE03,MehtaN-IC05} for an excellent exposition.
 | 
| 
 | 
    26  | 
\end{abstract}
 | 
| 
 | 
    27  | 
  | 
| 
 | 
    28  | 
\pagestyle{plain}
 | 
| 
 | 
    29  | 
\thispagestyle{empty}
 | 
| 
 | 
    30  | 
\tableofcontents
  | 
| 
 | 
    31  | 
  | 
| 
 | 
    32  | 
\newpage
  | 
| 
 | 
    33  | 
  | 
| 
 | 
    34  | 
\input{session}
 | 
| 
 | 
    35  | 
  | 
| 
 | 
    36  | 
\bibliographystyle{plain}
 | 
| 
 | 
    37  | 
\bibliography{root}
 | 
| 
 | 
    38  | 
  | 
| 
 | 
    39  | 
\end{document}
 |