theorem Th32:
  for a st a in dom fp holds fp.a divides Product fp
proof
  let a;
  assume a in dom fp;
  then fp.a in rng fp by FUNCT_1:3;
  hence thesis by NAT_3:7;
end;
