root / CSL17 / main.tex @ 263
Historique | Voir | Annoter | Télécharger (4,84 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 | 233 | adas | \subjclass{F.4.1 Mathematical Logic %-- please refer to \url{http://www.acm.org/about/class/ccs98-html} |
34 | 219 | adas | }% 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". |
35 | 233 | adas | \keywords{Polynomial hierarchy, |
36 | 233 | adas | Implicit complexity, |
37 | 233 | adas | Proof theory, |
38 | 233 | adas | Bounded arithmetic, |
39 | 233 | adas | Witness extraction, |
40 | 233 | adas | Ramification.}% mandatory: Please provide 1-5 keywords |
41 | 152 | adas | % Author macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
42 | 152 | adas | |
43 | 152 | adas | %Editor-only macros:: begin (do not touch as author)%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
44 | 152 | adas | \EventEditors{John Q. Open and Joan R. Acces} |
45 | 152 | adas | \EventNoEds{2} |
46 | 152 | adas | \EventLongTitle{42nd Conference on Very Important Topics (CVIT 2016)} |
47 | 152 | adas | \EventShortTitle{CVIT 2016} |
48 | 152 | adas | \EventAcronym{CVIT} |
49 | 152 | adas | \EventYear{2016} |
50 | 152 | adas | \EventDate{December 24--27, 2016} |
51 | 152 | adas | \EventLocation{Little Whinging, United Kingdom} |
52 | 152 | adas | \EventLogo{} |
53 | 152 | adas | \SeriesVolume{42} |
54 | 152 | adas | \ArticleNo{23} |
55 | 152 | adas | % Editor-only macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
56 | 152 | adas | |
57 | 152 | adas | \begin{document} |
58 | 152 | adas | |
59 | 152 | adas | \maketitle |
60 | 152 | adas | |
61 | 152 | adas | \begin{abstract} |
62 | 219 | adas | We consider extensions of theories based on the Bellantoni-Cook function algebra for polynomial time functions ($\fptime$) by induction principles without bounds on quantifiers. Instead, we limit quantification to `safe' arguments and show that the provably total functions are just those of the functional polynomial hierarchy ($\fph$). Our witness extraction proof relies on \emph{free-cut elimination} in the logic, making use of the \emph{witness function method}, due to Buss, rather than realisability and Dialectica approaches more common in implicit complexity. Our results closely resemble analogous ones from bounded arithmetic, only for an unbounded setting, and the proof generalises those for previous approaches characterising $\fptime$ via ramified theories. |
63 | 219 | adas | %\patrick{Remove: We present further comparisons to the bounded arithmetic setting and give tiered arithmetic theories analogous to the Si2 and Vi hierarchies of bounded arithmetic.} |
64 | 209 | pbaillot | \end{abstract} |
65 | 209 | pbaillot | %\begin{abstract} |
66 | 209 | pbaillot | %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. |
67 | 209 | pbaillot | % \end{abstract} |
68 | 152 | adas | |
69 | 153 | adas | \input{intro} |
70 | 153 | adas | \input{preliminaries} |
71 | 220 | adas | %\input{sequence-coding} |
72 | 154 | adas | \input{arithmetic} |
73 | 166 | adas | \input{soundness} |
74 | 166 | adas | \input{completeness} |
75 | 220 | adas | %\input{further} |
76 | 152 | adas | |
77 | 153 | adas | \input{conclusions} |
78 | 152 | adas | |
79 | 152 | adas | |
80 | 169 | adas | |
81 | 153 | adas | %\subparagraph*{Acknowledgements.} |
82 | 153 | adas | % |
83 | 153 | adas | %I want to thank \dots |
84 | 152 | adas | |
85 | 152 | adas | |
86 | 152 | adas | %% |
87 | 152 | adas | %% Bibliography |
88 | 152 | adas | %% |
89 | 152 | adas | |
90 | 152 | adas | %% Either use bibtex (recommended), |
91 | 152 | adas | |
92 | 229 | adas | \newpage |
93 | 153 | adas | \bibliography{ph-biblio} |
94 | 152 | adas | |
95 | 152 | adas | %% .. or use the thebibliography environment explicitely |
96 | 152 | adas | |
97 | 169 | adas | \newpage |
98 | 169 | adas | \appendix |
99 | 183 | pbaillot | \input{appendix-arithmetic} |
100 | 233 | adas | %%\input{pv-theories} |
101 | 233 | adas | %\input{appendix-sequent-calculus} |
102 | 233 | adas | %\input{appendix-soundness} |
103 | 250 | pbaillot | \input{appendix-completeness} |
104 | 152 | adas | |
105 | 152 | adas | \end{document} |