fixed indentation for proper code display
This commit is contained in:
parent
6b4140634f
commit
0f8be19802
1 changed files with 2 additions and 2 deletions
|
@ -807,11 +807,11 @@ We proceed by induction on the term `M`.
|
|||
|
||||
* If `M = ƛ N`, we first use the induction hypothesis to show that
|
||||
|
||||
ƛ ⟪ exts σ₂ ⟫ (⟪ exts σ₁ ⟫ N) ≡ ƛ ⟪ exts σ₁ ⨟ exts σ₂ ⟫ N
|
||||
ƛ ⟪ exts σ₂ ⟫ (⟪ exts σ₁ ⟫ N) ≡ ƛ ⟪ exts σ₁ ⨟ exts σ₂ ⟫ N
|
||||
|
||||
and then use the lemma `exts-seq` to show
|
||||
|
||||
ƛ ⟪ exts σ₁ ⨟ exts σ₂ ⟫ N ≡ ƛ ⟪ exts ( σ₁ ⨟ σ₂) ⟫ N
|
||||
ƛ ⟪ exts σ₁ ⨟ exts σ₂ ⟫ N ≡ ƛ ⟪ exts ( σ₁ ⨟ σ₂) ⟫ N
|
||||
|
||||
* If `M` is an application, we use the induction hypothesis
|
||||
for both subterms.
|
||||
|
|
Loading…
Reference in a new issue