let i be Nat; :: thesis: for p being Point of (TOP-REAL 2)
for G being Go-board st 1 <= i & i <= len G & p in Int (v_strip (G,i)) holds
p `1 > (G * (i,1)) `1

let p be Point of (TOP-REAL 2); :: thesis: for G being Go-board st 1 <= i & i <= len G & p in Int (v_strip (G,i)) holds
p `1 > (G * (i,1)) `1

let G be Go-board; :: thesis: ( 1 <= i & i <= len G & p in Int (v_strip (G,i)) implies p `1 > (G * (i,1)) `1 )
assume that
A1: 1 <= i and
A2: i <= len G and
A3: p in Int (v_strip (G,i)) ; :: thesis: p `1 > (G * (i,1)) `1
per cases ( i = len G or i < len G ) by A2, XXREAL_0:1;
suppose i = len G ; :: thesis: p `1 > (G * (i,1)) `1
then Int (v_strip (G,i)) = { |[r,s]| where r, s is Real : (G * (i,1)) `1 < r } by Th13;
then ex r, s being Real st
( p = |[r,s]| & (G * (i,1)) `1 < r ) by A3;
hence p `1 > (G * (i,1)) `1 by EUCLID:52; :: thesis: verum
end;
suppose i < len G ; :: thesis: p `1 > (G * (i,1)) `1
then Int (v_strip (G,i)) = { |[r,s]| where r, s is Real : ( (G * (i,1)) `1 < r & r < (G * ((i + 1),1)) `1 ) } by A1, Th14;
then ex r, s being Real st
( p = |[r,s]| & (G * (i,1)) `1 < r & r < (G * ((i + 1),1)) `1 ) by A3;
hence p `1 > (G * (i,1)) `1 by EUCLID:52; :: thesis: verum
end;
end;