Properties: fix the inductive hypothesis for lambda abstraction in the description of the proof of subst
This commit is contained in:
parent
a49205abd3
commit
776f10940d
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…
Add table
Reference in a new issue