TRACY ROBBINS FOXX
  • ILLUMINATIONS
FF12868A-E68A-4E4D-B9E9-2A2AC38C7AB9
March 30 2019

GOD IS AETHER ? SPACE IS FULL

Lambda terms

The syntax of the lambda calculus defines some expressions as valid lambda calculus expressions and some as invalid, just as some strings of characters are valid C programs and some are not. A valid lambda calculus expression is called a “lambda term”.

The following three rules give an inductive definition that can be applied to build all syntactically valid lambda terms:

  • a variable, x, is itself a valid lambda term
  • if t is a lambda term, and x is a variable, then (\lambda x.t) is a lambda term (called a lambda abstraction);
  • if t and s are lambda terms, then (ts) is a lambda term (called an application).

Nothing else is a lambda term. Thus a lambda term is valid if and only if it can be obtained by repeated application of these three rules. However, some parentheses can be omitted according to certain rules. For example, the outermost parentheses are usually not written. See Notation, below.

A lambda abstraction \lambda x.t is a definition of an anonymous function that is capable of taking a single input x and substituting it into the expression t. It thus defines an anonymous function that takes x and returns t. For example, \lambda x.x^{2}+2 is a lambda abstraction for the function f(x)=x^{2}+2 using the term x^{2}+2 for t. The definition of a function with a lambda abstraction merely “sets up” the function but does not invoke it. The abstraction binds the variable x in the term t.

An application ts represents the application of a function t to an input s, that is, it represents the act of calling function ton input s to produce t(s).

There is no concept in lambda calculus of variable declaration. In a definition such as \lambda x.x+y (i.e. f(x)=x+y), the lambda calculus treats y as a variable that is not yet defined. The lambda abstraction \lambda x.x+y is syntactically valid, and represents a function that adds its input to the yet-unknown y.

Bracketing may be used and may be needed to disambiguate terms. For example, \lambda x.((\lambda x.x)x) and (\lambda x.(\lambda x.x))xdenote different terms (although they coincidentally reduce to the same value). Here the first example defines a function that defines a function and returns the result of applying x to the child-function (apply function then return), while the second example defines a function that returns a function for any input and then returns it on application of x (return function then apply).

Functions that operate on functions

In lambda calculus, functions are taken to be ‘first class values‘, so functions may be used as the inputs, or be returned as outputs from other functions.

For example, \lambda x.x represents the identity function, x \mapsto x, and (\lambda x.x)y represents the identity function applied to y. Further, (\lambda x.y) represents the constant function {\displaystyle x\mapsto y}, the function that always returns y, no matter the input. In lambda calculus, function application is regarded as left-associative, so that stx means (st)x.

There are several notions of “equivalence” and “reduction” that allow lambda terms to be “reduced” to “equivalent” lambda terms.

Alpha equivalence

A basic form of equivalence, definable on lambda terms, is alpha equivalence. It captures the intuition that the particular choice of a bound variable, in a lambda abstraction, does not (usually) matter. For instance, \lambda x.x and \lambda y.y are alpha-equivalent lambda terms, and they both represent the same function (the identity function). The terms x and y are not alpha-equivalent, because they are not bound in a lambda abstraction. In many presentations, it is usual to identify alpha-equivalent lambda terms.

 

(WIKIPEDIA)

“NOW”? SHABDA HOLOGRAM ? WHOLENESS ? ONENESS

Related Posts

Screenshot

Uncategorized

EBOOK #4 ~ $27.00 ~ “I AM” IT IS THE TRUTH

Screenshot

Uncategorized

EBOOK #3 ~ $27.00 ~ GAMMA 🔺THE NEW TONGUE 🔺 “I AM” THE SOUND WAVE

Screenshot

Uncategorized

EBOOK #2 ~ $27.00 ~ THE “NEW TONGUE” ~ THE “LIGHT” IN THE THROAT*

© TRACY ROBBINS FOXX 2025