Theorems · Theorem · logic and foundations
Computation.exists_of_mem_parallel
∀ {α : Type u} {S : Stream'.WSeq (Computation α)} {a : α}, a ∈ Computation.parallel S → ∃ c ∈ S, a ∈ c- Defined in
- Mathlib.Data.Seq.Parallel
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Stream'.Seqproof · cited by 226
- Computationstatement and proof · cited by 182
- Stream'.WSeqstatement and proof · cited by 149
- Stream'.Seq.nilproof · cited by 72
- Computation.pureproof · cited by 61
- Stream'.Seq1proof · cited by 58
- Stream'.Seq.destructproof · cited by 47
- Computation.thinkproof · cited by 41
- Computation.destructproof · cited by 37
- Computation.destruct_thinkproof · cited by 21
- Computation.corecproof · cited by 18
- Computation.corec_eqproof · cited by 15
Cited by3
Results whose statement or proof uses this declaration.
- Computation.parallel_promisesproof · cited by 2
- Computation.parallel_congr_leftproof · cited by 1
- Computation.parallel_emptyproof · cited by 0