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

More about excl.

parent 96a1a9f6
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,10 @@ Proof.
Qed.
Canonical Structure exclRA : cmraT :=
CMRAT excl_cofe_mixin excl_cmra_mixin excl_cmra_extend_mixin.
Lemma excl_validN_inv_l n x y : {S n} (Excl x y) y = ∅.
Proof. by destruct y. Qed.
Lemma excl_validN_inv_r n x y : {S n} (x Excl y) x = ∅.
Proof. by destruct x. Qed.
(* Updates *)
Lemma excl_update (x : A) y : y Excl x y.
......
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