Difference between strictly increasing and increasing functions

$\begingroup$

What is the precise difference between strictly increasing and increasing functions?? I see these terms being thrown around a lot My guess is that strictly increasing mean that derivative is only greater than 0 and in case of just increasing derivative can be greater than or equal or 0?

$\endgroup$ 1

3 Answers

$\begingroup$

You're basically correct (update: as stated in this answer and question comment by Wojowu, I forgot to add that strictly increasing differentiable functions do not require the derivative to always be positive), except the concept of "strictly increasing" and "increasing" functions also applies to non-differentiable functions. In particular, for all $x \gt y$, where $x$ and $y$ are in the function domain, strictly increasing means $f(x) \gt f(y)$ while just increasing means $f(x) \ge f(y)$.

$\endgroup$ 1 $\begingroup$

Strictly increasing means that $f(x)> f(y)$ for $x>y$. While increasing means that $f(x)\geq f(y)$ for $x>y$.

Example:

$f:\mathbb{R}\to \mathbb{R}, x\mapsto x$ is strictly increasing.

And the function $f:\mathbb{R}\to\mathbb{R}, x\mapsto \lfloor x\rfloor$ is increasing.

$\lfloor x\rfloor$ notes the flooring-function:

And looks like this:

enter image description here

Note that this function stays constant on certain intervals, but increases over time.

$\endgroup$ $\begingroup$

Note that your inituition about derivatives is only $3$ quarters correct: If the function $f$ under consideration is differentiable in the considered interval open $I$, then

$$ f \text{ is increasing in } I \Longleftrightarrow f'(x) \ge 0\; \forall x \in I.$$

OTOH, under the same conditions only one of the implications holds for strictly increasing functions:

$$ f \text{ is strictly increasing in } I \Longleftarrow f'(x) > 0\; \forall x \in I.$$

The other implication is wrong, for example $f(x)=x^3$ is strictly increasing in $I=(-1,1)$, while the derivative is zero at $x=0$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like