theorem Th18:
  N ` A c= N ~ A
proof
A1: N ` A c= A by Th16;
  A c= N ~ A by Th17;
  hence thesis by A1;
end;
