theorem
  for X st X is included_in_Seg holds Sgm X = {} iff X = {}
proof
  let X;
  assume X is included_in_Seg;
  then rng Sgm X = X by Def13;
  hence thesis;
end;
