Theorems · Theorem · logic and foundations
Computation.parallel_congr_left
∀ {α : Type u} {S T : Stream'.WSeq (Computation α)} {a : α},
(∀ s ∈ S, s.Promises a) →
Stream'.WSeq.LiftRel Computation.Equiv S T → (Computation.parallel S).Equiv (Computation.parallel T)- Defined in
- Mathlib.Data.Seq.Parallel
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 43 from the axioms · uses propext, Classical.choice, 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
- Stream'.WSeqstatement and proof · cited by 149
- Stream'.WSeq.LiftRelstatement and proof · cited by 24
- Computation.Equivstatement and proof · cited by 21
- Computation.Promisesstatement and proof · cited by 13
- Computation.parallelstatement and proof · cited by 8
- Computation.exists_of_mem_parallelproof · cited by 3
- Stream'.WSeq.exists_of_liftRel_leftproof · cited by 3
- Stream'.WSeq.exists_of_liftRel_rightproof · cited by 2
- Computation.parallel_congr_lemproof · cited by 2
- Computation.parallel_promisesproof · cited by 2
- Computation.mem_parallelproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Computation.parallel_congr_rightproof · cited by 0