Theorems · Theorem · logic and foundations
Computation.length_bind
∀ {α : Type u} {β : Type v} (s : Computation α) (f : α → Computation β) [_T1 : s.Terminates]
[_T2 : (f s.get).Terminates], (s.bind f).length = (f s.get).length + s.length- 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.
Cites8
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.lengthstatement · cited by 12
- Computation.results_of_terminatesproof · cited by 4
- Computation.Results.len_uniqueproof · cited by 4
- Computation.results_bindproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.