Prove most of cases of AbsAbs
This commit is contained in:
parent
5ed366f093
commit
ea14ba9602
2 changed files with 114 additions and 23 deletions
|
@ -10,3 +10,6 @@ Theorem fundamental_theorem :
|
|||
apply wt_mutual; eauto with sem; [hauto l:on use:SE_Pair].
|
||||
Unshelve. all : exact 0.
|
||||
Qed.
|
||||
|
||||
Lemma synsub_to_usub : forall n Γ (a b : PTm n), Γ ⊢ a ≲ b -> SN a /\ SN b /\ Sub.R a b.
|
||||
Proof. hauto lq:on rew:off use:fundamental_theorem, SemLEq_SN_Sub. Qed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue