Skip to content

Commit

Permalink
finish another case
Browse files Browse the repository at this point in the history
  • Loading branch information
HuStmpHrrr committed Jul 9, 2024
1 parent 16c7721 commit 0cd613b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions theories/Core/Completeness/TermStructureCases.v
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,10 @@ Proof.
split.
- econstructor; eauto using per_univ_elem_cumu_max_right.
- econstructor; eauto.
apply per_univ_elem_cumu_max_right with (i := i) in H10.
apply per_univ_elem_cumu_max_left with (j := j) in H4.
handle_per_univ_elem_irrel.
eapply per_elem_subtyping_gen with (i := max i j); try eassumption.
+ eapply per_subtyp_cumu_right. eassumption.
+ symmetry. eauto using per_univ_elem_cumu_max_right.
Qed.

0 comments on commit 0cd613b

Please sign in to comment.