Theorems · Theorem · logic and foundations
Computation.think_bind
∀ {α : Type u} {β : Type v} (c : Computation α) (f : α → Computation β), c.think.bind f = (c.bind f).think- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.thinkstatement and proof · cited by 41
- Computation.destructproof · cited by 37
- Computation.bindstatement · cited by 22
- Computation.destruct_thinkproof · cited by 21
- Computation.corecproof · cited by 18
- Computation.corec_eqproof · cited by 15
- Computation.destruct_eq_thinkproof · cited by 10
- Computation.Bind.fproof · cited by 2
- Computation.Bind.gproof · cited by 1
Cited by7
Results whose statement or proof uses this declaration.
- Computation.bind_pureproof · cited by 5
- Stream'.WSeq.destruct_flattenproof · cited by 4
- Stream'.WSeq.destruct_appendproof · cited by 3
- Computation.results_bindproof · cited by 2
- Computation.of_results_bindproof · cited by 2
- Stream'.WSeq.destruct_joinproof · cited by 1
- Computation.bind_assocproof · cited by 0