Theorems · Theorem · logic and foundations
Computation.get_bind
∀ {α : Type u} {β : Type v} (s : Computation α) (f : α → Computation β) [inst : s.Terminates]
[inst_1 : (f s.get).Terminates], (s.bind f).get = (f s.get).get- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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.Terminatesstatement and proof · cited by 48
- Computation.bindstatement and proof · cited by 22
- Computation.getstatement and proof · cited by 14
- Computation.get_eq_of_memproof · cited by 9
- Computation.get_memproof · cited by 7
- Computation.mem_bindproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.