theorem Th99:
  for r1, r2 being Complex holds Product <*r1,r2*> = r1 * r2
proof
  let r1, r2 be Complex;
  thus Product <*r1,r2*> = Product <*r1*> * r2 by Th96
    .= r1 * r2;
end;
