Theorems · Definition · logic and foundations
Computation.terminatesRecOn
{α : Type u} →
{C : Computation α → Sort v} →
(s : Computation α) →
[s.Terminates] → ((a : α) → C (Computation.pure a)) → ((s : Computation α) → C s → C s.think) → C sRecursor based on assertion of Terminates
- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Quot.sound
- Assumes
- Computation.Terminates
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.purestatement and proof · cited by 61
- Computation.Terminatesstatement and proof · cited by 48
- Computation.thinkstatement and proof · cited by 41
- Computation.getproof · cited by 14
- Computation.get_memproof · cited by 7
- Computation.memRecOnproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Computation.terminates_parallel.auxproof · cited by 1