let j be Nat; for p being Point of (TOP-REAL 2)
for G being Go-board st j < width G & p in Int (h_strip (G,j)) holds
p `2 < (G * (1,(j + 1))) `2
let p be Point of (TOP-REAL 2); for G being Go-board st j < width G & p in Int (h_strip (G,j)) holds
p `2 < (G * (1,(j + 1))) `2
let G be Go-board; ( j < width G & p in Int (h_strip (G,j)) implies p `2 < (G * (1,(j + 1))) `2 )
assume that
A1:
j < width G
and
A2:
p in Int (h_strip (G,j))
; p `2 < (G * (1,(j + 1))) `2
per cases
( j = 0 or j >= 1 )
by NAT_1:14;
suppose
j >= 1
;
p `2 < (G * (1,(j + 1))) `2 then
Int (h_strip (G,j)) = { |[r,s]| where r, s is Real : ( (G * (1,j)) `2 < s & s < (G * (1,(j + 1))) `2 ) }
by A1, Th17;
then
ex
r,
s being
Real st
(
p = |[r,s]| &
(G * (1,j)) `2 < s &
s < (G * (1,(j + 1))) `2 )
by A2;
hence
p `2 < (G * (1,(j + 1))) `2
by EUCLID:52;
verum end; end;