Paper/document/root.tex
author urbanc
Wed, 29 Aug 2012 13:09:36 +0000
changeset 368 2d6beddb6fa6
parent 161 a8a442ba0dbf
permissions -rw-r--r--
some addition to the MN-paper
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
123
23c0e6f2929d polished everywhere...two cases still missing
urbanc
parents: 116
diff changeset
     1
\documentclass[runningheads]{llncs}
24
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
     2
\usepackage{isabelle}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
     3
\usepackage{isabellesym}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
     4
\usepackage{amsmath}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
     5
\usepackage{amssymb}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
     6
\usepackage{tikz}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
     7
\usepackage{pgf}
125
62925473bf6b added pictures for seq-case
urbanc
parents: 123
diff changeset
     8
\usetikzlibrary{arrows,automata,decorations,fit,calc}
62925473bf6b added pictures for seq-case
urbanc
parents: 123
diff changeset
     9
\usetikzlibrary{shapes,shapes.arrows,snakes,positioning}
62925473bf6b added pictures for seq-case
urbanc
parents: 123
diff changeset
    10
\usepgflibrary{shapes.misc} % LATEX and plain TEX and pure pgf
62925473bf6b added pictures for seq-case
urbanc
parents: 123
diff changeset
    11
\usetikzlibrary{matrix}
24
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    12
\usepackage{pdfsetup}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    13
\usepackage{ot1patch}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    14
\usepackage{times}
161
a8a442ba0dbf preparation for final paper version
urbanc
parents: 159
diff changeset
    15
%%\usepackage{proof}
90
97b783438316 added an example
urbanc
parents: 88
diff changeset
    16
%%\usepackage{mathabx}
52
4a517c6ac07d tuning of the syntax; needs the stmaryrd latex package
urbanc
parents: 24
diff changeset
    17
\usepackage{stmaryrd}
24
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    18
123
23c0e6f2929d polished everywhere...two cases still missing
urbanc
parents: 116
diff changeset
    19
\titlerunning{Myhill-Nerode using Regular Expressions}
23c0e6f2929d polished everywhere...two cases still missing
urbanc
parents: 116
diff changeset
    20
23c0e6f2929d polished everywhere...two cases still missing
urbanc
parents: 116
diff changeset
    21
24
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    22
\urlstyle{rm}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    23
\isabellestyle{it}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    24
\renewcommand{\isastyleminor}{\it}%
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    25
\renewcommand{\isastyle}{\normalsize\it}%
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    26
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    27
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    28
\def\dn{\,\stackrel{\mbox{\scriptsize def}}{=}\,}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    29
\renewcommand{\isasymequiv}{$\dn$}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    30
\renewcommand{\isasymemptyset}{$\varnothing$}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    31
\renewcommand{\isacharunderscore}{\mbox{$\_\!\_$}}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    32
83
f438f4dbaada a bit more on the paper
urbanc
parents: 82
diff changeset
    33
\newcommand{\isasymcalL}{\ensuremath{\cal{L}}}
90
97b783438316 added an example
urbanc
parents: 88
diff changeset
    34
\newcommand{\isasymbigplus}{\ensuremath{\bigplus}}
97b783438316 added an example
urbanc
parents: 88
diff changeset
    35
94
5b12cd0a3b3c latest on the paper
urbanc
parents: 92
diff changeset
    36
\newcommand{\bigplus}{\mbox{\Large\bf$+$}}
24
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    37
\begin{document}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    38
54
c19d2fc2cc69 a bit more on the paper
urbanc
parents: 52
diff changeset
    39
\title{A Formalisation of the Myhill-Nerode Theorem\\ based on Regular
c19d2fc2cc69 a bit more on the paper
urbanc
parents: 52
diff changeset
    40
  Expressions (Proof Pearl)}
116
342983676c8f included comments by Chunhan
urbanc
parents: 115
diff changeset
    41
\author{Chunhan Wu\inst{1} \and Xingyuan Zhang\inst{1} \and Christian Urban\inst{2}}
92
a9ebc410a5c8 more on paper
urbanc
parents: 90
diff changeset
    42
\institute{PLA University of Science and Technology, China \and TU Munich, Germany}
24
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    43
\maketitle
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    44
159
990c12ab1562 edits; sqeezed to 16 pages
urbanc
parents: 154
diff changeset
    45
%\mbox{}\\[-10mm]
24
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    46
\begin{abstract} 
88
1436fc451bb9 added something about Setalt and folds
urbanc
parents: 83
diff changeset
    47
There are numerous textbooks on regular languages. Nearly all of them
1436fc451bb9 added something about Setalt and folds
urbanc
parents: 83
diff changeset
    48
introduce the subject by describing finite automata and only mentioning on the
115
c5f138b5fc88 added comment from Larry
urbanc
parents: 94
diff changeset
    49
side a connection with regular expressions. Unfortunately, automata are difficult
c5f138b5fc88 added comment from Larry
urbanc
parents: 94
diff changeset
    50
to formalise in HOL-based theorem provers. The reason is that
88
1436fc451bb9 added something about Setalt and folds
urbanc
parents: 83
diff changeset
    51
they need to be represented as graphs, matrices or functions, none of which
1436fc451bb9 added something about Setalt and folds
urbanc
parents: 83
diff changeset
    52
are inductive datatypes. Also convenient operations for disjoint unions of
1436fc451bb9 added something about Setalt and folds
urbanc
parents: 83
diff changeset
    53
graphs and functions are not easily formalisiable in HOL. In contrast, regular
154
7c68b9ad4486 implemented most suggestions from the reviewers
urbanc
parents: 132
diff changeset
    54
expressions can be defined conveniently as a datatype and a corresponding
88
1436fc451bb9 added something about Setalt and folds
urbanc
parents: 83
diff changeset
    55
reasoning infrastructure comes for free. We show in this paper that a central
1436fc451bb9 added something about Setalt and folds
urbanc
parents: 83
diff changeset
    56
result from formal language theory---the Myhill-Nerode theorem---can be
1436fc451bb9 added something about Setalt and folds
urbanc
parents: 83
diff changeset
    57
recreated using only regular expressions.
1436fc451bb9 added something about Setalt and folds
urbanc
parents: 83
diff changeset
    58
24
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    59
\end{abstract}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    60
75
d63baacbdb16 parts of the 3 section
urbanc
parents: 61
diff changeset
    61
24
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    62
\input{session}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    63
154
7c68b9ad4486 implemented most suggestions from the reviewers
urbanc
parents: 132
diff changeset
    64
%%\mbox{}\\[-10mm]
24
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    65
\bibliographystyle{plain}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    66
\bibliography{root}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    67
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    68
\end{document}
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    69
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    70
%%% Local Variables:
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    71
%%% mode: latex
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    72
%%% TeX-master: t
f72c82bf59e5 added paper
urbanc
parents:
diff changeset
    73
%%% End: