# Towards the average-case analysis of substitution resolution in   $\lambda$-calculus

**Authors:** Maciej Bendkowski

arXiv: 1812.04452 · 2018-12-12

## TL;DR

This paper provides an average-case analysis of substitution resolution in lambda calculus by studying the probabilistic normalization behavior of terms in an extended calculus, revealing limiting distributions as term size grows.

## Contribution

It introduces a novel probabilistic framework and hierarchical grammars to analyze the average-case complexity of substitution resolution in lambda calculus extensions.

## Key findings

- Probability of normalization in n steps converges to a computable limit as term size increases.
- Hierarchical grammars partition terms based on their normalization steps.
- Inductive construction of grammars inspired by unification algorithms.

## Abstract

Substitution resolution supports the computational character of $\beta$-reduction, complementing its execution with a capture-avoiding exchange of terms for bound variables. Alas, the meta-level definition of substitution, masking a non-trivial computation, turns $\beta$-reduction into an atomic rewriting rule, despite its varying operational complexity. In the current paper we propose a somewhat indirect average-case analysis of substitution resolution in the classic $\lambda$-calculus, based on the quantitative analysis of substitution in $\lambda\upsilon$, an extension of $\lambda$-calculus internalising the $\upsilon$-calculus of explicit substitutions. Within this framework, we show that for any fixed $n \geq 0$, the probability that a uniformly random, conditioned on size, $\lambda\upsilon$-term $\upsilon$-normalises in $n$ normal-order (i.e. leftmost-outermost) reduction steps tends to a computable limit as the term size tends to infinity. For that purpose, we establish an effective hierarchy $\left(\mathscr{G}_n\right)_n$ of regular tree grammars partitioning $\upsilon$-normalisable terms into classes of terms normalising in $n$ normal-order rewriting steps. The main technical ingredient in our construction is an inductive approach to the construction of $\mathscr{G}_{n+1}$ out of $\mathscr{G}_n$ based, in turn, on the algorithmic construction of finite intersection partitions, inspired by Robinson's unification algorithm. Finally, we briefly discuss applications of our approach to other term rewriting systems, focusing on two closely related formalisms, i.e. the full $\lambda\upsilon$-calculus and combinatory logic.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.04452/full.md

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1812.04452/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1812.04452/full.md

---
Source: https://tomesphere.com/paper/1812.04452