root / CSL17 / tech-report / main.tex @ 258
Historique | Voir | Annoter | Télécharger (2,58 ko)
1 |
\documentclass[a4paper]{article} |
---|---|
2 |
|
3 |
\usepackage{amsmath} |
4 |
\usepackage{amsthm} |
5 |
\usepackage{amssymb} |
6 |
\usepackage{microtype} |
7 |
\usepackage[dvipsnames]{xcolor} |
8 |
\usepackage{hyperref} |
9 |
|
10 |
|
11 |
|
12 |
\bibliographystyle{plainurl}% the recommended bibstyle |
13 |
|
14 |
\usepackage[lutzsyntax]{virginialake} |
15 |
\input{ph-macros} |
16 |
|
17 |
\begin{document} |
18 |
|
19 |
\title{An implicit characterisation of the polynomial hierarchy in an unbounded arithmetic} |
20 |
|
21 |
\author{Patrick Baillot} |
22 |
\author{Anupam Das} |
23 |
|
24 |
|
25 |
|
26 |
|
27 |
\maketitle |
28 |
|
29 |
\begin{abstract} |
30 |
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. |
31 |
%\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.} |
32 |
\end{abstract} |
33 |
%\begin{abstract} |
34 |
%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. |
35 |
% \end{abstract} |
36 |
|
37 |
\input{intro} |
38 |
\input{preliminaries} |
39 |
%\input{sequence-coding} |
40 |
\input{arithmetic} |
41 |
\input{soundness} |
42 |
\input{completeness} |
43 |
%\input{further} |
44 |
|
45 |
\input{conclusions} |
46 |
|
47 |
|
48 |
|
49 |
%\subparagraph*{Acknowledgements.} |
50 |
% |
51 |
%I want to thank \dots |
52 |
|
53 |
|
54 |
%% |
55 |
%% Bibliography |
56 |
%% |
57 |
|
58 |
%% Either use bibtex (recommended), |
59 |
|
60 |
%\newpage |
61 |
\bibliographystyle{alpha} |
62 |
\bibliography{ph-biblio} |
63 |
|
64 |
%% .. or use the thebibliography environment explicitely |
65 |
|
66 |
\newpage |
67 |
\appendix |
68 |
|
69 |
%%\input{pv-theories} |
70 |
\input{appendix-sequent-calculus} |
71 |
|
72 |
|
73 |
\end{document} |
74 |
|