Theorems · Theorem · logic and foundations
Computation.liftRel_bind
∀ {α : Type u} {β : Type v} {γ : Type w} {δ : Type u_1} (R : α → β → Prop) (S : γ → δ → Prop) {s1 : Computation α}
{s2 : Computation β} {f1 : α → Computation γ} {f2 : β → Computation δ},
Computation.LiftRel R s1 s2 →
(∀ {a : α} {b : β}, R a b → Computation.LiftRel S (f1 a) (f2 b)) → Computation.LiftRel S (s1.bind f1) (s2.bind f2)- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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.LiftRelstatement and proof · cited by 38
- Computation.bindstatement and proof · cited by 22
- Computation.exists_of_mem_bindproof · cited by 6
- Computation.mem_bindproof · cited by 5
Cited by5
Results whose statement or proof uses this declaration.
- Stream'.WSeq.liftRel_joinproof · cited by 2
- Computation.liftRel_mapproof · cited by 2
- Stream'.WSeq.liftRel_flattenproof · cited by 1
- Stream'.WSeq.tail_congrproof · cited by 0
- Stream'.WSeq.liftRel_appendproof · cited by 0