Theorems · Theorem
Traversable.foldr_toList
∀ {α β : Type u} {t : Type u → Type u} [inst : Traversable t] [LawfulTraversable t] (f : α → β → β) (xs : t α) (x : β),
Traversable.foldr f x xs = List.foldr f x (Traversable.toList xs)- Defined in
- Mathlib.Control.Fold
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 42 from the axioms · uses propext, Quot.sound
- Assumes
- TraversableLawfulTraversable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.ConcreteCategory.homproof · cited by 4,022
- FreeMonoidproof · cited by 147
- FreeMonoid.ofproof · cited by 69
- Traversablestatement and proof · cited by 38
- LawfulTraversablestatement and proof · cited by 37
- FreeMonoid.toListproof · cited by 33
- FreeMonoid.ofListproof · cited by 26
- Traversable.foldMapproof · cited by 13
- TypeCat.Hom.homproof · cited by 11
- Traversable.toListstatement · cited by 8
- Traversable.toList_specproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.