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

Rename saved_prop_twice -> saved_prop_agree.

parent 9ca1e7b2
No related branches found
No related tags found
No related merge requests found
...@@ -16,14 +16,14 @@ Section saved_prop. ...@@ -16,14 +16,14 @@ Section saved_prop.
Implicit Types γ : gname. Implicit Types γ : gname.
Lemma saved_prop_alloc_strong N P (G : gset gname) : Lemma saved_prop_alloc_strong N P (G : gset gname) :
True pvs N N ( γ, (γ G) saved_prop_own SPI γ P). True pvs N N ( γ, (γ G) saved_prop_own SPI γ P).
Proof. by apply own_alloc_strong. Qed. Proof. by apply own_alloc_strong. Qed.
Lemma saved_prop_alloc N P : Lemma saved_prop_alloc N P :
True pvs N N ( γ, saved_prop_own SPI γ P). True pvs N N ( γ, saved_prop_own SPI γ P).
Proof. by apply own_alloc. Qed. Proof. by apply own_alloc. Qed.
Lemma saved_prop_twice γ P Q : Lemma saved_prop_agree γ P Q :
(saved_prop_own SPI γ P saved_prop_own SPI γ Q) (P Q). (saved_prop_own SPI γ P saved_prop_own SPI γ Q) (P Q).
Proof. Proof.
rewrite /saved_prop_own -own_op own_valid agree_validI. rewrite /saved_prop_own -own_op own_valid agree_validI.
......
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