let p, q be Point of (TOP-REAL 2); :: thesis: for f being FinSequence of (TOP-REAL 2) st p `1 <> q `1 & p `2 <> q `2 & f = <*p,|[(q `1 ),(p `2 )]|,q*> holds
( f /. 1 = p & f /. (len f) = q & f is being_S-Seq )

let f be FinSequence of (TOP-REAL 2); :: thesis: ( p `1 <> q `1 & p `2 <> q `2 & f = <*p,|[(q `1 ),(p `2 )]|,q*> implies ( f /. 1 = p & f /. (len f) = q & f is being_S-Seq ) )
set p1 = |[(q `1 ),(p `2 )]|;
assume A1: ( p `1 <> q `1 & p `2 <> q `2 & f = <*p,|[(q `1 ),(p `2 )]|,q*> ) ; :: thesis: ( f /. 1 = p & f /. (len f) = q & f is being_S-Seq )
then A2: ( len f = 1 + 2 & f /. 1 = p & f /. 2 = |[(q `1 ),(p `2 )]| & f /. 3 = q ) by FINSEQ_1:62, FINSEQ_4:27;
hence ( f /. 1 = p & f /. (len f) = q ) ; :: thesis: f is being_S-Seq
( p <> |[(q `1 ),(p `2 )]| & q <> |[(q `1 ),(p `2 )]| ) by A1, EUCLID:56;
hence ( f is one-to-one & len f >= 2 ) by A1, A2, FINSEQ_3:104; :: according to TOPREAL1:def 10 :: thesis: ( f is unfolded & f is s.n.c. & f is special )
thus f is unfolded :: thesis: ( f is s.n.c. & f is special )
proof
let i be Nat; :: according to TOPREAL1:def 8 :: thesis: ( not 1 <= i or not i + 2 <= len f or (LSeg f,i) /\ (LSeg f,(i + 1)) = {(f /. (i + 1))} )
assume A3: ( 1 <= i & i + 2 <= len f ) ; :: thesis: (LSeg f,i) /\ (LSeg f,(i + 1)) = {(f /. (i + 1))}
then i <= 1 by A2, XREAL_1:8;
then A4: i = 1 by A3, XXREAL_0:1;
hence (LSeg f,i) /\ (LSeg f,(i + 1)) = (LSeg p,|[(q `1 ),(p `2 )]|) /\ (LSeg f,2) by A2, TOPREAL1:def 5
.= (LSeg p,|[(q `1 ),(p `2 )]|) /\ (LSeg |[(q `1 ),(p `2 )]|,q) by A2, TOPREAL1:def 5
.= {(f /. (i + 1))} by A2, A4, Th37 ;
:: thesis: verum
end;
thus f is s.n.c. :: thesis: f is special
proof
let i, j be Nat; :: according to TOPREAL1:def 9 :: thesis: ( j <= i + 1 or LSeg f,i misses LSeg f,j )
assume A5: i + 1 < j ; :: thesis: LSeg f,i misses LSeg f,j
now end;
hence LSeg f,i misses LSeg f,j ; :: thesis: verum
end;
let i be Nat; :: according to TOPREAL1:def 7 :: thesis: ( not 1 <= i or not i + 1 <= len f or (f /. i) `1 = (f /. (i + 1)) `1 or (f /. i) `2 = (f /. (i + 1)) `2 )
assume A6: ( 1 <= i & i + 1 <= len f ) ; :: thesis: ( (f /. i) `1 = (f /. (i + 1)) `1 or (f /. i) `2 = (f /. (i + 1)) `2 )
set p2 = f /. i;
set p3 = f /. (i + 1);
A7: ( i <= 2 & i > 0 ) by A2, A6, XREAL_1:8;
per cases ( i = 1 or i = 2 ) by A7, NAT_1:27;
suppose i = 1 ; :: thesis: ( (f /. i) `1 = (f /. (i + 1)) `1 or (f /. i) `2 = (f /. (i + 1)) `2 )
hence ( (f /. i) `1 = (f /. (i + 1)) `1 or (f /. i) `2 = (f /. (i + 1)) `2 ) by A2, EUCLID:56; :: thesis: verum
end;
suppose i = 2 ; :: thesis: ( (f /. i) `1 = (f /. (i + 1)) `1 or (f /. i) `2 = (f /. (i + 1)) `2 )
hence ( (f /. i) `1 = (f /. (i + 1)) `1 or (f /. i) `2 = (f /. (i + 1)) `2 ) by A2, EUCLID:56; :: thesis: verum
end;
end;