Module docstring
{"# Sums and products from lists
This file provides basic results about List.prod, List.sum, which calculate the product and sum
of elements of a list and List.alternatingProd, List.alternatingSum, their alternating
counterparts.
","Several lemmas about sum/head/tail for List ℕ.
These are hard to generalize well, as they rely on the fact that default ℕ = 0.
If desired, we could add a class stating that default = 0.
"}