Theorems · Theorem
Traversable.foldrm_toList
∀ {α β : Type u} {t : Type u → Type u} [inst : Traversable t] [LawfulTraversable t] {m : Type u → Type u}
[inst_2 : Monad m] [LawfulMonad m] (f : α → β → m β) (x : β) (xs : t α),
Traversable.foldrm f x xs = List.foldrM 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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Traversablestatement and proof · cited by 38
- LawfulTraversablestatement and proof · cited by 37
- FreeMonoid.ofListproof · cited by 26
- Traversable.foldMapproof · cited by 13
- Traversable.toListstatement · cited by 8
- Traversable.toList_specproof · cited by 6
- Traversable.foldMap_hom_freeproof · cited by 5
- Monoid.foldrM.mkproof · cited by 3
- Monoid.foldrM.ofFreeMonoidproof · cited by 3
- Traversable.foldrmstatement · cited by 2
- Traversable.foldrm.ofFreeMonoid_comp_ofproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.