document/root.tex
changeset 2 26b17f2d583e
parent 1 4b9aa15ff713
child 7 f7896d90aa19
equal deleted inserted replaced
1:4b9aa15ff713 2:26b17f2d583e
    32 %\renewcommand{\isastyle}{\isastyleminor}
    32 %\renewcommand{\isastyle}{\isastyleminor}
    33 
    33 
    34 
    34 
    35 \begin{document}
    35 \begin{document}
    36 
    36 
    37 \title{A Formalised Theorey about Turing Machines in Isablle/HOL}
    37 \title{A Formalised Theory of Turing Machines in Isabelle/HOL}
    38 
    38 
    39 
    39 
    40 \author{\IEEEauthorblockN{Authors Name/s per 1st Affiliation (Author)}
    40 \author{
    41 \IEEEauthorblockA{line 1 (of Affiliation): dept. name of organization\\
    41 \IEEEauthorblockN{Xu Jian, Xingyuan Zhang}
    42 line 2: name of organization, acronyms acceptable\\
    42 \IEEEauthorblockA{PLA University of Science and Technology Nanjing, China}
    43 line 3: City, Country\\
       
    44 line 4: Email: name@xyz.com}
       
    45 \and
    43 \and
    46 \IEEEauthorblockN{Authors Name/s per 2nd Affiliation (Author)}
    44 \IEEEauthorblockN{Christian Urban}
    47 \IEEEauthorblockA{line 1 (of Affiliation): dept. name of organization\\
    45 \IEEEauthorblockA{King's College London, UK}
    48 line 2: name of organization, acronyms acceptable\\
       
    49 line 3: City, Country\\
       
    50 line 4: Email: name@xyz.com}
       
    51 }
    46 }
    52 
    47 
    53 \maketitle
    48 \maketitle
    54 
    49 
    55 
    50 
    56 \begin{abstract}
    51 \begin{abstract}
    57 
    52 Isabelle/HOL is an interactive theorem prover based on classical 
    58 The abstract goes here. DO NOT USE SPECIAL CHARACTERS, SYMBOLS, OR MATH IN YOUR TITLE OR ABSTRACT.
    53 logic. While classical reasoning allow users to take convenient 
       
    54 shortcuts in some proofs, it precludes \emph{direct} reasoning about 
       
    55 decidability: every boolean predicate is either true or false
       
    56 because of the law of excluded middle. The only way to reason
       
    57 about decidability in a classical theorem prover, like Isabelle/HOL,
       
    58 is to formalise a concrete model for computation. In this paper
       
    59 we formalise Turing machines and relate them to register machines.
    59 
    60 
    60 \end{abstract}
    61 \end{abstract}
    61 
    62 
    62 \begin{IEEEkeywords}
    63 \begin{IEEEkeywords}
    63 Turing Machines, Decidability, Isabelle/HOL;
    64 Turing Machines, Decidability, Isabelle/HOL;
    71 
    72 
    72 % sane default for proof documents
    73 % sane default for proof documents
    73 \parindent 0pt\parskip 0.5ex
    74 \parindent 0pt\parskip 0.5ex
    74 
    75 
    75 
    76 
    76 \section{Introduction}
       
    77 
       
    78 text {*
       
    79   
       
    80 
       
    81 *}
       
    82 
       
    83 
       
    84 \noindent
       
    85 {\bf Contributions:} 
       
    86 
    77 
    87 
    78 
    88 % generated text of all theories
    79 % generated text of all theories
    89 \input{session}
    80 \input{session}
    90 
    81