Extra facts about pprod
#
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
theorem
function.injective.pprod_map
{α : Sort u_1}
{β : Sort u_2}
{γ : Sort u_3}
{δ : Sort u_4}
{f : α → β}
{g : γ → δ}
(hf : function.injective f)
(hg : function.injective g) :
function.injective (λ (x : pprod α γ), ⟨f x.fst, g x.snd⟩)