Skip to content
Snippets Groups Projects
Commit f1cefaac authored by Robbert Krebbers's avatar Robbert Krebbers Committed by Ralf Jung
Browse files

more space

parent 77d3a42e
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ Section mono_list_props. ...@@ -70,7 +70,7 @@ Section mono_list_props.
Global Instance mono_list_auth_dfrac_is_op dq dq1 dq2 l : Global Instance mono_list_auth_dfrac_is_op dq dq1 dq2 l :
IsOp dq dq1 dq2 IsOp' (ML{dq} l) (ML{dq1} l) (ML{dq2} l). IsOp dq dq1 dq2 IsOp' (ML{dq} l) (ML{dq1} l) (ML{dq2} l).
Proof. rewrite /IsOp' /IsOp=>->. rewrite mono_list_auth_dfrac_op //. Qed. Proof. rewrite /IsOp' /IsOp=> ->. rewrite mono_list_auth_dfrac_op //. Qed.
(** * Validity *) (** * Validity *)
Lemma mono_list_auth_dfrac_validN n dq l : {n} (ML{dq} l) dq. Lemma mono_list_auth_dfrac_validN n dq l : {n} (ML{dq} l) dq.
......
...@@ -55,10 +55,10 @@ Section mono_nat. ...@@ -55,10 +55,10 @@ Section mono_nat.
Global Instance mono_nat_auth_dfrac_is_op dq dq1 dq2 n : Global Instance mono_nat_auth_dfrac_is_op dq dq1 dq2 n :
IsOp dq dq1 dq2 IsOp' (MN{dq} n) (MN{dq1} n) (MN{dq2} n). IsOp dq dq1 dq2 IsOp' (MN{dq} n) (MN{dq1} n) (MN{dq2} n).
Proof. rewrite /IsOp' /IsOp=>->. rewrite mono_nat_auth_dfrac_op //. Qed. Proof. rewrite /IsOp' /IsOp=> ->. rewrite mono_nat_auth_dfrac_op //. Qed.
Global Instance mono_nat_lb_max_is_op n n1 n2 : Global Instance mono_nat_lb_max_is_op n n1 n2 :
IsOp (MaxNat n) (MaxNat n1) (MaxNat n2) IsOp' (MN n) (MN n1) (MN n2). IsOp (MaxNat n) (MaxNat n1) (MaxNat n2) IsOp' (MN n) (MN n1) (MN n2).
Proof. rewrite /IsOp' /IsOp /mono_nat_lb=>->. done. Qed. Proof. rewrite /IsOp' /IsOp /mono_nat_lb=> ->. done. Qed.
(** rephrasing of [mono_nat_lb_op] useful for weakening a fragment to a (** rephrasing of [mono_nat_lb_op] useful for weakening a fragment to a
smaller lower-bound *) smaller lower-bound *)
......
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