let C be connected compact non horizontal non vertical Subset of (TOP-REAL 2); for n being Element of NAT st ex i, 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
n >= 1
let n be Element of NAT ; ( ex i, 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 ) implies n >= 1 )
A1:
2 |^ 0 = 1
by NEWTON:4;
given i, j being Element of NAT such that A2:
i <= len (Gauge (C,n))
and
A3:
j <= width (Gauge (C,n))
and
A4:
cell ((Gauge (C,n)),i,j) c= BDD C
; n >= 1
A5:
j + 1 < width (Gauge (C,n))
by A2, A3, A4, Th42;
A6:
i + 1 < len (Gauge (C,n))
by A2, A3, A4, Th43;
assume A7:
n < 1
; contradiction
len (Gauge (C,n)) = (2 |^ n) + 3
by JORDAN8:def 1;
then A8:
len (Gauge (C,n)) = 1 + 3
by A1, A7, NAT_1:14;
width (Gauge (C,n)) = (2 |^ n) + 3
by JORDAN1A:28;
then A9:
width (Gauge (C,n)) = 1 + 3
by A1, A7, NAT_1:14;