Theorems · Theorem · logic and foundations
Computation.destruct_map
∀ {α : Type u} {β : Type v} (f : α → β) (s : Computation α),
(Computation.map f s).destruct = Computation.lmap f (Computation.rmap (Computation.map f) s.destruct)- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.destructstatement and proof · cited by 37
- Computation.mapstatement and proof · cited by 21
- Computation.destruct_thinkproof · cited by 21
- Computation.recOnproof · cited by 11
- Computation.map_thinkproof · cited by 6
- Computation.rmapstatement · cited by 6
- Computation.lmapstatement · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Stream'.WSeq.length_eq_mapproof · cited by 0
- Computation.map_parallelproof · cited by 0