theorem
  ATLEAST(A) c= ATLEAST-(A,n)
  proof
    ATLEAST(A) = ATLEAST-(A,0) & 0 <= n by Th67,NAT_1:2;
    hence thesis by Th70;
  end;
