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

auth formatting nit

parent dc793c10
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,10 @@ agreement, i.e., [✓ (●{p1} a1 ⋅ ●{p2} a2) → a1 ≡ a2]. *) ...@@ -16,7 +16,10 @@ agreement, i.e., [✓ (●{p1} a1 ⋅ ●{p2} a2) → a1 ≡ a2]. *)
Definition auth_view_rel_raw {A : ucmraT} (n : nat) (a b : A) : Prop := Definition auth_view_rel_raw {A : ucmraT} (n : nat) (a b : A) : Prop :=
b {n} a {n} a. b {n} a {n} a.
Lemma auth_view_rel_raw_mono (A : ucmraT) n1 n2 (a1 a2 b1 b2 : A) : Lemma auth_view_rel_raw_mono (A : ucmraT) n1 n2 (a1 a2 b1 b2 : A) :
auth_view_rel_raw n1 a1 b1 a1 {n2} a2 b2 {n2} b1 n2 n1 auth_view_rel_raw n1 a1 b1
a1 {n2} a2
b2 {n2} b1
n2 n1
auth_view_rel_raw n2 a2 b2. auth_view_rel_raw n2 a2 b2.
Proof. Proof.
intros [??] Ha12 ??. split. intros [??] Ha12 ??. split.
......
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