theorem Th3:
  F c= G iff --F c= --G
proof
  ----F = F & ----G = G;
  hence thesis by Lm1;
end;
