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

Merge branch 'auth_update_frag_included' into 'master'

Added [cmra_update_included] lemma

See merge request iris/iris!861
parents ceba97f6 d9247945
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,9 @@ Proof. intros n mz. rewrite comm cmra_op_opM_assoc. apply cmra_validN_op_r. Qed.
Lemma cmra_update_op_r x y : x y ~~> y.
Proof. rewrite comm. apply cmra_update_op_l. Qed.
Lemma cmra_update_included x y : x y y ~~> x.
Proof. intros [z ->]. apply cmra_update_op_l. Qed.
Lemma cmra_update_valid0 x y : ({0} x x ~~> y) x ~~> y.
Proof.
intros H n mz Hmz. apply H, Hmz.
......
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