Topological sums and functorial constructions #
Lemmas on the interaction of tprod, tsum, HasProd, HasSum etc. with products, Sigma and Pi
types, MulOpposite, etc.
Product, Sigma and Pi types #
For the statement that tprod commutes with Finset.prod,
see Multipliable.tprod_finsetProd.
For the statement that tsum commutes with Finset.sum,
see Summable.tsum_finsetSum.
If a function f on β × γ has product a and for each b the restriction of f to
{b} × γ has product g b, then the function g has product a.
If a series f on β × γ has sum a and for each b the
restriction of f to {b} × γ has sum g b, then the series g has sum a.
See also hasProd_apply for FunLike types.
See also hasSum_apply for FunLike types.
See also multipliable_apply for FunLike types.
See also summable_apply for FunLike types.
See also tprod_apply for FunLike types.
See also tsum_apply for FunLike types.