theorem
  Product(2|->rr) = rr * rr
proof
  thus Product(2|->rr) = Product<*rr,rr*> by FINSEQ_2:61
    .= rr * rr by RVSUM_1:99;
end;
