Skip to content
Snippets Groups Projects
Commit 4f680c6b authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'ralf/pair_dist' into 'master'

add pair_dist

See merge request iris/iris!961
parents 621d76cf c0e3323a
No related branches found
No related tags found
No related merge requests found
......@@ -860,6 +860,10 @@ Section product.
Global Instance prod_ofe_discrete :
OfeDiscrete A OfeDiscrete B OfeDiscrete prodO.
Proof. intros ?? [??]; apply _. Qed.
Lemma pair_dist n (a1 a2 : A) (b1 b2 : B) :
(a1, b1) {n} (a2, b2) a1 {n} a2 b1 {n} b2.
Proof. reflexivity. Qed.
End product.
Global Arguments prodO : clear implicits.
......
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