theorem
  LSeg(SW-corner P,NW-corner P) c= L~SpStSeq P
proof
  LSeg(SW-corner P,NW-corner P) c= LSeg(NW-corner P,NE-corner P) \/ LSeg(
NE-corner P,SE-corner P) \/ LSeg(SE-corner P,SW-corner P) \/ LSeg(SW-corner P,
  NW-corner P) by XBOOLE_1:7;
  then
  LSeg(SW-corner P,NW-corner P) c= LSeg(NW-corner P,NE-corner P) \/ LSeg(
NE-corner P,SE-corner P) \/ (LSeg(SE-corner P,SW-corner P) \/ LSeg(SW-corner P,
  NW-corner P)) by XBOOLE_1:4;
  hence thesis by SPRECT_1:41;
end;
