Theorems · Theorem · logic and foundations
Computation.liftRel_pure_left
∀ {α : Type u} {β : Type v} (R : α → β → Prop) (a : α) (cb : Computation β),
Computation.LiftRel R (Computation.pure a) cb ↔ ∃ b ∈ cb, R a b- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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.purestatement and proof · cited by 61
- Computation.LiftRelstatement and proof · cited by 38
- Computation.mem_uniqueproof · cited by 15
- Computation.ret_memproof · cited by 13
- Computation.eq_of_pure_memproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Computation.liftRel_pure_rightproof · cited by 0