Basic
📁 Source: Mathlib/Control/Traversable/Basic.lean
Statistics
| Metric | Count |
|---|---|
| 15 | |
Theoremsapp_eq_coe, coe_inj, coe_mk, comp_apply, comp_assoc, comp_id, congr_arg, congr_fun, ext, ext_iff, id_comp, preserves_map, preserves_map', preserves_pure, preserves_pure', preserves_seq, preserves_seq', comp_traverse, id_traverse, naturality, toLawfulFunctor, traverse_eq_map_id, instLawfulTraversableId | 23 |
| Total | 38 |
ApplicativeTransformation
Definitions
| Name | Category | Theorems |
|---|---|---|
app 📖 | CompOp | |
comp 📖 | CompOp | |
idTransformation 📖 | CompOp | |
instCoeFunForallForall 📖 | CompOp | — |
instInhabited 📖 | CompOp | — |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
app_eq_coe 📖 | mathematical | — | app | — | — |
coe_inj 📖 | — | app | — | — | — |
coe_mk 📖 | mathematical | — | app | — | — |
comp_apply 📖 | — | — | — | — | — |
comp_assoc 📖 | mathematical | — | comp | — | — |
comp_id 📖 | mathematical | — | compidTransformation | — | ext |
congr_arg 📖 | — | — | — | — | — |
congr_fun 📖 | — | — | — | — | — |
ext 📖 | — | — | — | — | — |
ext_iff 📖 | — | — | — | — | ext |
id_comp 📖 | mathematical | — | compidTransformation | — | ext |
preserves_map 📖 | — | — | — | — | preserves_seqpreserves_pure |
preserves_map' 📖 | — | — | — | — | preserves_map |
preserves_pure 📖 | — | — | — | — | preserves_pure' |
preserves_pure' 📖 | mathematical | — | app | — | — |
preserves_seq 📖 | — | — | — | — | preserves_seq' |
preserves_seq' 📖 | mathematical | — | app | — | — |
LawfulTraversable
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
comp_traverse 📖 | mathematical | — | Traversable.traverseFunctor.CompFunctor.Comp.instApplicativeComp | — | — |
id_traverse 📖 | mathematical | — | Traversable.traverse | — | — |
naturality 📖 | mathematical | — | Traversable.traverse | — | — |
toLawfulFunctor 📖 | mathematical | — | Traversable.toFunctor | — | — |
traverse_eq_map_id 📖 | mathematical | — | Traversable.traverseTraversable.toFunctor | — | — |
Sum
Definitions
| Name | Category | Theorems |
|---|---|---|
traverse 📖 | CompOp |
Traversable
Definitions
(root)
Definitions
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
instLawfulTraversableId 📖 | mathematical | — | LawfulTraversableinstTraversableId | — | — |
---