Skip to content
Snippets Groups Projects
Commit 4ace54e6 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files
parent b83e6cad
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,8 @@ Proof.
rewrite replicate_length in Hlen2; subst.
iDestruct (big_sepL2_length with "Hes'") as %Hlen3.
rewrite -plus_n_O.
iApply ("Hφ" with "[//] [%] [ ] Hσ Hes'"); [congruence| |]; last first.
iApply ("Hφ" with "[//] [%] [ ] Hσ Hes'");
[by rewrite Hlen1 Hlen3| |]; last first.
{ by rewrite big_sepL2_replicate_r // big_sepL_omap. }
(* we run the adequacy proof again to get this assumption *)
iPureIntro. intros e2 -> Hel.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment