theorem
  N ` (N ` A) c= N ~ (N ~ A)
proof
  N ` A c= N ~ A by Th18;
  then N ` (N ` A) c= N ~ A by Th34;
  hence thesis by Th35;
end;
