Mathlib Map

Theorems · Theorem

Prod.map_injective

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {δ : Type u_4} [Nonempty α] [Nonempty β] {f : α → γ} {g : β → δ},
  Function.Injective (Prod.map f g) ↔ Function.Injective f ∧ Function.Injective g
Defined in
Mathlib.Data.Prod.Basic
Cited by
7 results in Mathlib
Foundations
Depth 7 from the axioms · uses Classical.choice
Assumes
NonemptyNonempty

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites1

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by7

Results whose statement or proof uses this declaration.