Merge pull request #450 from mdimjasevic/prop-abs-ind
Properties: fix the inductive hypothesis for lambda abstraction
This commit is contained in:
commit
d26fd33118
1 changed files with 2 additions and 2 deletions
|
@ -742,8 +742,8 @@ Now that naming is resolved, let's unpack the first three cases:
|
|||
|
||||
∅ ⊢ V ⦂ B
|
||||
Γ , x ⦂ A , y ⦂ B ⊢ N ⦂ C
|
||||
------------------------------------
|
||||
Γ , x ⦂ A , y ⦂ B ⊢ N [ y := V ] ⦂ C
|
||||
----------------------------
|
||||
Γ , x ⦂ A ⊢ N [ y := V ] ⦂ C
|
||||
|
||||
The typing rule for abstractions then yields the required conclusion.
|
||||
|
||||
|
|
Loading…
Reference in a new issue