let n be Element of NAT ; :: thesis: for C being being_simple_closed_curve Subset of (TOP-REAL 2) st n is_sufficiently_large_for C holds
( 1 < Y-SpanStart C,n & Y-SpanStart C,n <= width (Gauge C,n) )

let C be being_simple_closed_curve Subset of (TOP-REAL 2); :: thesis: ( n is_sufficiently_large_for C implies ( 1 < Y-SpanStart C,n & Y-SpanStart C,n <= width (Gauge C,n) ) )
assume A1: n is_sufficiently_large_for C ; :: thesis: ( 1 < Y-SpanStart C,n & Y-SpanStart C,n <= width (Gauge C,n) )
thus 1 < Y-SpanStart C,n :: thesis: Y-SpanStart C,n <= width (Gauge C,n)
proof
A2: (X-SpanStart C,n) -' 1 <= len (Gauge C,n) by JORDAN1H:59;
assume A3: Y-SpanStart C,n <= 1 ; :: thesis: contradiction
per cases ( Y-SpanStart C,n = 0 or Y-SpanStart C,n = 1 ) by A3, NAT_1:26;
suppose Y-SpanStart C,n = 1 ; :: thesis: contradiction
end;
end;
end;
thus Y-SpanStart C,n <= width (Gauge C,n) by A1, Def3; :: thesis: verum