theorem Th9:
  k-SD_Sub c= INT
proof
  let e be object;
  assume e in k-SD_Sub;
  then e is Integer by Th8;
  hence thesis by INT_1:def 2;
end;
