Skip to content
Snippets Groups Projects
Commit f083f007 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'ralf/gmap_view_auth_dfrac_validN' into 'master'

add gmap_view_auth_dfrac_validN

See merge request iris/iris!760
parents d4eee7f9 4664687c
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,10 @@ Section lemmas.
(gmap_view_auth dp m1 gmap_view_auth dq m2) m1 = m2.
Proof. apply view_auth_dfrac_op_inv_L, _. Qed.
Lemma gmap_view_auth_dfrac_validN m n dq : {n} gmap_view_auth dq m dq.
Proof.
rewrite view_auth_dfrac_validN. intuition eauto using gmap_view_rel_unit.
Qed.
Lemma gmap_view_auth_dfrac_valid m dq : gmap_view_auth dq m dq.
Proof.
rewrite view_auth_dfrac_valid. intuition eauto using gmap_view_rel_unit.
......
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