let a, b, c, d be real number ; :: thesis: for f1, f2 being FinSequence of (TOP-REAL 2)
for p0, p1, p01, p10 being Point of (TOP-REAL 2) st a < b & c < d & p0 = |[a,c]| & p1 = |[b,d]| & p01 = |[a,d]| & p10 = |[b,c]| & f1 = <*p0,p01,p1*> & f2 = <*p0,p10,p1*> holds
( f1 is being_S-Seq & L~ f1 = (LSeg p0,p01) \/ (LSeg p01,p1) & f2 is being_S-Seq & L~ f2 = (LSeg p0,p10) \/ (LSeg p10,p1) & rectangle a,b,c,d = (L~ f1) \/ (L~ f2) & (L~ f1) /\ (L~ f2) = {p0,p1} & f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 )
let f1, f2 be FinSequence of (TOP-REAL 2); :: thesis: for p0, p1, p01, p10 being Point of (TOP-REAL 2) st a < b & c < d & p0 = |[a,c]| & p1 = |[b,d]| & p01 = |[a,d]| & p10 = |[b,c]| & f1 = <*p0,p01,p1*> & f2 = <*p0,p10,p1*> holds
( f1 is being_S-Seq & L~ f1 = (LSeg p0,p01) \/ (LSeg p01,p1) & f2 is being_S-Seq & L~ f2 = (LSeg p0,p10) \/ (LSeg p10,p1) & rectangle a,b,c,d = (L~ f1) \/ (L~ f2) & (L~ f1) /\ (L~ f2) = {p0,p1} & f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 )
let p0, p1, p01, p10 be Point of (TOP-REAL 2); :: thesis: ( a < b & c < d & p0 = |[a,c]| & p1 = |[b,d]| & p01 = |[a,d]| & p10 = |[b,c]| & f1 = <*p0,p01,p1*> & f2 = <*p0,p10,p1*> implies ( f1 is being_S-Seq & L~ f1 = (LSeg p0,p01) \/ (LSeg p01,p1) & f2 is being_S-Seq & L~ f2 = (LSeg p0,p10) \/ (LSeg p10,p1) & rectangle a,b,c,d = (L~ f1) \/ (L~ f2) & (L~ f1) /\ (L~ f2) = {p0,p1} & f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 ) )
assume A1:
( a < b & c < d & p0 = |[a,c]| & p1 = |[b,d]| & p01 = |[a,d]| & p10 = |[b,c]| & f1 = <*p0,p01,p1*> & f2 = <*p0,p10,p1*> )
; :: thesis: ( f1 is being_S-Seq & L~ f1 = (LSeg p0,p01) \/ (LSeg p01,p1) & f2 is being_S-Seq & L~ f2 = (LSeg p0,p10) \/ (LSeg p10,p1) & rectangle a,b,c,d = (L~ f1) \/ (L~ f2) & (L~ f1) /\ (L~ f2) = {p0,p1} & f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 )
set P = rectangle a,b,c,d;
set L1 = { p where p is Point of (TOP-REAL 2) : ( p `1 = a & p `2 <= d & p `2 >= c ) } ;
set L2 = { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = d ) } ;
set L3 = { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = c ) } ;
set L4 = { p where p is Point of (TOP-REAL 2) : ( p `1 = b & p `2 <= d & p `2 >= c ) } ;
A2:
( p1 `1 = b & p1 `2 = d )
by A1, EUCLID:56;
A3:
( p10 `1 = b & p10 `2 = c )
by A1, EUCLID:56;
A4:
( p0 `1 = a & p0 `2 = c )
by A1, EUCLID:56;
A5:
len f1 = 1 + 2
by A1, FINSEQ_1:62;
A6:
( f1 /. 1 = p0 & f1 /. 2 = p01 & f1 /. 3 = p1 )
by A1, FINSEQ_4:27;
thus
f1 is being_S-Seq
:: thesis: ( L~ f1 = (LSeg p0,p01) \/ (LSeg p01,p1) & f2 is being_S-Seq & L~ f2 = (LSeg p0,p10) \/ (LSeg p10,p1) & rectangle a,b,c,d = (L~ f1) \/ (L~ f2) & (L~ f1) /\ (L~ f2) = {p0,p1} & f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 )proof
(
p0 <> p01 &
p01 <> p1 &
p0 <> p1 )
by A1, A2, A4, EUCLID:56;
hence
f1 is
one-to-one
by A1, FINSEQ_3:104;
:: according to TOPREAL1:def 10 :: thesis: ( 2 <= len f1 & f1 is unfolded & f1 is s.n.c. & f1 is special )
thus
len f1 >= 2
by A5;
:: thesis: ( f1 is unfolded & f1 is s.n.c. & f1 is special )
thus
f1 is
unfolded
:: thesis: ( f1 is s.n.c. & f1 is special )proof
let i be
Nat;
:: according to TOPREAL1:def 8 :: thesis: ( not 1 <= i or not i + 2 <= len f1 or (LSeg f1,i) /\ (LSeg f1,(i + 1)) = {(f1 /. (i + 1))} )
assume A7:
( 1
<= i &
i + 2
<= len f1 )
;
:: thesis: (LSeg f1,i) /\ (LSeg f1,(i + 1)) = {(f1 /. (i + 1))}
then
i <= 1
by A5, XREAL_1:8;
then A8:
i = 1
by A7, XXREAL_0:1;
reconsider n2 = 1
+ 1 as
Element of
NAT ;
n2 in Seg (len f1)
by A5, FINSEQ_1:3;
then A9:
(
LSeg f1,1
= LSeg p0,
p01 &
LSeg f1,
n2 = LSeg p01,
p1 )
by A5, A6, TOPREAL1:def 5;
for
x being
set holds
(
x in (LSeg p0,p01) /\ (LSeg p01,p1) iff
x = p01 )
proof
let x be
set ;
:: thesis: ( x in (LSeg p0,p01) /\ (LSeg p01,p1) iff x = p01 )
thus
(
x in (LSeg p0,p01) /\ (LSeg p01,p1) implies
x = p01 )
:: thesis: ( x = p01 implies x in (LSeg p0,p01) /\ (LSeg p01,p1) )
assume
x = p01
;
:: thesis: x in (LSeg p0,p01) /\ (LSeg p01,p1)
then
(
x in LSeg p0,
p01 &
x in LSeg p01,
p1 )
by RLTOPSP1:69;
hence
x in (LSeg p0,p01) /\ (LSeg p01,p1)
by XBOOLE_0:def 4;
:: thesis: verum
end;
hence
(LSeg f1,i) /\ (LSeg f1,(i + 1)) = {(f1 /. (i + 1))}
by A6, A8, A9, TARSKI:def 1;
:: thesis: verum
end;
thus
f1 is
s.n.c.
:: thesis: f1 is special
let i be
Nat;
:: according to TOPREAL1:def 7 :: thesis: ( not 1 <= i or not i + 1 <= len f1 or (f1 /. i) `1 = (f1 /. (i + 1)) `1 or (f1 /. i) `2 = (f1 /. (i + 1)) `2 )
assume A14:
( 1
<= i &
i + 1
<= len f1 )
;
:: thesis: ( (f1 /. i) `1 = (f1 /. (i + 1)) `1 or (f1 /. i) `2 = (f1 /. (i + 1)) `2 )
then A15:
i <= 1
+ 1
by A5, XREAL_1:8;
hence
(
(f1 /. i) `1 = (f1 /. (i + 1)) `1 or
(f1 /. i) `2 = (f1 /. (i + 1)) `2 )
;
:: thesis: verum
end;
L~ f1 = union {(LSeg p0,p01),(LSeg p01,p1)}
proof
(
len f1 = 2
+ 1 & 1
+ 1
in Seg (len f1) )
by A5, FINSEQ_1:3;
then
( 1
+ 1
<= len f1 &
LSeg p0,
p01 = LSeg f1,1 )
by A6, TOPREAL1:def 5;
then A18:
LSeg p0,
p01 in { (LSeg f1,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f1 ) }
;
( 2
+ 1
<= len f1 &
LSeg p01,
p1 = LSeg f1,2 )
by A5, A6, TOPREAL1:def 5;
then
LSeg p01,
p1 in { (LSeg f1,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f1 ) }
;
then A19:
{(LSeg p0,p01),(LSeg p01,p1)} c= { (LSeg f1,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f1 ) }
by A18, ZFMISC_1:38;
{ (LSeg f1,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f1 ) } c= {(LSeg p0,p01),(LSeg p01,p1)}
proof
let a be
set ;
:: according to TARSKI:def 3 :: thesis: ( not a in { (LSeg f1,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f1 ) } or a in {(LSeg p0,p01),(LSeg p01,p1)} )
assume
a in { (LSeg f1,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f1 ) }
;
:: thesis: a in {(LSeg p0,p01),(LSeg p01,p1)}
then consider i being
Element of
NAT such that A20:
(
a = LSeg f1,
i & 1
<= i &
i + 1
<= len f1 )
;
i + 1
<= 2
+ 1
by A1, A20, FINSEQ_1:62;
then
i <= 1
+ 1
by XREAL_1:8;
then
(
i = 1 or
i = 2 )
by A20, NAT_1:9;
then
(
a = LSeg p0,
p01 or
a = LSeg p01,
p1 )
by A6, A20, TOPREAL1:def 5;
hence
a in {(LSeg p0,p01),(LSeg p01,p1)}
by TARSKI:def 2;
:: thesis: verum
end;
hence
L~ f1 = union {(LSeg p0,p01),(LSeg p01,p1)}
by A19, XBOOLE_0:def 10;
:: thesis: verum
end;
hence A21:
L~ f1 = (LSeg p0,p01) \/ (LSeg p01,p1)
by ZFMISC_1:93; :: thesis: ( f2 is being_S-Seq & L~ f2 = (LSeg p0,p10) \/ (LSeg p10,p1) & rectangle a,b,c,d = (L~ f1) \/ (L~ f2) & (L~ f1) /\ (L~ f2) = {p0,p1} & f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 )
then A22: L~ f1 =
{ p where p is Point of (TOP-REAL 2) : ( p `1 = a & p `2 <= d & p `2 >= c ) } \/ (LSeg p01,p1)
by A1, Th39
.=
{ p where p is Point of (TOP-REAL 2) : ( p `1 = a & p `2 <= d & p `2 >= c ) } \/ { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = d ) }
by A1, Th39
;
A23:
len f2 = 1 + 2
by A1, FINSEQ_1:62;
A24:
( f2 /. 1 = p0 & f2 /. 2 = p10 & f2 /. 3 = p1 )
by A1, FINSEQ_4:27;
thus
f2 is being_S-Seq
:: thesis: ( L~ f2 = (LSeg p0,p10) \/ (LSeg p10,p1) & rectangle a,b,c,d = (L~ f1) \/ (L~ f2) & (L~ f1) /\ (L~ f2) = {p0,p1} & f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 )proof
thus
f2 is
one-to-one
by A1, A2, A3, A4, FINSEQ_3:104;
:: according to TOPREAL1:def 10 :: thesis: ( 2 <= len f2 & f2 is unfolded & f2 is s.n.c. & f2 is special )
thus
len f2 >= 2
by A23;
:: thesis: ( f2 is unfolded & f2 is s.n.c. & f2 is special )
thus
f2 is
unfolded
:: thesis: ( f2 is s.n.c. & f2 is special )proof
let i be
Nat;
:: according to TOPREAL1:def 8 :: thesis: ( not 1 <= i or not i + 2 <= len f2 or (LSeg f2,i) /\ (LSeg f2,(i + 1)) = {(f2 /. (i + 1))} )
assume A25:
( 1
<= i &
i + 2
<= len f2 )
;
:: thesis: (LSeg f2,i) /\ (LSeg f2,(i + 1)) = {(f2 /. (i + 1))}
then
i <= 1
by A23, XREAL_1:8;
then A26:
i = 1
by A25, XXREAL_0:1;
1
+ 1
in Seg (len f2)
by A23, FINSEQ_1:3;
then A27:
(
LSeg f2,1
= LSeg p0,
p10 &
LSeg f2,
(1 + 1) = LSeg p10,
p1 )
by A23, A24, TOPREAL1:def 5;
for
x being
set holds
(
x in (LSeg p0,p10) /\ (LSeg p10,p1) iff
x = p10 )
proof
let x be
set ;
:: thesis: ( x in (LSeg p0,p10) /\ (LSeg p10,p1) iff x = p10 )
thus
(
x in (LSeg p0,p10) /\ (LSeg p10,p1) implies
x = p10 )
:: thesis: ( x = p10 implies x in (LSeg p0,p10) /\ (LSeg p10,p1) )
assume
x = p10
;
:: thesis: x in (LSeg p0,p10) /\ (LSeg p10,p1)
then
(
x in LSeg p0,
p10 &
x in LSeg p10,
p1 )
by RLTOPSP1:69;
hence
x in (LSeg p0,p10) /\ (LSeg p10,p1)
by XBOOLE_0:def 4;
:: thesis: verum
end;
hence
(LSeg f2,i) /\ (LSeg f2,(i + 1)) = {(f2 /. (i + 1))}
by A24, A26, A27, TARSKI:def 1;
:: thesis: verum
end;
thus
f2 is
s.n.c.
:: thesis: f2 is special
let i be
Nat;
:: according to TOPREAL1:def 7 :: thesis: ( not 1 <= i or not i + 1 <= len f2 or (f2 /. i) `1 = (f2 /. (i + 1)) `1 or (f2 /. i) `2 = (f2 /. (i + 1)) `2 )
assume A32:
( 1
<= i &
i + 1
<= len f2 )
;
:: thesis: ( (f2 /. i) `1 = (f2 /. (i + 1)) `1 or (f2 /. i) `2 = (f2 /. (i + 1)) `2 )
then A33:
i <= 1
+ 1
by A23, XREAL_1:8;
end;
A36:
L~ f2 = union {(LSeg p0,p10),(LSeg p10,p1)}
proof
(
len f2 = 2
+ 1 & 1
+ 1
in Seg (len f2) )
by A23, FINSEQ_1:3;
then
( 1
+ 1
<= len f2 &
LSeg p0,
p10 = LSeg f2,1 )
by A24, TOPREAL1:def 5;
then A37:
LSeg p0,
p10 in { (LSeg f2,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f2 ) }
;
( 2
+ 1
<= len f2 &
LSeg p10,
p1 = LSeg f2,2 )
by A23, A24, TOPREAL1:def 5;
then
LSeg p10,
p1 in { (LSeg f2,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f2 ) }
;
then A38:
{(LSeg p0,p10),(LSeg p10,p1)} c= { (LSeg f2,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f2 ) }
by A37, ZFMISC_1:38;
{ (LSeg f2,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f2 ) } c= {(LSeg p0,p10),(LSeg p10,p1)}
proof
let ax be
set ;
:: according to TARSKI:def 3 :: thesis: ( not ax in { (LSeg f2,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f2 ) } or ax in {(LSeg p0,p10),(LSeg p10,p1)} )
assume
ax in { (LSeg f2,i) where i is Element of NAT : ( 1 <= i & i + 1 <= len f2 ) }
;
:: thesis: ax in {(LSeg p0,p10),(LSeg p10,p1)}
then consider i being
Element of
NAT such that A39:
(
ax = LSeg f2,
i & 1
<= i &
i + 1
<= len f2 )
;
i + 1
<= 2
+ 1
by A1, A39, FINSEQ_1:62;
then
i <= 1
+ 1
by XREAL_1:8;
then
(
i = 1 or
i = 2 )
by A39, NAT_1:9;
then
(
ax = LSeg p0,
p10 or
ax = LSeg p10,
p1 )
by A24, A39, TOPREAL1:def 5;
hence
ax in {(LSeg p0,p10),(LSeg p10,p1)}
by TARSKI:def 2;
:: thesis: verum
end;
hence
L~ f2 = union {(LSeg p0,p10),(LSeg p10,p1)}
by A38, XBOOLE_0:def 10;
:: thesis: verum
end;
hence
L~ f2 = (LSeg p0,p10) \/ (LSeg p10,p1)
by ZFMISC_1:93; :: thesis: ( rectangle a,b,c,d = (L~ f1) \/ (L~ f2) & (L~ f1) /\ (L~ f2) = {p0,p1} & f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 )
L~ f2 = (LSeg p0,p10) \/ (LSeg p10,p1)
by A36, ZFMISC_1:93;
then A40: L~ f2 =
{ p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = c ) } \/ (LSeg p10,p1)
by A1, Th39
.=
{ p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = c ) } \/ { p where p is Point of (TOP-REAL 2) : ( p `1 = b & p `2 <= d & p `2 >= c ) }
by A1, Th39
;
rectangle a,b,c,d = ((LSeg p0,p01) \/ (LSeg p01,p1)) \/ ((LSeg p0,p10) \/ (LSeg p10,p1))
by A1, SPPOL_2:def 3;
hence
rectangle a,b,c,d = (L~ f1) \/ (L~ f2)
by A21, A36, ZFMISC_1:93; :: thesis: ( (L~ f1) /\ (L~ f2) = {p0,p1} & f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 )
then A43:
{ p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = d ) } /\ { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = c ) } = {}
by XBOOLE_0:def 7;
A44:
( LSeg |[a,c]|,|[a,d]| = { p3 where p3 is Point of (TOP-REAL 2) : ( p3 `1 = a & p3 `2 <= d & p3 `2 >= c ) } & LSeg |[a,d]|,|[b,d]| = { p2 where p2 is Point of (TOP-REAL 2) : ( p2 `1 <= b & p2 `1 >= a & p2 `2 = d ) } & LSeg |[a,c]|,|[b,c]| = { q1 where q1 is Point of (TOP-REAL 2) : ( q1 `1 <= b & q1 `1 >= a & q1 `2 = c ) } & LSeg |[b,c]|,|[b,d]| = { q2 where q2 is Point of (TOP-REAL 2) : ( q2 `1 = b & q2 `2 <= d & q2 `2 >= c ) } & (LSeg |[a,c]|,|[a,d]|) /\ (LSeg |[a,c]|,|[b,c]|) = {|[a,c]|} & (LSeg |[a,d]|,|[b,d]|) /\ (LSeg |[b,c]|,|[b,d]|) = {|[b,d]|} )
by A1, Th39, Th41, Th43;
then A47:
{ p where p is Point of (TOP-REAL 2) : ( p `1 = a & p `2 <= d & p `2 >= c ) } /\ { p where p is Point of (TOP-REAL 2) : ( p `1 = b & p `2 <= d & p `2 >= c ) } = {}
by XBOOLE_0:def 7;
thus (L~ f1) /\ (L~ f2) =
(({ p where p is Point of (TOP-REAL 2) : ( p `1 = a & p `2 <= d & p `2 >= c ) } \/ { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = d ) } ) /\ { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = c ) } ) \/ (({ p where p is Point of (TOP-REAL 2) : ( p `1 = a & p `2 <= d & p `2 >= c ) } \/ { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = d ) } ) /\ { p where p is Point of (TOP-REAL 2) : ( p `1 = b & p `2 <= d & p `2 >= c ) } )
by A22, A40, XBOOLE_1:23
.=
(({ p where p is Point of (TOP-REAL 2) : ( p `1 = a & p `2 <= d & p `2 >= c ) } /\ { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = c ) } ) \/ ({ p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = d ) } /\ { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = c ) } )) \/ (({ p where p is Point of (TOP-REAL 2) : ( p `1 = a & p `2 <= d & p `2 >= c ) } \/ { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = d ) } ) /\ { p where p is Point of (TOP-REAL 2) : ( p `1 = b & p `2 <= d & p `2 >= c ) } )
by XBOOLE_1:23
.=
({ p where p is Point of (TOP-REAL 2) : ( p `1 = a & p `2 <= d & p `2 >= c ) } /\ { p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = c ) } ) \/ (({ p where p is Point of (TOP-REAL 2) : ( p `1 = a & p `2 <= d & p `2 >= c ) } /\ { p where p is Point of (TOP-REAL 2) : ( p `1 = b & p `2 <= d & p `2 >= c ) } ) \/ ({ p where p is Point of (TOP-REAL 2) : ( p `1 <= b & p `1 >= a & p `2 = d ) } /\ { p where p is Point of (TOP-REAL 2) : ( p `1 = b & p `2 <= d & p `2 >= c ) } ))
by A43, XBOOLE_1:23
.=
{p0,p1}
by A1, A44, A47, ENUMSET1:41
; :: thesis: ( f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 )
thus
( f1 /. 1 = p0 & f1 /. (len f1) = p1 & f2 /. 1 = p0 & f2 /. (len f2) = p1 )
by A1, A5, A23, FINSEQ_4:27; :: thesis: verum