let G be Go-board; for f being FinSequence of (TOP-REAL 2) st f is_sequence_on G & f is special holds
for i, j being Element of NAT st i <= len G & j <= width G holds
Int (cell (G,i,j)) c= (L~ f) `
let f be FinSequence of (TOP-REAL 2); ( f is_sequence_on G & f is special implies for i, j being Element of NAT st i <= len G & j <= width G holds
Int (cell (G,i,j)) c= (L~ f) ` )
assume that
A1:
f is_sequence_on G
and
A2:
f is special
; for i, j being Element of NAT st i <= len G & j <= width G holds
Int (cell (G,i,j)) c= (L~ f) `
let i, j be Element of NAT ; ( i <= len G & j <= width G implies Int (cell (G,i,j)) c= (L~ f) ` )
assume that
A3:
i <= len G
and
A4:
j <= width G
; Int (cell (G,i,j)) c= (L~ f) `
Int (cell (G,i,j)) misses L~ f
by A1, A2, A3, A4, JORDAN9:16;
hence
Int (cell (G,i,j)) c= (L~ f) `
by SUBSET_1:43; verum