Theorems · Theorem · logic and foundations
Computation.parallel_congr_lem
∀ {α : Type u} {S T : Stream'.WSeq (Computation α)} {a : α},
Stream'.WSeq.LiftRel Computation.Equiv S T → ((∀ s ∈ S, s.Promises a) ↔ ∀ t ∈ T, t.Promises a)- Defined in
- Mathlib.Data.Seq.Parallel
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 42 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Stream'.WSeq.exists_of_liftRel_leftproof · cited by 3
- Stream'.WSeq.exists_of_liftRel_rightproof · cited by 2
- Computation.promises_congrproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Computation.parallel_congr_leftproof · cited by 1
- Computation.parallel_congr_rightproof · cited by 0