let f1, f2 be FinSequence of (TOP-REAL 2); ( not f1 is empty & not f2 is empty implies L~ (f1 ^ f2) = ((L~ f1) \/ (LSeg ((f1 /. (len f1)),(f2 /. 1)))) \/ (L~ f2) )
set p = f1 /. (len f1);
set q = f2 /. 1;
defpred S1[ FinSequence of (TOP-REAL 2)] means L~ ((f1 ^ <*(f2 /. 1)*>) ^ $1) = ((L~ f1) \/ (LSeg ((f1 /. (len f1)),(f2 /. 1)))) \/ (L~ (<*(f2 /. 1)*> ^ $1));
assume A1:
not f1 is empty
; ( f2 is empty or L~ (f1 ^ f2) = ((L~ f1) \/ (LSeg ((f1 /. (len f1)),(f2 /. 1)))) \/ (L~ f2) )
A2:
for f being FinSequence of (TOP-REAL 2)
for o being Point of (TOP-REAL 2) st S1[f] holds
S1[f ^ <*o*>]
proof
let f be
FinSequence of
(TOP-REAL 2);
for o being Point of (TOP-REAL 2) st S1[f] holds
S1[f ^ <*o*>]let o be
Point of
(TOP-REAL 2);
( S1[f] implies S1[f ^ <*o*>] )
assume A3:
S1[
f]
;
S1[f ^ <*o*>]
per cases
( f is empty or not f is empty )
;
suppose A5:
not
f is
empty
;
S1[f ^ <*o*>]set g =
(f1 ^ <*(f2 /. 1)*>) ^ f;
set h =
<*(f2 /. 1)*> ^ f;
len f <> 0
by A5;
then consider f9 being
FinSequence of
(TOP-REAL 2),
d being
Point of
(TOP-REAL 2) such that A6:
f = f9 ^ <*d*>
by FINSEQ_2:19;
A7:
<*(f2 /. 1)*> ^ f = (<*(f2 /. 1)*> ^ f9) ^ <*d*>
by A6, FINSEQ_1:32;
then
len (<*(f2 /. 1)*> ^ f) = (len (<*(f2 /. 1)*> ^ f9)) + 1
by FINSEQ_2:16;
then A8:
(<*(f2 /. 1)*> ^ f) /. (len (<*(f2 /. 1)*> ^ f)) = d
by A7, FINSEQ_4:67;
A9:
(f1 ^ <*(f2 /. 1)*>) ^ f = ((f1 ^ <*(f2 /. 1)*>) ^ f9) ^ <*d*>
by A6, FINSEQ_1:32;
then
len ((f1 ^ <*(f2 /. 1)*>) ^ f) = (len ((f1 ^ <*(f2 /. 1)*>) ^ f9)) + 1
by FINSEQ_2:16;
then
((f1 ^ <*(f2 /. 1)*>) ^ f) /. (len ((f1 ^ <*(f2 /. 1)*>) ^ f)) = d
by A9, FINSEQ_4:67;
then A10:
(L~ (<*(f2 /. 1)*> ^ f)) \/ (LSeg ((((f1 ^ <*(f2 /. 1)*>) ^ f) /. (len ((f1 ^ <*(f2 /. 1)*>) ^ f))),o)) =
L~ ((<*(f2 /. 1)*> ^ f) ^ <*o*>)
by A8, Th19
.=
L~ (<*(f2 /. 1)*> ^ (f ^ <*o*>))
by FINSEQ_1:32
;
thus L~ ((f1 ^ <*(f2 /. 1)*>) ^ (f ^ <*o*>)) =
L~ (((f1 ^ <*(f2 /. 1)*>) ^ f) ^ <*o*>)
by FINSEQ_1:32
.=
(L~ ((f1 ^ <*(f2 /. 1)*>) ^ f)) \/ (LSeg ((((f1 ^ <*(f2 /. 1)*>) ^ f) /. (len ((f1 ^ <*(f2 /. 1)*>) ^ f))),o))
by Th19
.=
((L~ f1) \/ (LSeg ((f1 /. (len f1)),(f2 /. 1)))) \/ (L~ (<*(f2 /. 1)*> ^ (f ^ <*o*>)))
by A3, A10, XBOOLE_1:4
;
verum end; end;
end;
assume
not f2 is empty
; L~ (f1 ^ f2) = ((L~ f1) \/ (LSeg ((f1 /. (len f1)),(f2 /. 1)))) \/ (L~ f2)
then A11:
f2 = <*(f2 /. 1)*> ^ (f2 /^ 1)
by FINSEQ_5:29;
A12:
S1[ <*> the carrier of (TOP-REAL 2)]
for f being FinSequence of (TOP-REAL 2) holds S1[f]
from FINSEQ_2:sch 2(A12, A2);
then
L~ ((f1 ^ <*(f2 /. 1)*>) ^ (f2 /^ 1)) = ((L~ f1) \/ (LSeg ((f1 /. (len f1)),(f2 /. 1)))) \/ (L~ (<*(f2 /. 1)*> ^ (f2 /^ 1)))
;
hence
L~ (f1 ^ f2) = ((L~ f1) \/ (LSeg ((f1 /. (len f1)),(f2 /. 1)))) \/ (L~ f2)
by A11, FINSEQ_1:32; verum