theorem Th134:
  e in f++F implies ex w st e = f+w & w in F
proof
  f++F = {f+w: w in F} by Th133;
  hence thesis;
end;
