Snoc
📁 Source: Mathlib/Data/Vector/Snoc.lean
Statistics
| Metric | Count |
|---|---|
| 4 | |
| 11 | |
| Total | 15 |
List.Vector
Definitions
| Name | Category | Theorems |
|---|---|---|
revCasesOn 📖 | CompOp | — |
revInductionOn 📖 | CompOp | — |
revInductionOn₂ 📖 | CompOp | — |
snoc 📖 | CompOp | 9 mathmath:mapAccumr_snoc, mapAccumr₂_snoc, map₂_snoc, reverse_cons, replicate_succ_to_snoc, map_snoc, snoc_nil, snoc_cons, reverse_snoc |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
mapAccumr_nil 📖 | mathematical | — | mapAccumrnilList.Vector | — | — |
mapAccumr_snoc 📖 | mathematical | — | mapAccumrsnoc | — | — |
mapAccumr₂_nil 📖 | mathematical | — | mapAccumr₂nilList.Vector | — | — |
mapAccumr₂_snoc 📖 | mathematical | — | mapAccumr₂snoc | — | — |
map_snoc 📖 | mathematical | — | mapsnoc | — | map_cons |
map₂_snoc 📖 | mathematical | — | map₂snoc | — | — |
replicate_succ_to_snoc 📖 | mathematical | — | replicatesnoc | — | replicate_succsnoc_cons |
reverse_cons 📖 | mathematical | — | reverseconssnoc | — | — |
reverse_snoc 📖 | mathematical | — | reversesnoccons | — | — |
snoc_cons 📖 | mathematical | — | snoccons | — | — |
snoc_nil 📖 | mathematical | — | snocnilcons | — | — |
---