Zip
📁 Source: Mathlib/Data/Vector/Zip.lean
Statistics
| Metric | Count |
|---|---|
DefinitionszipWith | 1 |
| 5 | |
| Total | 6 |
List.Vector
Definitions
| Name | Category | Theorems |
|---|---|---|
zipWith 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
prod_mul_prod_eq_prod_zipWith 📖 | mathematical | — | MulOne.toMulMulOneClass.toMulOneMonoid.toMulOneClassCommMonoid.toMonoidMulOne.toOnetoListzipWith | — | List.prod_mul_prod_eq_prod_zipWith_of_length_eqtoList_length |
sum_add_sum_eq_sum_zipWith 📖 | mathematical | — | AddZero.toAddAddZeroClass.toAddZeroAddMonoid.toAddZeroClassAddCommMonoid.toAddMonoidAddZero.toZerotoListzipWith | — | List.sum_add_sum_eq_sum_zipWith_of_length_eqtoList_length |
zipWith_get 📖 | mathematical | — | getzipWith | — | — |
zipWith_tail 📖 | mathematical | — | tailzipWith | — | extget_tailzipWith_get |
zipWith_toList 📖 | mathematical | — | toListzipWith | — | — |
---