Statistiques
| Révision :

root / CSL17 / main.tex @ 154

Historique | Voir | Annoter | Télécharger (3,56 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

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

    
12
\bibliographystyle{plainurl}% the recommended bibstyle
13

    
14
\input{ph-macros}
15

    
16
% Author macros::begin %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17
\title{An implicit characterisation of the polynomial hierarchy in an unbounded arithmetic}
18
%\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
19

    
20
%% 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
21
\author[1]{Patrick Baillot}
22
\author[2]{Anupam Das}
23
\affil[1]{LIP, ENS Lyon\\
24
  \texttt{patrick.baillot@ens-lyon.fr}}
25
\affil[2]{LIP, ENS Lyon\\
26
  \texttt{anupam.das@ens-lyon.fr}}
27
\authorrunning{P. Baillot and A. Das} %mandatory. First: Use abbreviated first/middle names. Second (only in severe cases): Use first author plus 'et. al.'
28

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

    
31
\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". 
32
\keywords{Dummy keyword -- please provide 1--5 keywords}% mandatory: Please provide 1-5 keywords
33
% Author macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34

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

    
49
\begin{document}
50

    
51
\maketitle
52

    
53
\begin{abstract}
54
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. 
55
 \end{abstract}
56

    
57
\input{intro}
58
\input{preliminaries}
59
\input{pv-theories}
60
\input{arithmetic}
61

    
62
\input{conclusions}
63

    
64

    
65
%\subparagraph*{Acknowledgements.}
66
%
67
%I want to thank \dots
68
%
69
%\appendix
70
%\section{Put appendix here if necessary}
71
%
72
%test	
73

    
74

    
75
%%
76
%% Bibliography
77
%%
78

    
79
%% Either use bibtex (recommended), 
80

    
81
\bibliography{ph-biblio}
82

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

    
85

    
86

    
87
\end{document}