You are here
Home ›lambda calculus
Primary tabs
lambda calculus
Lambda calculus (often referred to as -calculus) was invented in the 1930s by Alonzo Church, as a form of mathematical logic dealing primarly with functions and the application of functions to their arguments. In pure lambda calculus, there are no constants. Instead, there are only lambda abstractions (which are simply specifications of functions), variables, and applications of functions to functions. For instance, Church integers are used as a substitute for actual constants representing integers.
A lambda abstraction is typically specified using a lambda expression, which might look like the following.
The above specifies a function of one argument, that can be reduced by applying the function to its argument (function application is left-associative by default, and parentheses can be used to specify associativity).
The -calculus is equivalent to combinatory logic (though much more concise). Most functional programming languages are also equivalent to -calculus, to a degree (any imperative features in such languages are, of course, not equivalent).
Examples
We can specify the Church integer in -calculus as
Suppose we have a function , which when given a string representing an integer, returns a new string representing the number following that integer. Then
Addition of Church integers in -calculus is
Russell’s Paradox in -calculus
The -calculus readily admits Russell’s Paradox. Let us define a function that takes a function as an argument, and is reduced to the application of the logical function to the application of to itself.
Now what happens when we apply to itself?
Since we have , we have a paradox.
Mathematics Subject Classification
03B40 Combinatory logic and lambda-calculus- Forums
- Planetary Bugs
- HS/Secondary
- University/Tertiary
- Graduate/Advanced
- Industry/Practice
- Research Topics
- LaTeX help
- Math Comptetitions
- Math History
- Math Humor
- PlanetMath Comments
- PlanetMath System Updates and News
- PlanetMath help
- PlanetMath.ORG
- Strategic Communications Development
- The Math Pub
- Testing messages (ignore)
- Other useful stuff
Recent Activity
new question: Linear Algebra Combination Problem! by Bruce Lee
new question: Computation of $\varphi(2000)$ by jeremyboden
new question: Computation of $\varphi(2000)$ by jeremyboden
May 21
new question: pure subgroups by lvoyster
new correction: Typo in M\"obius function? by Aleph Zero
new collection: analytic number theory by Aleph Zero
May 20
new question: Taylor's Series Query! by unlord
new question: Laplace transform by J
new question: Residue Calculus by J
May 19
new Education: Project: PlanetMath Outlines Series by unlord


