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

Add lemma `except_0_into_later P : ◇ P ⊢ ▷ P`.

parent c71c9250
No related branches found
No related tags found
No related merge requests found
......@@ -385,6 +385,8 @@ Proof.
Qed.
Lemma except_0_later P : P P.
Proof. by rewrite /sbi_except_0 -later_or False_or. Qed.
Lemma except_0_into_later P : P P.
Proof. by rewrite -except_0_later -later_intro. Qed.
Lemma except_0_persistently P : <pers> P ⊣⊢ <pers> P.
Proof.
by rewrite /sbi_except_0 persistently_or -later_persistently persistently_pure.
......
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