Theorems · Theorem · logic and foundations
Part.map_bind
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_4} (f : α → Part β) (x : Part α) (g : β → γ),
Part.map g (x.bind f) = x.bind fun y => Part.map g (f y)- Defined in
- Mathlib.Data.Part
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Partstatement and proof · cited by 325
- Part.someproof · cited by 111
- Part.bindstatement and proof · cited by 70
- Part.mapstatement and proof · cited by 65
- Part.bind_some_eq_mapproof · cited by 6
- Part.bind_assocproof · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- Partrec.bindproof · cited by 10
- Partrec.nat_recproof · cited by 3
- Computable.bind_decode_iffproof · cited by 1
- Turing.ToPartrec.Code.exists_codeproof · cited by 0