Skip to content
Snippets Groups Projects
Commit 66a41586 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Add lemma monPred_car_embed.

parent 39967f22
No related branches found
No related tags found
No related merge requests found
......@@ -413,6 +413,10 @@ Proof. unseal. rewrite bi.forall_elim bi.pure_impl_forall bi.forall_elim //. Qed
Lemma monPred_impl_force P Q i : (P Q) i -∗ (P i Q i).
Proof. unseal. rewrite bi.forall_elim bi.pure_impl_forall bi.forall_elim //. Qed.
Lemma monPred_car_embed (P : PROP) (i : I) :
(bi_embed (B := monPred _ _) P) i ⊣⊢ P.
Proof. by unseal. Qed.
Lemma monPred_persistently_if_eq p P i:
(bi_persistently_if p P) i = bi_persistently_if p (P i).
Proof. rewrite /bi_persistently_if. unseal. by destruct p. 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