User loginNavigation |
β, η, ξ ⊢ α?I was just struck with a minor revelation. The informal explanation for α-equivalence in λ-calculus is that a function "does the same thing" regardless of the particular names that we might choose for its internal variables. But this seems like just a particular case of the general extensionality principle! Technically, α-conversion means that a bound variable may be renamed to another one as long as no free variables are captured: y ∉ FV(e) ―――――――――――――――――― (α) λx. e = λy. e[y/x] And indeed, it turns out that in the presence of the η-rule, which expresses the extensionality principle, the above rule is derivable: y ∉ FV(e) ――――――――――――― ―――――――――――――――――― (β) y ∉ FV(λx. e) (λx. e) y = e[y/x] ――――――――――――― (η) ―――――――――――――――――― (ξ) λx. e = λy. (λx. e) y = λy. e[y/x] This is of course quite trivial. However, I've read a fair number of tutorials to λ-calculus, and I don't recall having ever seen this particular tidbit mentioned anywhere. I'm unsure whether this is because I just haven't read the right papers, or the matter is so trivial that no one bothers mentioning it explicitly, or there's something wrong with my reasoning. So, just to ease my mind, could someone please either direct me to some respectable source where the redundancy of α in the presence of η is confirmed, or else point out what I'm missing here? Thanks. By Lauri Alanko at 2008-11-08 20:56 | LtU Forum | previous forum topic | next forum topic | other blogs | 8096 reads
|
Browse archives
Active forum topics |
Recent comments
22 weeks 6 days ago
22 weeks 6 days ago
22 weeks 6 days ago
45 weeks 19 hours ago
49 weeks 2 days ago
50 weeks 6 days ago
50 weeks 6 days ago
1 year 1 week ago
1 year 6 weeks ago
1 year 6 weeks ago