Theorems · Theorem · logic and foundations
PFun.comp_assoc
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {δ : Type u_4} (f : γ →. δ) (g : β →. γ) (h : α →. β),
(f.comp g).comp h = f.comp (g.comp h)- Defined in
- Mathlib.Data.PFun
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- PFun.compstatement · cited by 10
- PFun.extproof · cited by 8
- PFun.Part.bind_compproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.