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

show that persistently is also another fixpoint

parent 5c639877
No related branches found
No related tags found
No related merge requests found
......@@ -850,6 +850,12 @@ Proof.
- rewrite comm persistently_absorbing. done.
Qed.
Lemma persistently_alt_fixpoint' P :
<pers> P ⊣⊢ <affine> P <pers> P.
Proof.
rewrite -{1}persistently_affinely {1}persistently_alt_fixpoint persistently_affinely //.
Qed.
Lemma persistently_wand P Q : <pers> (P -∗ Q) <pers> P -∗ <pers> Q.
Proof. apply wand_intro_r. by rewrite persistently_sep_2 wand_elim_l. Qed.
......
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