let i be Nat; for G being Go-board st i <= len G holds
v_strip (G,i) is convex
let G be Go-board; ( i <= len G implies v_strip (G,i) is convex )
assume A1:
i <= len G
; v_strip (G,i) is convex
let w1, w2 be Point of (TOP-REAL 2); JORDAN1:def 1 ( not w1 in v_strip (G,i) or not w2 in v_strip (G,i) or LSeg (w1,w2) c= v_strip (G,i) )
set P = v_strip (G,i);
A2:
( w1 `1 <= w2 `1 or w2 `1 <= w1 `1 )
;
assume
( w1 in v_strip (G,i) & w2 in v_strip (G,i) )
; LSeg (w1,w2) c= v_strip (G,i)
hence
LSeg (w1,w2) c= v_strip (G,i)
by A1, A2, Lm3; verum