Instances
📁 Source: Mathlib/Control/Traversable/Instances.lean
Statistics
| Metric | Count |
|---|---|
| Definitions | 0 |
Theoremscomp_traverse, id_traverse, instLawfulTraversable, mem_traverse, naturality, traverse_append, traverse_cons, traverse_eq_map_id, traverse_nil, comp_traverse, id_traverse, naturality, traverse_eq_map_id, comp_traverse, id_traverse, instLawfulTraversable, map_traverse, naturality, traverse_eq_map_id, traverse_map, instLawfulTraversableOption | 21 |
| Total | 21 |
List
Theorems
Option
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
comp_traverse 📖 | mathematical | — | traverseFunctor.CompFunctor.Comp.instApplicativeComp | — | — |
id_traverse 📖 | mathematical | — | traverse | — | — |
naturality 📖 | mathematical | — | traverse | — | ApplicativeTransformation.preserves_pureApplicativeTransformation.preserves_map |
traverse_eq_map_id 📖 | mathematical | — | traverse | — | — |
Sum
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
comp_traverse 📖 | mathematical | — | traverseFunctor.CompFunctor.Comp.instApplicativeComp | — | — |
id_traverse 📖 | mathematical | — | traverse | — | — |
instLawfulTraversable 📖 | mathematical | — | LawfulTraversableinstTraversableSum | — | instLawfulMonad_mathlibid_traversecomp_traversetraverse_eq_map_idnaturality |
map_traverse 📖 | mathematical | — | Traversable.toFunctorinstTraversableSumtraverse | — | — |
naturality 📖 | mathematical | — | traverse | — | ApplicativeTransformation.preserves_pureApplicativeTransformation.preserves_map |
traverse_eq_map_id 📖 | mathematical | — | traverseTraversable.toFunctorinstTraversableSum | — | CommApplicative.toLawfulApplicativeinstCommApplicativeId |
traverse_map 📖 | mathematical | — | traverseTraversable.toFunctorinstTraversableSum | — | — |
(root)
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
instLawfulTraversableOption 📖 | mathematical | — | LawfulTraversableinstTraversableOption | — | Option.id_traverseOption.comp_traverseOption.traverse_eq_map_idOption.naturality |
---