theorem Th55:
  N ` H c= N ~ H
proof
A1: N ` H c= carr(H) by Th53;
  carr(H) c= N ~ H by Th54;
  hence thesis by A1;
end;
