Statistiques
| Révision :

root / CSL17 / main.tex @ 166

Historique | Voir | Annoter | Télécharger (3,69 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 153 adas
\input{ph-macros}
16 153 adas
17 152 adas
% Author macros::begin %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18 153 adas
\title{An implicit characterisation of the polynomial hierarchy in an unbounded arithmetic}
19 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
20 152 adas
21 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
22 153 adas
\author[1]{Patrick Baillot}
23 153 adas
\author[2]{Anupam Das}
24 153 adas
\affil[1]{LIP, ENS Lyon\\
25 153 adas
  \texttt{patrick.baillot@ens-lyon.fr}}
26 153 adas
\affil[2]{LIP, ENS Lyon\\
27 153 adas
  \texttt{anupam.das@ens-lyon.fr}}
28 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.'
29 152 adas
30 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/
31 152 adas
32 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".
33 152 adas
\keywords{Dummy keyword -- please provide 1--5 keywords}% mandatory: Please provide 1-5 keywords
34 152 adas
% Author macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35 152 adas
36 152 adas
%Editor-only macros:: begin (do not touch as author)%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37 152 adas
\EventEditors{John Q. Open and Joan R. Acces}
38 152 adas
\EventNoEds{2}
39 152 adas
\EventLongTitle{42nd Conference on Very Important Topics (CVIT 2016)}
40 152 adas
\EventShortTitle{CVIT 2016}
41 152 adas
\EventAcronym{CVIT}
42 152 adas
\EventYear{2016}
43 152 adas
\EventDate{December 24--27, 2016}
44 152 adas
\EventLocation{Little Whinging, United Kingdom}
45 152 adas
\EventLogo{}
46 152 adas
\SeriesVolume{42}
47 152 adas
\ArticleNo{23}
48 152 adas
% Editor-only macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49 152 adas
50 152 adas
\begin{document}
51 152 adas
52 152 adas
\maketitle
53 152 adas
54 152 adas
\begin{abstract}
55 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.
56 152 adas
 \end{abstract}
57 152 adas
58 153 adas
\input{intro}
59 153 adas
\input{preliminaries}
60 165 adas
\input{sequence-coding}
61 154 adas
\input{arithmetic}
62 166 adas
\input{soundness}
63 166 adas
\input{completeness}
64 166 adas
\input{further}
65 152 adas
66 153 adas
\input{conclusions}
67 152 adas
68 166 adas
\newpage
69 166 adas
\appendix
70 166 adas
\input{pv-theories}
71 152 adas
72 153 adas
%\subparagraph*{Acknowledgements.}
73 153 adas
%
74 153 adas
%I want to thank \dots
75 153 adas
%
76 153 adas
%\appendix
77 153 adas
%\section{Put appendix here if necessary}
78 153 adas
%
79 153 adas
%test
80 152 adas
81 152 adas
82 152 adas
%%
83 152 adas
%% Bibliography
84 152 adas
%%
85 152 adas
86 152 adas
%% Either use bibtex (recommended),
87 152 adas
88 153 adas
\bibliography{ph-biblio}
89 152 adas
90 152 adas
%% .. or use the thebibliography environment explicitely
91 152 adas
92 152 adas
93 152 adas
94 152 adas
\end{document}