Basic
📁 Source: Mathlib/Control/Basic.lean
Statistics
| Metric | Count |
|---|---|
DefinitionsCommApplicative, mapAccumLM, mapAccumRM, bind, instMonad_mathlib, succeeds, try?, tryM, zipWithM, zipWithM' | 10 |
| 18 | |
| Total | 28 |
CommApplicative
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
commutative_map 📖 | — | — | — | — | map_seqtoLawfulApplicativecommutative_prod |
commutative_prod 📖 | — | — | — | — | — |
toLawfulApplicative 📖 | — | — | — | — | — |
List
Definitions
| Name | Category | Theorems |
|---|---|---|
mapAccumLM 📖 | CompOp | — |
mapAccumRM 📖 | CompOp | — |
Sum
Definitions
| Name | Category | Theorems |
|---|---|---|
bind 📖 | CompOp | — |
instMonad_mathlib 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
instLawfulFunctor_mathlib 📖 | mathematical | — | instMonad_mathlib | — | — |
instLawfulMonad_mathlib 📖 | mathematical | — | instMonad_mathlib | — | instLawfulFunctor_mathlib |
(root)
Definitions
| Name | Category | Theorems |
|---|---|---|
CommApplicative 📖 | CompData | |
succeeds 📖 | CompOp | — |
try? 📖 | CompOp | — |
tryM 📖 | CompOp | — |
zipWithM 📖 | CompOp | — |
zipWithM' 📖 | CompOp | — |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
fish_assoc 📖 | — | — | — | — | — |
fish_pipe 📖 | — | — | — | — | — |
fish_pure 📖 | — | — | — | — | — |
guard_false 📖 | — | — | — | — | — |
guard_true 📖 | — | — | — | — | — |
joinM_map_joinM 📖 | mathematical | — | joinM | — | — |
joinM_map_map 📖 | mathematical | — | joinM | — | — |
joinM_map_pure 📖 | mathematical | — | joinM | — | — |
joinM_pure 📖 | mathematical | — | joinM | — | — |
map_seq 📖 | — | — | — | — | — |
pure_id'_seq 📖 | — | — | — | — | — |
seq_bind_eq 📖 | — | — | — | — | — |
seq_map_assoc 📖 | — | — | — | — | — |
---