let j be Nat; for f being S-Sequence_in_R2
for p, q being Point of (TOP-REAL 2) st 1 <= j & j < len f & p in LSeg (f,j) & q in LSeg ((f /. j),p) holds
LE q,p, L~ f,f /. 1,f /. (len f)
let f be S-Sequence_in_R2; for p, q being Point of (TOP-REAL 2) st 1 <= j & j < len f & p in LSeg (f,j) & q in LSeg ((f /. j),p) holds
LE q,p, L~ f,f /. 1,f /. (len f)
let p, q be Point of (TOP-REAL 2); ( 1 <= j & j < len f & p in LSeg (f,j) & q in LSeg ((f /. j),p) implies LE q,p, L~ f,f /. 1,f /. (len f) )
assume that
A1:
1 <= j
and
A2:
j < len f
and
A3:
p in LSeg (f,j)
and
A4:
q in LSeg ((f /. j),p)
; LE q,p, L~ f,f /. 1,f /. (len f)
A5:
j + 1 <= len f
by A2, NAT_1:13;
then A6:
LSeg (f,j) = LSeg ((f /. j),(f /. (j + 1)))
by A1, TOPREAL1:def 3;
A7:
f /. j in LSeg (f,j)
by A1, A5, TOPREAL1:21;
then A8:
LSeg ((f /. j),p) c= LSeg (f,j)
by A3, A6, TOPREAL1:6;
then A9:
q in LSeg (f,j)
by A4;
A10:
LSeg (f,j) c= L~ f
by TOPREAL3:19;
per cases
( p = q or q <> p )
;
suppose A11:
q <> p
;
LE q,p, L~ f,f /. 1,f /. (len f)
for
i,
j being
Nat st
q in LSeg (
f,
i) &
p in LSeg (
f,
j) & 1
<= i &
i + 1
<= len f & 1
<= j &
j + 1
<= len f holds
(
i <= j & (
i = j implies
LE q,
p,
f /. i,
f /. (i + 1) ) )
proof
1
<= j + 1
by NAT_1:11;
then A12:
j + 1
in dom f
by A5, FINSEQ_3:25;
let i1,
i2 be
Nat;
( q in LSeg (f,i1) & p in LSeg (f,i2) & 1 <= i1 & i1 + 1 <= len f & 1 <= i2 & i2 + 1 <= len f implies ( i1 <= i2 & ( i1 = i2 implies LE q,p,f /. i1,f /. (i1 + 1) ) ) )
assume that A13:
q in LSeg (
f,
i1)
and A14:
p in LSeg (
f,
i2)
and
1
<= i1
and A15:
i1 + 1
<= len f
and A16:
1
<= i2
and
i2 + 1
<= len f
;
( i1 <= i2 & ( i1 = i2 implies LE q,p,f /. i1,f /. (i1 + 1) ) )
A17:
p in (LSeg (f,i2)) /\ (LSeg (f,j))
by A3, A14, XBOOLE_0:def 4;
then A18:
LSeg (
f,
i2)
meets LSeg (
f,
j)
;
then A19:
j + 1
>= i2
by TOPREAL1:def 7;
A20:
q in (LSeg (f,i1)) /\ (LSeg (f,j))
by A4, A8, A13, XBOOLE_0:def 4;
then A21:
LSeg (
f,
i1)
meets LSeg (
f,
j)
;
then A22:
i1 + 1
>= j
by TOPREAL1:def 7;
A23:
now not i2 + 1 = jend;
A25:
now ( i2 + 1 > j & j + 1 > i2 implies i2 = j )end;
i2 + 1
>= j
by A18, TOPREAL1:def 7;
then
(
i2 + 1
= j or
i2 = j or
j + 1
= i2 )
by A25, A19, XXREAL_0:1;
then A29:
i2 >= j
by A23, NAT_1:11;
A30:
now ( i1 + 1 > j & j + 1 > i1 implies i1 = j )end;
A34:
j in dom f
by A1, A2, FINSEQ_3:25;
A36:
now not i1 = j + 1A37:
j + (1 + 1) = (j + 1) + 1
;
assume
i1 = j + 1
;
contradictionthen
q in {(f /. (j + 1))}
by A1, A15, A20, A37, TOPREAL1:def 6;
then
q = f /. (j + 1)
by TARSKI:def 1;
hence
contradiction
by A3, A4, A6, A7, A11, A35, SPPOL_1:7, TOPREAL1:6;
verum end;
A38:
j + 1
>= i1
by A21, TOPREAL1:def 7;
then
(
i1 + 1
= j or
i1 = j or
j + 1
= i1 )
by A30, A22, XXREAL_0:1;
then
i1 <= j
by A36, NAT_1:11;
hence
i1 <= i2
by A29, XXREAL_0:2;
( i1 = i2 implies LE q,p,f /. i1,f /. (i1 + 1) )
assume A39:
i1 = i2
;
LE q,p,f /. i1,f /. (i1 + 1)
not
p in LSeg (
(f /. j),
q)
by A4, A11, Th6;
then
not
LE p,
q,
f /. j,
f /. (j + 1)
by JORDAN3:30;
then
LT q,
p,
f /. j,
f /. (j + 1)
by A3, A6, A13, A23, A30, A22, A38, A35, A36, A39, JORDAN3:28, XXREAL_0:1;
hence
LE q,
p,
f /. i1,
f /. (i1 + 1)
by A23, A30, A22, A38, A36, A39, JORDAN3:def 6, XXREAL_0:1;
verum
end; hence
LE q,
p,
L~ f,
f /. 1,
f /. (len f)
by A3, A9, A10, A11, JORDAN5C:30;
verum end; end;