Skip to content

Commit

Permalink
shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
HuStmpHrrr committed May 4, 2024
1 parent 9335bd6 commit 907d468
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions theories/Core/Semantic/PERLemmas.v
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Proof with solve [mauto].
specialize (H1 _ _ equiv_c_c) as [? ? ? ? [? ?]].
specialize (H9 _ _ equiv_c_c') as [].
per_univ_elem_irrel_rewrite.
econstructor; eauto. firstorder.
firstorder (econstructor; eauto).
+ setoid_rewrite H2.
intros.
assert (equiv_c'_c' : in_rel c' c') by (etransitivity; [symmetry | ]; eassumption).
Expand All @@ -270,8 +270,7 @@ Proof with solve [mauto].
specialize (H3 _ _ equiv_c_c') as [].
specialize (H4 _ _ equiv_c'_c') as [].
per_univ_elem_irrel_rewrite.
econstructor; eauto.
firstorder.
firstorder (econstructor; eauto).

- split; try per_univ_elem_econstructor...
Qed.

0 comments on commit 907d468

Please sign in to comment.