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

Merge branch 'mono_nat_lb_own_0' into 'master'

add mono_nat_lb_own_0

See merge request iris/iris!817
parents 8d186d37 c6e56bd3
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,10 @@ Section mono_nat. ...@@ -97,6 +97,10 @@ Section mono_nat.
mono_nat_lb_own γ n -∗ mono_nat_lb_own γ n'. mono_nat_lb_own γ n -∗ mono_nat_lb_own γ n'.
Proof. unseal. intros. by apply own_mono, mono_nat_lb_mono. Qed. Proof. unseal. intros. by apply own_mono, mono_nat_lb_mono. Qed.
Lemma mono_nat_lb_own_0 γ :
|==> mono_nat_lb_own γ 0.
Proof. unseal. iApply own_unit. Qed.
Lemma mono_nat_own_alloc n : Lemma mono_nat_own_alloc n :
|==> γ, mono_nat_auth_own γ 1 n mono_nat_lb_own γ n. |==> γ, mono_nat_auth_own γ 1 n mono_nat_lb_own γ n.
Proof. Proof.
......
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