Theorems · Theorem · logic and foundations
Computation.eq_thinkN
∀ {α : Type u} {s : Computation α} {a : α} {n : ℕ}, s.Results a n → s = (Computation.pure a).thinkN n- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.thinkproof · cited by 41
- Computation.Resultsstatement and proof · cited by 20
- Computation.recOnproof · cited by 11
- Computation.thinkNstatement and proof · cited by 10
- Computation.Results.memproof · cited by 9
- Computation.Results.len_uniqueproof · cited by 4
- Computation.of_results_thinkproof · cited by 4
- Computation.results_pureproof · cited by 4
- Computation.eq_of_pure_memproof · cited by 4
- Computation.results_think_iffproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Computation.of_results_bindproof · cited by 2
- Computation.eq_thinkN'proof · cited by 0