theorem
  Product (r*R) = Product (i|->r) * Product R
proof
  reconsider s=r as Element of REAL by XREAL_0:def 1;
  thus Product (r*R) = Product mlt(i|->s,R) by Th63
    .= Product (i|->r) * Product R by Th107;
end;
