theorem
  --F = --G implies F = G
proof
  assume --F = --G;
  then F c= G & G c= F by Th3;
  hence thesis;
end;
