let i, j be Nat; for G being Go-board st i <= len G & j <= width G holds
not cell (G,i,j) is empty
let G be Go-board; ( i <= len G & j <= width G implies not cell (G,i,j) is empty )
assume
( i <= len G & j <= width G )
; not cell (G,i,j) is empty
then
not Int (cell (G,i,j)) is empty
by GOBOARD9:14;
hence
not cell (G,i,j) is empty
by TOPS_1:16, XBOOLE_1:3; verum