let G be Go-board; for j being Element of NAT st j <= width G holds
not cell G,0 ,j is Bounded
let j be Element of NAT ; ( j <= width G implies not cell G,0 ,j is Bounded )
assume A1:
j <= width G
; not cell G,0 ,j is Bounded
per cases
( j = 0 or ( j >= 1 & j < width G ) or j = width G )
by A1, NAT_1:14, XXREAL_0:1;
suppose
j = 0
;
not cell G,0 ,j is Bounded then A2:
cell G,
0 ,
j = { |[r,s]| where r, s is Real : ( r <= (G * 1,1) `1 & s <= (G * 1,1) `2 ) }
by GOBRD11:24;
for
r being
Real ex
q being
Point of
(TOP-REAL 2) st
(
q in cell G,
0 ,
j & not
|.q.| < r )
proof
let r be
Real;
ex q being Point of (TOP-REAL 2) st
( q in cell G,0 ,j & not |.q.| < r )
take q =
|[(min (- r),((G * 1,1) `1 )),(min (- r),((G * 1,1) `2 ))]|;
( q in cell G,0 ,j & not |.q.| < r )
A3:
min (- r),
((G * 1,1) `2 ) <= (G * 1,1) `2
by XXREAL_0:17;
min (- r),
((G * 1,1) `1 ) <= (G * 1,1) `1
by XXREAL_0:17;
hence
q in cell G,
0 ,
j
by A2, A3;
not |.q.| < r
A4:
abs (q `1 ) <= |.q.|
by JGRAPH_1:50;
end; hence
not
cell G,
0 ,
j is
Bounded
by JORDAN2C:40;
verum end; suppose A7:
(
j >= 1 &
j < width G )
;
not cell G,0 ,j is Bounded then A8:
cell G,
0 ,
j = { |[r,s]| where r, s is Element of REAL : ( r <= (G * 1,1) `1 & (G * 1,j) `2 <= s & s <= (G * 1,(j + 1)) `2 ) }
by GOBRD11:26;
for
r being
Real ex
q being
Point of
(TOP-REAL 2) st
(
q in cell G,
0 ,
j & not
|.q.| < r )
proof
len G <> 0
by GOBOARD1:def 5;
then A9:
1
<= len G
by NAT_1:14;
let r be
Real;
ex q being Point of (TOP-REAL 2) st
( q in cell G,0 ,j & not |.q.| < r )
take q =
|[(min (- r),((G * 1,1) `1 )),((G * 1,j) `2 )]|;
( q in cell G,0 ,j & not |.q.| < r )
A10:
j < j + 1
by NAT_1:13;
A11:
min (- r),
((G * 1,1) `1 ) <= (G * 1,1) `1
by XXREAL_0:17;
j + 1
<= width G
by A7, NAT_1:13;
then
(G * 1,j) `2 <= (G * 1,(j + 1)) `2
by A7, A9, A10, GOBOARD5:5;
hence
q in cell G,
0 ,
j
by A8, A11;
not |.q.| < r
A12:
abs (q `1 ) <= |.q.|
by JGRAPH_1:50;
end; hence
not
cell G,
0 ,
j is
Bounded
by JORDAN2C:40;
verum end; suppose
j = width G
;
not cell G,0 ,j is Bounded then A15:
cell G,
0 ,
j = { |[r,s]| where r, s is Element of REAL : ( r <= (G * 1,1) `1 & (G * 1,(width G)) `2 <= s ) }
by GOBRD11:25;
for
r being
Real ex
q being
Point of
(TOP-REAL 2) st
(
q in cell G,
0 ,
j & not
|.q.| < r )
proof
let r be
Real;
ex q being Point of (TOP-REAL 2) st
( q in cell G,0 ,j & not |.q.| < r )
take q =
|[((G * 1,1) `1 ),(max r,((G * 1,(width G)) `2 ))]|;
( q in cell G,0 ,j & not |.q.| < r )
A16:
abs (q `2 ) <= |.q.|
by JGRAPH_1:50;
(G * 1,(width G)) `2 <= max r,
((G * 1,(width G)) `2 )
by XXREAL_0:25;
hence
q in cell G,
0 ,
j
by A15;
not |.q.| < r
end; hence
not
cell G,
0 ,
j is
Bounded
by JORDAN2C:40;
verum end; end;