Skip to content
Snippets Groups Projects
Commit 395e0918 authored by Ralf Jung's avatar Ralf Jung
Browse files

prove pvs_alloc

parent 6d2ac942
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ Qed. ...@@ -113,7 +113,7 @@ Qed.
Lemma pvs_alloc N P : P pvs N N (inv N P). Lemma pvs_alloc N P : P pvs N N (inv N P).
Proof. Proof.
rewrite /inv (pvs_allocI N); first done. rewrite /inv (pvs_allocI N); first done.
(* FIXME use coPset_suffixes_infinite. *) apply coPset_suffixes_infinite.
Abort. Qed.
End inv. End inv.
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