reserve r, s, t, g for Real,

          r3, r1, r2, q3, p3 for Real;
reserve T for TopStruct,
  f for RealMap of T;
reserve p for Point of TOP-REAL 2,
  P for Subset of TOP-REAL 2,
  Z for non empty Subset of TOP-REAL 2,
  X for non empty compact Subset of TOP-REAL 2;

theorem
  N-min X = N-max X implies N-most X = {N-min X}
proof
  assume N-min X = N-max X;
  then N-most X c= LSeg(N-min X, N-min X) by Th40;
  then N-most X c= {N-min X} by RLTOPSP1:70;
  hence thesis by ZFMISC_1:33;
end;
