Alpha Reduction
Definition
Link to originalAlpha Reduction
The process of renaming bound variables is called alpha reduction.
Beta Reduction
Definition
Link to originalBeta Reduction
The beta reduction relation is defined as the least congruence relation on expressions such that:
where means substituting the term for each free occurrence of in . If there are free variables in then bound variables in must be renamed so that substitution does not result in the free variables in becoming bound. This process of renaming bound variables is called alpha reduction.