src/HOL/Hoare/document/root.tex
author wenzelm
Sat, 20 Feb 2021 13:42:37 +0100
changeset 73255 7e2a9a8c2b85
parent 72990 db8f94656024
child 73406 9939146b90ad
permissions -rw-r--r--
provide naproche-755224402e36;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
72990
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
     1
\documentclass[11pt,a4paper]{article}
19400
17382f02079e Minimal doc
nipkow
parents:
diff changeset
     2
\usepackage{graphicx}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
     3
\usepackage[english]{babel}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
     4
\usepackage{isabelle,isabellesym}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
     5
\usepackage{pdfsetup}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
     6
17382f02079e Minimal doc
nipkow
parents:
diff changeset
     7
\urlstyle{rm}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
     8
\isabellestyle{it}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
     9
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    10
\begin{document}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    11
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    12
\title{Hoare Logic}
72990
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    13
\author{
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    14
  Norbert Galm \\
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    15
  Walter Guttmann \\
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    16
  Farhad Mehta \\
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    17
  Tobias Nipkow \\
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    18
  Leonor Prensa Nieto}
19400
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    19
\maketitle
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    20
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    21
\begin{abstract}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    22
These theories contain a Hoare logic for a simple imperative
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    23
programming language with while-loops, including a verification
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    24
condition generator.
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    25
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    26
Special infrastructure for modelling and reasoning about pointer
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    27
programs is provided, together with many examples, including Schorr-Waite.
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    28
See \cite{MehtaN-CADE03,MehtaN-IC05} for an excellent exposition.
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    29
\end{abstract}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    30
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    31
\pagestyle{plain}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    32
\thispagestyle{empty}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    33
\tableofcontents
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    34
72990
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    35
\begin{center}
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    36
  \includegraphics[scale=0.5]{session_graph}
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    37
\end{center}
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    38
db8f94656024 tuned document, notably authors and sections;
wenzelm
parents: 58883
diff changeset
    39
\clearpage
19400
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    40
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    41
\input{session}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    42
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    43
\bibliographystyle{plain}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    44
\bibliography{root}
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    45
17382f02079e Minimal doc
nipkow
parents:
diff changeset
    46
\end{document}