let i be Element of NAT ; :: thesis: for G being Go-board st 1 <= i & i < len G holds
Int (cell G,i,0 ) = { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) }

let G be Go-board; :: thesis: ( 1 <= i & i < len G implies Int (cell G,i,0 ) = { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) } )
assume A1: ( 1 <= i & i < len G ) ; :: thesis: Int (cell G,i,0 ) = { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) }
cell G,i,0 = (v_strip G,i) /\ (h_strip G,0 ) by GOBOARD5:def 3;
then A2: Int (cell G,i,0 ) = (Int (v_strip G,i)) /\ (Int (h_strip G,0 )) by TOPS_1:46;
A3: Int (v_strip G,i) = { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 ) } by A1, Th17;
A4: Int (h_strip G,0 ) = { |[r,s]| where r, s is Real : s < (G * 1,1) `2 } by Th18;
thus Int (cell G,i,0 ) c= { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) } :: according to XBOOLE_0:def 10 :: thesis: { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) } c= Int (cell G,i,0 )
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in Int (cell G,i,0 ) or x in { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) } )
assume A5: x in Int (cell G,i,0 ) ; :: thesis: x in { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) }
then x in Int (v_strip G,i) by A2, XBOOLE_0:def 4;
then consider r1, s1 being Real such that
A6: x = |[r1,s1]| and
A7: ( (G * i,1) `1 < r1 & r1 < (G * (i + 1),1) `1 ) by A3;
x in Int (h_strip G,0 ) by A2, A5, XBOOLE_0:def 4;
then consider r2, s2 being Real such that
A8: x = |[r2,s2]| and
A9: s2 < (G * 1,1) `2 by A4;
( r1 = r2 & s1 = s2 ) by A6, A8, SPPOL_2:1;
hence x in { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) } by A6, A7, A9; :: thesis: verum
end;
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) } or x in Int (cell G,i,0 ) )
assume x in { |[r,s]| where r, s is Real : ( (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) } ; :: thesis: x in Int (cell G,i,0 )
then ex r, s being Real st
( x = |[r,s]| & (G * i,1) `1 < r & r < (G * (i + 1),1) `1 & s < (G * 1,1) `2 ) ;
then ( x in Int (v_strip G,i) & x in Int (h_strip G,0 ) ) by A3, A4;
hence x in Int (cell G,i,0 ) by A2, XBOOLE_0:def 4; :: thesis: verum