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

Update lemma for frac_auth with fraction 1.

parent 063be1ab
No related branches found
No related tags found
No related merge requests found
......@@ -105,4 +105,9 @@ Section frac_auth.
Proof.
intros. by apply auth_update, option_local_update, prod_local_update_2.
Qed.
Lemma frac_auth_update_1 a b a' : a' ●! a ◯! b ~~> ●! a' ◯! a'.
Proof.
intros. by apply auth_update, option_local_update, exclusive_local_update.
Qed.
End frac_auth.
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