1
$\begingroup$

I have been looking through the stack and can not find a direct answer to this question. I recently read that we say $f$ is defferentiable on $I$, if $f$ is differentiable at every point on an open interval $I$. It almost reminds me of the rigorous deffinition of a limt, $\forall\epsilon>0\hspace{0.2cm}\exists\hspace{0.2cm}\delta=\delta(\epsilon)>0$ such that $0<|x-a|<\delta\implies|f(x)-L|<\epsilon$, and how we can use said definition to write all kinds of $\epsilon-\delta$ proofs regarding limits. Proving continuity, proving uniqueness of limits, so on and so forth.

My question is: What is the standard proof writing format (such as $\epsilon-\delta$ proofs for limits) for proving differentiability based of the rigorous definition of a derivative? Assuming there is a rigorous definition of a derivative similar to that of limits, please provide an example proof.

  • 0
    I would advise against the use of $\epsilon, \delta$ unless they are necessary. These kind of proofs are mostly used for theoretical results (like for proving theorems on algebra of limits, theorems on rules of differentiation) but should be avoided when dealing with concrete problems like evaluation of a limit or a derivative.2017-02-23

2 Answers 2

3

The derivative is a limit. You can just apply the definition of the limit to prove differentiability rigorously. Namely, a function $f$ defined on an open $U \subset \mathbb{R}$ is differentiable at a point $x_0 \in U$ if there is a real number $L$ such that for all $\epsilon>0$ there is a $\delta>0$ such that $0<|x-x_0| < \delta$ implies $\left|\frac{f(x) - f(x_0)}{x - x_0} - L\right| < \epsilon $.

You might wonder, why don't we ever use $\epsilon-\delta$ arguments with derivatives? Well, it's because we don't need to. The proofs of the differentiation rules (e.g., product rule, chain rule) require an $\epsilon-\delta$ argument, but after we've proven these theorems, we never need to use $\epsilon-\delta$ arguments again.

  • 0
    So there is really no use for proving in such a manner?2017-02-23
  • 0
    @NickPavini Yes, there is no use. But, we _could_ if we wanted to, and it is maybe good practice.2017-02-23
  • 0
    oh wow! lol, I am just getting into proofs really so I like the rigorous definition as it helps to see at thoroughly.:)2017-02-23
1

The derivative of a function $f:X \to Y$ with respect to a (cluster) point $a \in X$ is defined as $$ \lim_{x \to a} \frac{f(x)-f(a)}{x-a},$$ or, equivalently, making $h=x-a,$ as $$ \lim_{h\to 0}\frac{f(a+h)-f(a)}{h}.$$ So, for proving $f$ is differentiable at $a$, you have to show that limit exist.

  • 0
    so basically I can rely on $\epsilon-\delta$ proofs for differentiability?2017-02-23
  • 0
    Usually you show the limit exists by using properties of limits, as almost in every case proving this limit by $\epsilon - \delta$ is just too tricky2017-02-23
  • 0
    (+1) but I would really like to see how it would be done $\epsilon-\delta$ style.:)2017-02-23