let G be Go-board; :: thesis: for f being FinSequence of (TOP-REAL 2)
for i, j being Element of NAT st f is_sequence_on G & f is special & i <= len G & j <= width G holds
(cell G,i,j) \ (L~ f) is connected

let f be FinSequence of (TOP-REAL 2); :: thesis: for i, j being Element of NAT st f is_sequence_on G & f is special & i <= len G & j <= width G holds
(cell G,i,j) \ (L~ f) is connected

let i, j be Element of NAT ; :: thesis: ( f is_sequence_on G & f is special & i <= len G & j <= width G implies (cell G,i,j) \ (L~ f) is connected )
assume that
A1: f is_sequence_on G and
A2: f is special and
A3: i <= len G and
A4: j <= width G ; :: thesis: (cell G,i,j) \ (L~ f) is connected
Int (cell G,i,j) misses L~ f by A1, A2, A3, A4, JORDAN9:16;
then A5: Int (cell G,i,j) c= (L~ f) ` by SUBSET_1:43;
(cell G,i,j) \ (L~ f) c= cell G,i,j by XBOOLE_1:36;
then A6: (cell G,i,j) \ (L~ f) c= Cl (Int (cell G,i,j)) by A3, A4, GOBRD11:35;
A7: Int (cell G,i,j) c= cell G,i,j by TOPS_1:44;
(cell G,i,j) \ (L~ f) = (cell G,i,j) /\ ((L~ f) ` ) by SUBSET_1:32;
then Int (cell G,i,j) c= (cell G,i,j) \ (L~ f) by A5, A7, XBOOLE_1:19;
hence (cell G,i,j) \ (L~ f) is connected by A3, A4, A6, CONNSP_1:19, GOBOARD9:21; :: thesis: verum