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

add mono_nat_lb_own_0

parent 2f866db4
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,10 @@ Section mono_nat.
mono_nat_lb_own γ n -∗ mono_nat_lb_own γ n'.
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 :
|==> γ, mono_nat_auth_own γ 1 n mono_nat_lb_own γ n.
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