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

Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq

parents dff7eb3c e6d754c7
No related branches found
No related tags found
No related merge requests found
......@@ -52,11 +52,6 @@ Lemma own_valid_r γ a : own γ a ⊢ (own γ a ★ ✓ a).
Proof. apply: uPred.always_entails_r. apply own_valid. Qed.
Lemma own_valid_l γ a : own γ a ( a own γ a).
Proof. by rewrite comm -own_valid_r. Qed.
Lemma own_empty `{CMRAUnit A} γ : True own γ ∅.
Proof.
rewrite ownG_empty /own. apply equiv_spec, ownG_proper.
(* FIXME: rewrite to_globalF_empty. *)
Abort.
Global Instance own_timeless γ a : Timeless a TimelessP (own γ a).
Proof. unfold own; apply _. Qed.
Global Instance own_core_always_stable γ a : AlwaysStable (own γ (core a)).
......
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