Index

Delta Reduction

In the lambda calculus augmented with primitive functions and constants, the δ-reduction rule is a relation between λ-terms ((...(M N1)...)Nn)→δR, where

In the case where we have a δ-reduction of M→δN, M is called the δ-redex.

Examples

If we augment the λ-calculus with the natural numbers and the primitive addition operator (+), then:

References

W. Kluge. Abstract Computing Machines. A Lambda Calculus Perspective. Springer, 2005.

Index