theorem
  Product (<*c*>^F) = c * Product F
proof
  thus Product (<*c*>^F) = Product <*c*> * Product F by RVSUM_1:97
    .= c * Product F;
end;
