let i be Element of NAT ; :: thesis: for G being Matrix of (TOP-REAL 2) st not G is empty-yielding & G is Y_equal-in-column & 1 <= i & i <= len G holds
h_strip G,0 = { |[r,s]| where r, s is Real : s <= (G * i,1) `2 }

let G be Matrix of (TOP-REAL 2); :: thesis: ( not G is empty-yielding & G is Y_equal-in-column & 1 <= i & i <= len G implies h_strip G,0 = { |[r,s]| where r, s is Real : s <= (G * i,1) `2 } )
assume that
A1: ( not G is empty-yielding & G is Y_equal-in-column ) and
A2: 1 <= i and
A3: i <= len G ; :: thesis: h_strip G,0 = { |[r,s]| where r, s is Real : s <= (G * i,1) `2 }
set A = { |[r,s]| where r, s is Real : (G * i,1) `2 >= s } ;
A4: 0 <> width G by A1, GOBOARD1:def 5;
then A5: 0 < width G by NAT_1:3;
1 <= width G by A4, NAT_1:14;
then (G * i,1) `2 = (G * 1,1) `2 by A1, A2, A3, Th2;
then { |[r,s]| where r, s is Real : (G * i,1) `2 >= s } = { |[r,s]| where r, s is Real : (G * 1,(1 + 0 )) `2 >= s } ;
hence h_strip G,0 = { |[r,s]| where r, s is Real : s <= (G * i,1) `2 } by A5, Def2; :: thesis: verum