theorem
  a in dom fp & p divides fp.a implies p divides Product fp
proof
  assume that
A1: a in dom fp and
A2: p divides fp.a;
  fp.a divides Product fp by A1,Th32;
  hence thesis by A2,NAT_D:4;
end;
