let f be rectangular FinSequence of (TOP-REAL 2); for p being Point of (TOP-REAL 2) holds
( not p in L~ f or p `1 = W-bound (L~ f) or p `1 = E-bound (L~ f) or p `2 = S-bound (L~ f) or p `2 = N-bound (L~ f) )
let p be Point of (TOP-REAL 2); ( not p in L~ f or p `1 = W-bound (L~ f) or p `1 = E-bound (L~ f) or p `2 = S-bound (L~ f) or p `2 = N-bound (L~ f) )
assume A1:
p in L~ f
; ( p `1 = W-bound (L~ f) or p `1 = E-bound (L~ f) or p `2 = S-bound (L~ f) or p `2 = N-bound (L~ f) )
consider D being non empty compact non horizontal non vertical Subset of (TOP-REAL 2) such that
A2:
f = SpStSeq D
by SPRECT_1:def 2;
L~ f = ((LSeg (NW-corner D),(NE-corner D)) \/ (LSeg (NE-corner D),(SE-corner D))) \/ ((LSeg (SE-corner D),(SW-corner D)) \/ (LSeg (SW-corner D),(NW-corner D)))
by A2, SPRECT_1:43;
then A3:
( p in (LSeg (NW-corner D),(NE-corner D)) \/ (LSeg (NE-corner D),(SE-corner D)) or p in (LSeg (SE-corner D),(SW-corner D)) \/ (LSeg (SW-corner D),(NW-corner D)) )
by A1, XBOOLE_0:def 3;