Theorems · Theorem · logic and foundations
Computation.mem_map
∀ {α : Type u} {β : Type v} (f : α → β) {a : α} {s : Computation α}, a ∈ s → f a ∈ Computation.map f s- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 6 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.mapstatement · cited by 21
- Computation.ret_memproof · cited by 13
- Computation.mem_bindproof · cited by 5
- Computation.bind_pureproof · cited by 5
Cited by6
Results whose statement or proof uses this declaration.
- Stream'.WSeq.exists_of_liftRel_leftproof · cited by 3
- Stream'.WSeq.head_some_of_head_tail_someproof · cited by 1
- Stream'.WSeq.head_congrproof · cited by 1
- Stream'.WSeq.Equiv.extproof · cited by 0
- Stream'.WSeq.exists_dropn_of_memproof · cited by 0
- Stream'.WSeq.toList_ofListproof · cited by 0