Statistiques
| Révision :

root / CSL17 / main.tex @ 183

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

1 152 adas
\documentclass[a4paper,UKenglish]{lipics-v2016}
2 152 adas
%This is a template for producing LIPIcs articles.
3 152 adas
%See lipics-manual.pdf for further information.
4 152 adas
%for A4 paper format use option "a4paper", for US-letter use option "letterpaper"
5 152 adas
%for british hyphenation rules use option "UKenglish", for american hyphenation rules use option "USenglish"
6 152 adas
% for section-numbered lemmas etc., use "numberwithinsect"
7 152 adas
8 152 adas
\usepackage{microtype}%if unwanted, comment out or use option "draft"
9 156 adas
\usepackage[dvipsnames]{xcolor}
10 152 adas
11 152 adas
%\graphicspath{{./graphics/}}%helpful if your graphic files are in another directory
12 152 adas
13 152 adas
\bibliographystyle{plainurl}% the recommended bibstyle
14 152 adas
15 174 pbaillot
\usepackage[lutzsyntax]{virginialake}
16 153 adas
\input{ph-macros}
17 153 adas
18 152 adas
% Author macros::begin %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19 153 adas
\title{An implicit characterisation of the polynomial hierarchy in an unbounded arithmetic}
20 153 adas
%\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 152 adas
22 152 adas
%% 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 153 adas
\author[1]{Patrick Baillot}
24 153 adas
\author[2]{Anupam Das}
25 153 adas
\affil[1]{LIP, ENS Lyon\\
26 153 adas
  \texttt{patrick.baillot@ens-lyon.fr}}
27 153 adas
\affil[2]{LIP, ENS Lyon\\
28 153 adas
  \texttt{anupam.das@ens-lyon.fr}}
29 153 adas
\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 152 adas
31 153 adas
\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 152 adas
33 152 adas
\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 152 adas
\keywords{Dummy keyword -- please provide 1--5 keywords}% mandatory: Please provide 1-5 keywords
35 152 adas
% Author macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36 152 adas
37 152 adas
%Editor-only macros:: begin (do not touch as author)%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
38 152 adas
\EventEditors{John Q. Open and Joan R. Acces}
39 152 adas
\EventNoEds{2}
40 152 adas
\EventLongTitle{42nd Conference on Very Important Topics (CVIT 2016)}
41 152 adas
\EventShortTitle{CVIT 2016}
42 152 adas
\EventAcronym{CVIT}
43 152 adas
\EventYear{2016}
44 152 adas
\EventDate{December 24--27, 2016}
45 152 adas
\EventLocation{Little Whinging, United Kingdom}
46 152 adas
\EventLogo{}
47 152 adas
\SeriesVolume{42}
48 152 adas
\ArticleNo{23}
49 152 adas
% Editor-only macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
50 152 adas
51 152 adas
\begin{document}
52 152 adas
53 152 adas
\maketitle
54 152 adas
55 152 adas
\begin{abstract}
56 153 adas
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 152 adas
 \end{abstract}
58 152 adas
59 153 adas
\input{intro}
60 153 adas
\input{preliminaries}
61 165 adas
\input{sequence-coding}
62 154 adas
\input{arithmetic}
63 166 adas
\input{soundness}
64 166 adas
\input{completeness}
65 166 adas
\input{further}
66 152 adas
67 153 adas
\input{conclusions}
68 152 adas
69 152 adas
70 169 adas
71 153 adas
%\subparagraph*{Acknowledgements.}
72 153 adas
%
73 153 adas
%I want to thank \dots
74 152 adas
75 152 adas
76 152 adas
%%
77 152 adas
%% Bibliography
78 152 adas
%%
79 152 adas
80 152 adas
%% Either use bibtex (recommended),
81 152 adas
82 153 adas
\bibliography{ph-biblio}
83 152 adas
84 152 adas
%% .. or use the thebibliography environment explicitely
85 152 adas
86 169 adas
\newpage
87 169 adas
\appendix
88 183 pbaillot
\input{appendix-arithmetic}
89 169 adas
\input{pv-theories}
90 152 adas
91 152 adas
\end{document}
92 171 adas
\grid