theorem Th51:
  product f c= sproduct f
proof
  let x be object;
  assume x in product f;
  then ex g st x = g & dom g = dom f &
  for x being object st x in dom f holds g.x in f.x by Def5;
  hence thesis by Def9;
end;
