Theorems · Theorem · logic and foundations
Computation.map_parallel
∀ {α : Type u} {β : Type v} (f : α → β) (S : Stream'.WSeq (Computation α)),
Computation.map f (Computation.parallel S) = Computation.parallel (Stream'.WSeq.map (Computation.map f) S)- Defined in
- Mathlib.Data.Seq.Parallel
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Stream'.Seq1proof · cited by 58
- Stream'.Seq.destructproof · cited by 47
- Computation.destructproof · cited by 37
- Computation.mapstatement and proof · cited by 21
- Stream'.WSeq.mapstatement and proof · cited by 19
- Computation.corecproof · cited by 18
- Computation.corec_eqproof · cited by 15
- Computation.BisimOproof · cited by 13
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.