Proof Theory
η-reduction is a process in lambda calculus where a function that takes an argument and immediately applies it to that argument can be simplified to just the function itself. This concept is crucial for understanding how functions can be normalized in proofs, especially in natural deduction, as it helps eliminate unnecessary complexity in expressions and demonstrates the equivalence of certain lambda expressions.
congrats on reading the definition of η-reduction. now let's actually learn it.