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

Merge branch 'robbert/intuitionistically_alt' into 'master'

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

See merge request iris/iris!874
parents b9583c63 88a5667f
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