Statistiques
| Révision :

root / CSL17 / tech-report / main.tex @ 264

Historique | Voir | Annoter | Télécharger (2,62 ko)

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