theorem Th12:
  N c= Segm n implies min* N <= n-1
proof
A1: min* N in N by NAT_1:def 1;
  assume N c= Segm n;
  hence thesis by A1,Th10;
end;
