src/HOL/UNITY/document/root.tex
author chaieb
Wed, 19 May 2004 11:23:59 +0200
changeset 14758 af3b71a46a1c
parent 14150 9a23e4eb5eb3
child 17159 d5060118122e
permissions -rw-r--r--
A new implementation for presburger arithmetic following the one suggested in technical report Chaieb Amine and Tobias Nipkow. It is generic an smaller. the tactic has also changed and allows the abstaction over fuction occurences whose type is nat or int.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14150
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
     1
\documentclass[10pt,a4paper,twoside]{article}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
     2
\usepackage{graphicx}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
     3
\usepackage{latexsym,theorem}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
     4
\usepackage{isabelle,isabellesym}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
     5
\usepackage{pdfsetup}\urlstyle{rm}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
     6
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
     7
\begin{document}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
     8
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
     9
\pagestyle{headings}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    10
\pagenumbering{arabic}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    11
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    12
\title{The UNITY Formalism}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    13
\author{Sidi Ehmety and Lawrence C. Paulson}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    14
\maketitle
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    15
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    16
\tableofcontents
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    17
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    18
\begin{center}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    19
  \includegraphics[scale=0.5]{session_graph}  
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    20
\end{center}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    21
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    22
\newpage
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    23
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    24
\parindent 0pt\parskip 0.5ex
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    25
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    26
\input{session}
9a23e4eb5eb3 A document for UNITY
paulson
parents:
diff changeset
    27
\end{document}