Module docstring
{"# Equivalence between product types
In this file we continue the work on equivalences begun in Mathlib/Logic/Equiv/Defs.lean,
focussing on product types.
Main definitions
Equiv.prodCongr ea eb : α₁ × β₁ ≃ α₂ × β₂: combine two equivalencesea : α₁ ≃ α₂andeb : β₁ ≃ β₂usingProd.map.
Tags
equivalence, congruence, bijective map "}