Notes

Home

❯

Mathematics

❯

DiscreteMath

❯

Logic

❯

Lambda Calculus

❯

Function Application

Function Application

Jan 22, 20261 min read

In Lambda Calculus, a function application refers to applying the Transformation defined by a Function Abstraction, λx.E, to an argument A. This works through Beta Reduction.

(λx.E) A

For example, the function that adds one to its input, being applied to 1.

(λx.x+1) 11+12​

Graph View

Backlinks

  • Lambda Calculus

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community