theorem Th18:
  for T being set holds {} is empty Subset-Family of T
proof
  let T be set;
  {}bool T = {};
  hence thesis;
end;
