Mathlib Map

Theorems · Theorem

Prod.map_def

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {δ : Type u_4} {f : α → γ} {g : β → δ},
  Prod.map f g = fun p => (f p.1, g p.2)
Defined in
Mathlib.Data.Prod.Basic
Cited by
6 results in Mathlib
Foundations
Depth 7 from the axioms · uses Quot.sound

Around this declaration

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

Cites0

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

Nothing in Mathlib beyond the foundations.

Cited by6

Results whose statement or proof uses this declaration.