Theorems · Definition · logic and foundations
Computation.tail
{α : Type u} → Computation α → Computation αtail c is the remainder of computation, either c if c = pure a
or c' if c = think c'.
- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Computationstatement and proof · cited by 182
- Stream'.tailproof · cited by 68
Cited by15
Results whose statement or proof uses this declaration.
- Computation.destructproof · cited by 37
- Computation.corec_eqproof · cited by 15
- Computation.eq_of_bisimproof · cited by 12
- Computation.destruct_eq_pureproof · cited by 10
- Computation.destruct_eq_thinkproof · cited by 10
- Stream'.WSeq.destruct_appendproof · cited by 3
- Stream'.WSeq.destruct_joinproof · cited by 1
- Stream'.WSeq.destruct_mapproof · cited by 1
- Stream'.WSeq.join_joinproof · cited by 1
- Computation.LiftRelRec.lemproof · cited by 1
- Stream'.WSeq.toList'_mapproof · cited by 1
- Computation.tail_purestatement · cited by 1