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

Add lemma `intuitionistically_def P : □ P = <affine> <pers> P`.

parent b9583c63
No related branches found
No related tags found
No related merge requests found
......@@ -1061,6 +1061,8 @@ Global Instance intuitionistically_flip_mono' :
Proper (flip () ==> flip ()) (@bi_intuitionistically PROP).
Proof. solve_proper. Qed.
Lemma intuitionistically_def P : ( P)%I = (<affine> <pers> P)%I.
Proof. done. Qed.
Lemma intuitionistically_elim P : P P.
Proof. apply persistently_and_emp_elim. Qed.
Lemma intuitionistically_elim_emp P : P emp.
......
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