Theorems · Definition · logic and foundations
PFun.prodMap
{α : Type u_1} → {β : Type u_2} → {γ : Type u_3} → {δ : Type u_4} → (α →. γ) → (β →. δ) → α × β →. γ × δProduct of partial functions.
- Defined in
- Mathlib.Data.PFun
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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.
- PFun.prodMap_id_idstatement · cited by 0
- PFun.mem_prodMapstatement · cited by 0
- PFun.get_prodMapstatement and proof · cited by 0
- PFun.prodMap_comp_compstatement and proof · cited by 0
- PFun.prodLift_fst_comp_snd_compstatement · cited by 0
- PFun.prodMap_applystatement · cited by 0
- PFun.dom_prodMapstatement · cited by 0