LISP program-size complexity III

作者:

Highlights:

摘要

We present a “parenthesis-free” dialect of LISP, in which (a) each primitive function has a fixed number of arguments, and (b) the parentheses associating a primitive function with its arguments are implicit and are omitted. The parenthesis-free complexity of an S-expression e is defined to be the minimum size in characters ∣p∣ of a parenthesis-free LISP expression p that has the value e. We develop a theory of program-size complexity for parenthesis-free LISP by showing (a) that the maximum possible parenthesis-free complexity of an n-bit string is ∼ βn, and (b) how to construct three parenthesis-free LISP halting probabilities Ωpf, Ω′pf and Ω″pf.

论文关键词:

论文评审过程:Available online 25 March 2002.

论文官网地址:https://doi.org/10.1016/0096-3003(92)90101-6