theorem Th188:
  e in f**F implies ex w st e = f*w & w in F
proof
  f**F = {f*w: w in F} by Th187;
  hence thesis;
end;
