Add `prod_swap` and some basic results for it.
All threads resolved!
All threads resolved!
Compare changes
+ 20
− 0
@@ -754,6 +754,10 @@ Definition prod_zip {A A' A'' B B' B''} (f : A → A' → A'') (g : B → B' →
@@ -780,6 +784,7 @@ Proof. destruct p as [[[??] ?] ?]; reflexivity. Qed.
@@ -789,6 +794,14 @@ Proof.
@@ -817,6 +830,10 @@ Section prod_relation.
@@ -861,6 +878,9 @@ Section prod_setoid.