2

I am not sure if this is true, but intuitively it seems that if a function is strictly increasing and it is also continuous...it is differentiable.

It may be because there are no bumps like in the absolute value.

Usman
  • 39

3 Answers3

14

Not necessarily. Counterexample: $$ f(x)=\begin{cases} x & \text{if }x<0,\\ 2x & \text{if }x\ge 0.\end{cases} $$ Is continuous, strictly increasing but not differentiable at $x=0$.

  • So if a a probability distribution has this property, it may not have a density? – Usman Apr 11 '12 at 14:32
  • 1
    ^ or its density may not be its derivative – Usman Apr 11 '12 at 14:34
  • 1
    Or you use a different notion of derivative than that in intro calculus. One way to avoid this (for simple functions as in the example above) is to say the probability for region is defined as the integral of the density function (not the density function is the derivative), then a finite number of discontinuities would not be a problem for the Riemann inertial (perhaps use the Lebesgue integral for a countable number). – Chris K. Caldwell Apr 11 '12 at 15:10
  • 1
    @ChrisK.Caldwell An interesting fact about Riemann integrals is that they can also handle countably many discontinuities. In fact, a necessary and sufficient condition for being Riemann integrable is that the set of discontinuities of the function has Lebesgue measure zero. – Chris Janjigian Apr 11 '12 at 16:19
  • Is it possible to construct an example which is not-differentiable [almost] everywhere? – Asaf Karagila Apr 12 '12 at 01:22
  • 1
    @AsafKaragila A monotone function is differentiable almost everywhere. – Julián Aguirre Apr 12 '12 at 07:18
2

No, as Julián Aguirre's answer shows. However, what is true is:

Lebesgue's Theorem: Every monotone function $f$ (increasing or decreasing) defined on an open interval $(a,b)$ is differentiable almost everywhere on $(a,b).$

Adam Rubinson
  • 20,052
0

Take a look at Billingsley' Probability and Measure, example 31.1

  • 4
    Answers should be somewhat self-contained. References and links are fine, but descriptions and explanations in the answer help in case references are not available or links go stale. – robjohn Jan 30 '13 at 13:24