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,|[(p `1 ),(q `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,|[(p `1 ),(q `2 )]|,q*> implies ( f /. 1 = p & f /. (len f) = q & f is being_S-Seq ) )
set p1 = |[(p `1 ),(q `2 )]|;
assume A1:
( p `1 <> q `1 & p `2 <> q `2 & f = <*p,|[(p `1 ),(q `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 = |[(p `1 ),(q `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 <> |[(p `1 ),(q `2 )]| & q <> |[(p `1 ),(q `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,|[(p `1 ),(q `2 )]|) /\ (LSeg f,2)
by A2, TOPREAL1:def 5
.=
(LSeg p,|[(p `1 ),(q `2 )]|) /\ (LSeg |[(p `1 ),(q `2 )]|,q)
by A2, TOPREAL1:def 5
.=
{(f /. (i + 1))}
by A2, A4, Th36
;
:: thesis: verum
end;
thus
f is s.n.c.
:: thesis: f is special
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;