"A function is called monotonically increasing (also increasing or non-decreasing), if for all x and y such that x <= y one has f(x) <= f(y).
https://en.wikipedia.org/wiki/Monotonic_function#/media/File...
This definition allows for 'flatness' in a graph, since the derivative does not change sign.
Or, from http://www-history.mcs.st-and.ac.uk/~john/analysis/Lectures/... :
A sequence f(n) is monotonic increasing if f(n+1) ≥ f(n) for all n ∈ N.
The sequence is *strictly* monotonic increasing if we have > in the definition instead of ≥.