Theorems · Theorem
Traversable.id_sequence
∀ {t : Type u → Type u} [inst : Traversable t] [LawfulTraversable t] {α : Type u} (x : t α),
sequence (pure <$> x) = pure x- Defined in
- Mathlib.Control.Traversable.Lemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
- Assumes
- TraversableLawfulTraversable
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.
- Traversablestatement and proof · cited by 38
- LawfulTraversablestatement and proof · cited by 37
- Traversable.traverse_mapproof · cited by 6
- sequencestatement · cited by 6
- LawfulTraversable.id_traverseproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.