let C be connected compact non horizontal non vertical Subset of (TOP-REAL 2); :: thesis: for i, n, j being Element of NAT st i <= len (Gauge C,n) & j <= width (Gauge C,n) & cell (Gauge C,n),i,j c= BDD C holds
j + 1 < width (Gauge C,n)

let i, n, j be Element of NAT ; :: thesis: ( i <= len (Gauge C,n) & j <= width (Gauge C,n) & cell (Gauge C,n),i,j c= BDD C implies j + 1 < width (Gauge C,n) )
assume that
A1: i <= len (Gauge C,n) and
A2: j <= width (Gauge C,n) and
A3: cell (Gauge C,n),i,j c= BDD C ; :: thesis: j + 1 < width (Gauge C,n)
assume j + 1 >= width (Gauge C,n) ; :: thesis: contradiction
then A4: ( j + 1 > width (Gauge C,n) or j + 1 = width (Gauge C,n) ) by XXREAL_0:1;
A5: ( j < width (Gauge C,n) or j = width (Gauge C,n) ) by A2, XXREAL_0:1;
per cases ( j = width (Gauge C,n) or j + 1 = width (Gauge C,n) ) by A4, A5, NAT_1:13;
suppose j = width (Gauge C,n) ; :: thesis: contradiction
end;
suppose j + 1 = width (Gauge C,n) ; :: thesis: contradiction
end;
end;