Theorems · Theorem · logic and foundations
Part.bind_assoc
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_4} (f : Part α) (g : α → Part β) (k : β → Part γ),
(f.bind g).bind k = f.bind fun x => (g x).bind k- Defined in
- Mathlib.Data.Part
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext, Quot.sound
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 by5
Results whose statement or proof uses this declaration.
- Part.bind_mapproof · cited by 6
- Part.map_bindproof · cited by 4
- Partrec.option_some_iffproof · cited by 2
- Nat.Partrec'.bindproof · cited by 2
- Turing.ToPartrec.Code.exists_codeproof · cited by 0