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

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 )
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 and
A4: j <= 1 ; :: thesis: contradiction
per cases ( j = 0 or j = 1 ) by A4, NAT_1:26;
end;