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
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.
- Function.Injective.prodMapproof · cited by 9
Cited by7
Results whose statement or proof uses this declaration.
- Prod.isAddLeftRegular_mkproof · cited by 2
- Prod.isAddRightRegular_mkproof · cited by 2
- Prod.isLeftRegular_mkproof · cited by 1
- Prod.isRightRegular_mkproof · cited by 1
- Prod.map_bijectiveproof · cited by 0
- LinearMap.separatingLeft_dualProdproof · cited by 0
- Prod.isSMulRegular_iffproof · cited by 0