theorem
  r++F = r++G implies F = G
proof
  assume r++F = r++G;
  then F c= G & G c= F by Th135;
  hence thesis;
end;
