let n be Nat; :: thesis: for Ne being Subset of NAT st Ne c= Segm n & n > 0 holds
min* Ne <= n - 1

let Ne be Subset of NAT; :: thesis: ( Ne c= Segm n & n > 0 implies min* Ne <= n - 1 )
assume that
A1: Ne c= Segm n and
A2: n > 0 ; :: thesis: min* Ne <= n - 1
now :: thesis: min* Ne <= n - 1end;
hence min* Ne <= n - 1 ; :: thesis: verum