Theorems · Theorem · logic and foundations
Computation.bind_assoc
∀ {α : Type u} {β : Type v} {γ : Type w} (s : Computation α) (f : α → Computation β) (g : β → Computation γ),
(s.bind f).bind g = s.bind fun x => (f x).bind g- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Computationstatement and proof · cited by 182
- Computation.destructproof · cited by 37
- Computation.bindstatement and proof · cited by 22
- Computation.destruct_thinkproof · cited by 21
- Computation.BisimOproof · cited by 13
- Computation.eq_of_bisimproof · cited by 12
- Computation.recOnproof · cited by 11
- Computation.think_bindproof · cited by 7
- Computation.ret_bindproof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.