let k, i, j be Element of NAT ; :: thesis: for f being FinSequence of (TOP-REAL 2)
for G being Go-board st 1 <= k & k + 1 <= len f & f is_sequence_on G & [i,(j + 1)] in Indices G & [i,j] in Indices G & f /. k = G * i,(j + 1) & f /. (k + 1) = G * i,j holds
left_cell f,k,G = cell G,i,j

let f be FinSequence of (TOP-REAL 2); :: thesis: for G being Go-board st 1 <= k & k + 1 <= len f & f is_sequence_on G & [i,(j + 1)] in Indices G & [i,j] in Indices G & f /. k = G * i,(j + 1) & f /. (k + 1) = G * i,j holds
left_cell f,k,G = cell G,i,j

let G be Go-board; :: thesis: ( 1 <= k & k + 1 <= len f & f is_sequence_on G & [i,(j + 1)] in Indices G & [i,j] in Indices G & f /. k = G * i,(j + 1) & f /. (k + 1) = G * i,j implies left_cell f,k,G = cell G,i,j )
assume that
A1: ( 1 <= k & k + 1 <= len f ) and
A2: f is_sequence_on G and
A3: ( [i,(j + 1)] in Indices G & [i,j] in Indices G ) and
A4: f /. k = G * i,(j + 1) and
A5: f /. (k + 1) = G * i,j ; :: thesis: left_cell f,k,G = cell G,i,j
A6: j < j + 1 by XREAL_1:31;
j + 1 <= (j + 1) + 1 by NAT_1:11;
hence left_cell f,k,G = cell G,i,j by A1, A2, A3, A4, A5, A6, Def3; :: thesis: verum