theorem
  ATMOST(B) c= ATMOST+(B,n)
  proof
    ATMOST(B) = ATMOST+(B,0) & 0 <= n by Th68,NAT_1:2;
    hence thesis by Th71;
  end;
