Fix soundness
This commit is contained in:
parent
d9282fb815
commit
43daff1b27
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Theorem fundamental_theorem :
|
|||
(forall Γ a A, Γ ⊢ a ∈ A -> Γ ⊨ a ∈ A) /\
|
||||
(forall Γ a b A, Γ ⊢ a ≡ b ∈ A -> Γ ⊨ a ≡ b ∈ A) /\
|
||||
(forall Γ a b, Γ ⊢ a ≲ b -> Γ ⊨ a ≲ b).
|
||||
apply wt_mutual; eauto with sem; [hauto l:on use:SE_Pair].
|
||||
apply wt_mutual; eauto with sem.
|
||||
Unshelve. all : exact 0.
|
||||
Qed.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue