Theorems · Theorem · logic and foundations
Computation.liftRel_def
∀ {α : Type u} {β : Type v} {R : α → β → Prop} {ca : Computation α} {cb : Computation β},
Computation.LiftRel R ca cb ↔ (ca.Terminates ↔ cb.Terminates) ∧ ∀ {a : α} {b : β}, a ∈ ca → b ∈ cb → R a b- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext
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.Terminatesstatement and proof · cited by 48
- Computation.LiftRelstatement and proof · cited by 38
- Computation.mem_uniqueproof · cited by 15
- Computation.terminates_of_liftRelproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Stream'.WSeq.Equiv.extproof · cited by 0