Statistiques
| Révision :

root / CSL16 / main.tex @ 113

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

    
15

    
16

    
17
\usepackage[lutzsyntax]{virginialake}
18
\usepackage{amsmath}
19
\usepackage{amssymb}
20
\usepackage{amsthm}
21
\usepackage{times}
22
%\usepackage{sans}
23
\usepackage{cmll}
24
\usepackage{bm}
25

    
26
\input{macros}
27

    
28
\begin{document}
29

    
30
% Author macros::begin %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31
\title{Free-cut elimination in linear logic and an application to a feasible arithmetic}
32
%\titlerunning{A Sample LIPIcs Article} %optional, in case that the title is too long; the running title should fit into the top page column
33

    
34
%% 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
35
\author{Patrick Baillot}
36
\author{Anupam Das}
37
\affil{LIP, Universit\'e de Lyon, CNRS, ENS Lyon, INRIA, Universit\'e Claude-Bernard Lyon 1, Milyon
38
%	\\
39
%	\texttt{open@dummyuniversity.org}
40
	}
41
%\affil[1]{Dummy University Computing Laboratory, Address/City, Country\\
42
%  \texttt{open@dummyuniversity.org}}
43
%\affil[2]{Department of Informatics, Dummy College, Address/City, Country\\
44
%  \texttt{access@dummycollege.org}}
45
\authorrunning{P.\ Baillot and A.\ Das} %mandatory. First: Use abbreviated first/middle names. Second (only in severe cases): Use first author plus 'et. al.'
46

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

    
49
%\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". 
50
%\keywords{Dummy keyword -- please provide 1--5 keywords}% mandatory: Please provide 1-5 keywords
51
%% Author macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52

    
53
%Editor-only macros:: begin (do not touch as author)%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
54
\EventEditors{John Q. Open and Joan R. Acces}
55
\EventNoEds{2}
56
\EventLongTitle{42nd Conference on Very Important Topics (CVIT 2016)}
57
\EventShortTitle{CVIT 2016}
58
\EventAcronym{CVIT}
59
\EventYear{2016}
60
\EventDate{December 24--27, 2016}
61
\EventLocation{Little Whinging, United Kingdom}
62
\EventLogo{}
63
\SeriesVolume{42}
64
\ArticleNo{23}
65
% Editor-only macros::end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
66

    
67
\maketitle
68

    
69
\begin{abstract}
70
We prove a general form of `free-cut elimination' for first-order theories in linear logic, yielding normal forms of proofs where cuts are anchored to nonlogical steps. To demonstrate the usefulness of this result, we consider a version of arithmetic in linear logic, based on a previous axiomatisation by Bellantoni and Hofmann. We prove a witnessing theorem for a fragment of this arithmetic via the `witness function method', showing that the provably convergent functions are precisely the polynomial-time functions. The programs extracted are implemented in the framework of `safe' recursive functions, due to Bellantoni and Cook, where the ! modality of linear logic corresponds to normal inputs of a safe recursive program. 
71
%We conclude with some comments for further applications of the free-cut elimination result. 
72
 \end{abstract}
73

    
74

    
75

    
76
\input{introduction}
77

    
78
\input{preliminaries}
79

    
80
\input{free-cut-elim}
81

    
82
\input{arithmetic}
83

    
84
\input{bc}
85

    
86
\input{bc-convergence}
87

    
88
\input{wfm}
89

    
90
\input{further-work}
91

    
92
\input{conclusions}
93

    
94
\bibliographystyle{plain}
95
\bibliography{biblio}
96

    
97
\newpage
98

    
99
\input{appendix}
100

    
101
\end{document}