Theorems · Theorem · logic and foundations
Computation.LiftRelAux.ret_left
∀ {α : Type u} {β : Type v} (R : α → β → Prop) (C : Computation α → Computation β → Prop) (a : α) (cb : Computation β),
Computation.LiftRelAux R C (Sum.inl a) cb.destruct ↔ ∃ 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, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.pureproof · cited by 61
- Computation.thinkproof · cited by 41
- Computation.destructstatement and proof · cited by 37
- Computation.destruct_thinkproof · cited by 21
- Computation.mem_uniqueproof · cited by 15
- Computation.ret_memproof · cited by 13
- Computation.LiftRelAuxstatement and proof · cited by 12
- Computation.recOnproof · cited by 11
- Computation.think_memproof · cited by 8
- Computation.of_think_memproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Computation.LiftRelAux.ret_rightproof · cited by 0