Equations
- PProd.mk.injArrow h₁ h₂ = Prod.noConfusion h₁ h₂
Instances For
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 fun (x : α ×' γ) => ⟨f x.fst, g x.snd⟩