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