"Monotonically increasing integers" exact definition

348 Views Asked by At

If nothing else is specified, does the term "monotonically increasing integers" mean that $$f(k+1)+1 = f(k), \forall k \in \mathbb{N}$$ or

$$f(k+1) \geq f(k), \forall k \in \mathbb{N}$$