theorem
  k > 0 implies not n in GreaterOrEqualsNumbers(n+k)
  proof
    assume k > 0;
    then n+0 < n+k by XREAL_1:8;
    hence thesis by Th56;
  end;
