Mathlib Map

Theorems · Definition · logic and foundations

PFun.comp

{α : Type u_1} → {β : Type u_2} → {γ : Type u_3} → (β →. γ) → (α →. β) → α →. γ

Composition of partial functions as a partial function.

Defined in
Mathlib.Data.PFun
Cited by
10 results in Mathlib
Foundations
Depth 10 from the axioms · uses no axioms

Around this declaration

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

Cites2

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

  • PFunstatement and proof · cited by 207
  • Part.bindproof · cited by 70

Cited by10

Results whose statement or proof uses this declaration.