Statistiques
| Révision :

root / CSL17 / main.tex @ 183

Historique | Voir | Annoter | Télécharger (3,7 ko)

1
\documentclass[a4paper,UKenglish]{lipics-v2016}
2
%This is a template for producing LIPIcs articles. 
3
%See lipics-manual.pdf for further information.
4
%for A4 paper format use option "a4paper", for US-letter use option "letterpaper"
5
%for british hyphenation rules use option "UKenglish", for american hyphenation rules use option "USenglish"
6
% for section-numbered lemmas etc., use "numberwithinsect"
7
 
8
\usepackage{microtype}%if unwanted, comment out or use option "draft"
9
\usepackage[dvipsnames]{xcolor}
10

    
11
%\graphicspath{{./graphics/}}%helpful if your graphic files are in another directory
12

    
13
\bibliographystyle{plainurl}% the recommended bibstyle
14

    
15
\usepackage[lutzsyntax]{virginialake}
16
\input{ph-macros}
17

    
18
% Author macros::begin %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19
\title{An implicit characterisation of the polynomial hierarchy in an unbounded arithmetic}
20
%\titlerunning{An implicit characterisation of the polynomial hierarchy} %optional, in case that the title is too long; the running title should fit into the top page column
21

    
22
%% Please provide for each author the \author and \affil macro, even when authors have the same affiliation, i.e. for each author there needs to be the  \author and \affil macros
23
\author[1]{Patrick Baillot}
24
\author[2]{Anupam Das}
25
\affil[1]{LIP, ENS Lyon\\
26
  \texttt{patrick.baillot@ens-lyon.fr}}
27
\affil[2]{LIP, ENS Lyon\\
28
  \texttt{anupam.das@ens-lyon.fr}}
29
\authorrunning{P. Baillot and A. Das} %mandatory. First: Use abbreviated first/middle names. Second (only in severe cases): Use first author plus 'et. al.'
30

    
31
\Copyright{Patrick Baillot and Anupam Das}%mandatory, please use full first names. LIPIcs license is "CC-BY";  http://creativecommons.org/licenses/by/3.0/
32

    
33
\subjclass{Dummy classification -- please refer to \url{http://www.acm.org/about/class/ccs98-html}}% mandatory: Please choose ACM 1998 classifications from http://www.acm.org/about/class/ccs98-html . E.g., cite as "F.1.1 Models of Computation". 
34
\keywords{Dummy keyword -- please provide 1--5 keywords}% mandatory: Please provide 1-5 keywords
35
% Author macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36

    
37
%Editor-only macros:: begin (do not touch as author)%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
38
\EventEditors{John Q. Open and Joan R. Acces}
39
\EventNoEds{2}
40
\EventLongTitle{42nd Conference on Very Important Topics (CVIT 2016)}
41
\EventShortTitle{CVIT 2016}
42
\EventAcronym{CVIT}
43
\EventYear{2016}
44
\EventDate{December 24--27, 2016}
45
\EventLocation{Little Whinging, United Kingdom}
46
\EventLogo{}
47
\SeriesVolume{42}
48
\ArticleNo{23}
49
% Editor-only macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
50

    
51
\begin{document}
52

    
53
\maketitle
54

    
55
\begin{abstract}
56
We consider extensions of equational theories based on the Bellantoni-Cook function algebra for FPTIME by induction principles without bounds on quantifiers. Instead, we limit quantification to 'safe' variables and show that the provably total functions are just those of FPH. This closely resembles analogous results from bounded arithmetic, only for an unbounded setting, and the proof generalises those for previous approaches characterising FPTIME via the Bellantoni-Cook framework. We present further comparisons to the bounded arithmetic setting and give two-sorted arithmetic theories analogous to the Si2 and Vi hierarchies of bounded arithmetic. 
57
 \end{abstract}
58

    
59
\input{intro}
60
\input{preliminaries}
61
\input{sequence-coding}
62
\input{arithmetic}
63
\input{soundness}
64
\input{completeness}
65
\input{further}
66

    
67
\input{conclusions}
68

    
69

    
70

    
71
%\subparagraph*{Acknowledgements.}
72
%
73
%I want to thank \dots
74

    
75

    
76
%%
77
%% Bibliography
78
%%
79

    
80
%% Either use bibtex (recommended), 
81

    
82
\bibliography{ph-biblio}
83

    
84
%% .. or use the thebibliography environment explicitely
85

    
86
\newpage
87
\appendix
88
\input{appendix-arithmetic}
89
\input{pv-theories}	
90

    
91
\end{document}
92
\grid