9

Let $A$ be a nonempty open subset of $\mathbb{R}$.

Consider a function $f : A \rightarrow \mathbb{R}$. Given that $f$ is continuous, what is the probability that it is differentiable? I suspect it is $0$.

fgp
  • 21,050
  • 5
    You'd have to define how to compute probabilities here... – vonbrand Apr 16 '14 at 17:56
  • 2
    Are you asking about measure theory? – user5402 Apr 16 '14 at 17:59
  • If it can help : the subset of nowhere differentiable functions contains an intersection of open dense subsets. Or if your function is a Brownian motion, then the probability of being differentiable is 0. – user10676 Apr 16 '14 at 18:00
  • @vonbrand What if I instead asked for your credence in $f$'s differentiability? – Zubin Mukerjee Apr 16 '14 at 18:00
  • @metacompactness Thanks, I tagged the question as measure theory. – Zubin Mukerjee Apr 16 '14 at 18:02
  • @user10676 For the first part of you comment, you should state the topology you're talking about... – fgp Apr 16 '14 at 18:16
  • This question is not well posed. You need to define a probability measure to ask the question and defining that measure will answer the question entirely. You can see this from the fact that the event that a function is not differentiable at a single point (much less any point) is going to depend on an uncountable collection of points. To make this question make sense, you push the question onto the sigma algebra or the sample space, rather than the measure. Further,there is no non-trivial translation invariant measure on $C(A)$ for any non-trivial $A$, so it isn't clear what measure to use – Chris Janjigian Apr 16 '14 at 18:20
  • @ChrisJanjigian Thanks. Are there equally plausible but different answers to my question? I thought this was similar to questions about choosing a random real number, which don't need to define a probability measure to be sensible questions, even though their answers do ... – Zubin Mukerjee Apr 16 '14 at 18:29
  • 1
    That question is in a finite dimensional setting, and the question plays nicely with countable operations. Probability on infinite dimensional spaces is extremely technical. For what it's worth, I would be shocked if you could find a reasonable interpretation in which the answer was not zero. – Chris Janjigian Apr 16 '14 at 18:35

1 Answers1

12

There is a very precise sense in which the answer to your question is "$0$".

Let us denote by $ND$ the set of all continuous nowhere differentiable functions on, say, the interval $[0,1]$, and by $\mathcal C([0,1]$ the Banach space of all continuous functions on $[0,1]$. Then, it can be shown that $SD:=\mathcal C([0,1])\setminus ND$ (the set of all functions which are somewhere differentiable) is a "Haar-null" set, which means that there exists a Borel probability measure $\mu$ on $\mathcal C([0,1])$ such that $$\forall f\in\mathcal C([0,1])\;:\; \mu(f+SD)=0\, .$$

Here, "$\mu(E)=0$" for a possibly non-Borel set $E$ means that $E$ is contained in a Borel set $\widetilde E$ such that $\mu(\widetilde E)=0$. (This remark is needed because $SD$ is not Borel in $\mathcal C([0,1])$).

Thus, in this sense, a continuous function is nowhere differentiable "with probability $1$".

For a proof of this result, this the original paper by Hunt: http://www.ams.org/journals/proc/1994-122-03/S0002-9939-1994-1260170-X/S0002-9939-1994-1260170-X.pdf

Etienne
  • 13,636