reserve i,j,k,l,m,n for Nat,
  D for non empty set,
  f for FinSequence of D;
reserve X for compact Subset of TOP-REAL 2;

theorem Th11:
  for p being Point of TOP-REAL 2 st p in X & p`2 = S-bound X
  holds p in S-most X
proof
  let p be Point of TOP-REAL 2 such that
A1: p in X and
A2: p`2 = S-bound X;
A3: (SW-corner X)`2 = S-bound X & (SE-corner X)`2 = S-bound X by EUCLID:52;
A4: (SW-corner X)`1 = W-bound X & (SE-corner X)`1 = E-bound X by EUCLID:52;
  W-bound X <= p`1 & p`1 <= E-bound X by A1,PSCOMP_1:24;
  then p in LSeg(SW-corner X, SE-corner X) by A2,A3,A4,GOBOARD7:8;
  hence thesis by A1,XBOOLE_0:def 4;
end;
