let f be FinSequence of (TOP-REAL 2); :: thesis: ( f is special implies for p being Point of (TOP-REAL 2) st p in L~ f holds
R_Cut f,p is special )
assume A1:
f is special
; :: thesis: for p being Point of (TOP-REAL 2) st p in L~ f holds
R_Cut f,p is special
let p be Point of (TOP-REAL 2); :: thesis: ( p in L~ f implies R_Cut f,p is special )
assume A2:
p in L~ f
; :: thesis: R_Cut f,p is special
A3:
<*p*> is special
by SPPOL_2:39;
len f <> 0
by A2, TOPREAL1:28;
then
len f > 0
by NAT_1:3;
then A4:
len f >= 0 + 1
by NAT_1:13;
A5:
( 1 <= Index p,f & Index p,f < len f )
by A2, JORDAN3:41;
A6:
mid f,1,(Index p,f) is special
by A1, Th27;
A7:
<*p*> /. 1 = p
by FINSEQ_4:25;
A8:
(Index p,f) + 1 <= len f
by A5, NAT_1:13;
( Index p,f in dom f & 1 in dom f )
by A4, A5, FINSEQ_3:27;
then A9:
(mid f,1,(Index p,f)) /. (len (mid f,1,(Index p,f))) = f /. (Index p,f)
by SPRECT_2:13;
A10:
LSeg f,(Index p,f) = LSeg (f /. (Index p,f)),(f /. ((Index p,f) + 1))
by A5, A8, TOPREAL1:def 5;
per cases
( p <> f . 1 or p = f . 1 )
;
suppose
p <> f . 1
;
:: thesis: R_Cut f,p is special then
R_Cut f,
p = (mid f,1,(Index p,f)) ^ <*p*>
by JORDAN3:def 5;
hence
R_Cut f,
p is
special
by A3, A6, A7, A9, A11, GOBOARD2:13;
:: thesis: verum end; end;