theorem Th13:
  A c= B iff --A c= --B
proof
  ----A = A & ----B = B;
  hence thesis by Lm2;
end;
