8
$\begingroup$

I'm trying to prove that if $f'=0$ then is $f$ is constant WITHOUT using the Mean Value Theorem.

My attempt [sketch of proof]: Assume that $f$ is not constant. Identify interval $I_1$ such that $f$ is not constant. Identify $I_2$ within $I_1$ such that $f$ is not constant. Repeat this and by the Nested Intervals Principle, there is a point $c$ within $I_n$ for any $n$ such that $f(c)$ is not constant... This is where I realized that my approach might be wrong. Even if it isn't I don't know how to proceed.

Thanks for reading and any help/suggestions/corrections would be appreciated.

  • 6
    It does not really make sense to say $f(c)$ is not constant. It is one particular value.2011-11-06
  • 2
    Personally, I would use the fundamental theorem of calculus to show that $f$ is constant, i.e. $f(b)-f(a) = \int_a^b f'(x)\mathrm{d}x = 0$ for any $a,b$ in the domain of definition of $f$.2011-11-06
  • 0
    I was thinking of that too. It has been a while since I did analysis. Does the proof of the fundamental theorem depend on the MVT?2011-11-06
  • 1
    @Heike I think that would be circular logic... The FTC is usually proven in two steps: 1) $\int_a^x f'(t) dt$ is an atiderivative of $f'$; 2) Any other antiderivative must differ from this by a constant, because exactly the result MMC is trying to prove. This is the "Calculus" proof, as noted below the real proof (in Analysis) relies on MVT.2011-11-06
  • 0
    So, some of the proofs I am looking at use MVT to prove the fundamental theorem. Wouldn't that be circular though?2011-11-06
  • 0
    Yup... Also the standard Analysis proof of FTC, with Riemann sums use the MVT inside it.2011-11-06
  • 0
    I was just thinking of imitating the argument for MVT. But, that is not really a solution.2011-11-06
  • 0
    Well one could boil it down to Rolle's theorem, but that wouldn't really be a different solution ;)2011-11-06

3 Answers 3

17

So we have to prove that $f'(x)\equiv0$ $\ (a\leq x\leq b)$ implies $f(b)=f(a)$, without using the MVT or the fundamental theorem of calculus.

Assume that an $\epsilon>0$ is given once and for all. As $f'(x)\equiv0$, for each fixed $x\in I:=[a,b]$ there is a neighborhood $U_\delta(x)$ such that $$\Biggl|{f(y)-f(x)\over y-x}\Biggr|\leq\epsilon\qquad\bigl(y\in\dot U_\delta(x)\bigr)$$ ($\delta$ depends on $x$). For each $x\in I\ $ put $U'(x):=U_{\delta/3}(x)$. Then the collection $\bigl(U'(x)\bigr)_{x\in I}$ is an open covering of $I$. Since $I$ is compact there exists a finite subcovering, and we may assume there is a finite sequence $(x_n)_{0\leq n\leq N}$ with $$a=x_0 such that $I\subset\bigcup_{n=0}^N\ U'(x_n)$. The $\delta/3$-trick guarantees that $$|f(x_n)-f(x_{n-1})|\leq \epsilon(x_n-x_{n-1}).$$ By summing up we therefore obtain the estimate $|f(b)-f(a)|\leq \epsilon(b-a)$, and as $\epsilon>0$ was arbitrary it follows that $f(b)=f(a)$.

  • 1
    Ah, this is basically the proof I was trying to write down, but with no luck. +12011-11-06
12

Does the real line have gaps? That's the issue. Suppose you can partition the line into two sets $A$ and $B$, so that

  • Every real number belongs to either $A$ or $B$;
  • No number belongs to both;
  • Every member of $A$ is less than every member of $B$;
  • For every member of $A$, there is a larger number that is still a member of $A$;
  • For every member of $B$, there is a smaller number that is still a member of $B$.

In that case, there would be no boundary point, such that every number less than that point is in $A$ and every number greater than that is in $B$. That would be a gap.

Now suppose $f(x) = 0$ if $x\in A$ and $f(x)=1$ if $x\in B$. Then $f\;'(x)=0$ for every value of $x$, but $f$ is not constant.

You can't prove every function whose derivative is everywhere $0$ is constant unless you rule out gaps. The proof of the mean value theorem conventionally relies on Rolle's theorem, which in turn relies on the fact that a continuous function on a closed interval has a maximum and a minimum in that interval. That theorem is not true unless the real line is gapless. A continuous function could increase on the set $A$ described above and decrease on $B$, and it would have no maximum.

The mean value theorem is how the gaplessness of the line gets involved in the proof that if $f\;'=0$ everywhere then $f$ is constant.

Probably you could find other ways of proving that, but they'd have to invoke gaplessness somehow.

  • 0
    I wonder if an even better way to think about this begins by pointing out that domains of some functions have gaps of the kind described. If $f(x)=1/x$ then $f'(x)=1/x^2$ is always positive. But it _decreases_ as $x$ goes from $-1$ to $+1$. That is of course because of the "gap" at $0$. The rule that if $f'>0$ then the function increases does not apply when such gaps intervene, and the maximum value theorem also doesn't apply, and the intermediate value theorem, and the mean value theorem. Proving all of those depends on having no gaps in the domain between the specified points.2011-11-07
  • 2
    It is beyond me how this answer got nine votes. It doesn't even try to bring the notion of derivative into the picture. All we hear is that ${\mathbb R}$ has no gaps.2011-11-07
  • 1
    @Christian It does bring in derivatives where it gives an example of a non-constant function whose derivative is everywhere zero. The point is that gaplessness is needed; otherwise the proposed theorem is false.2011-11-07
  • 2
    I think what you're saying is that, for example, if $f \colon [0,1] \cup [2,3] \rightarrow \mathbb{R}$, then $f'(x)=0$ implies $f$ is constant on each connected component of its domain, but not necessarily the same constant. If your function is $f \colon \mathbb{R} \rightarrow \mathbb{R}$ and $f' \colon \mathbb{R} \rightarrow \mathbb{R}$ is identically zero, then what MathMathCookie wrote is true. Since this question seems like it's from a low level calculus course, I think MathMathCookie is intending that $f$ has domain $\mathbb{R}$ or at least a domain which is connected.2011-11-07
  • 1
    I had in mind things more like $(-\infty,0)\cup(0,\infty)$. The set $[0,1]\cup[2,3]$ does not have a "gap" in the sense defined in the answer I posted.2011-11-08
3

Depending on how much technology you want to use, you could perhaps use the fact that $H^0_{\text{dR}}(\mathbb{R}^n) \cong \mathbb{R}$. (This follows from $\mathbb{R}^n$ being homotopy equivalent to a point) Hence any closed $0$-form (so any function smooth function $f:\mathbb{R} \rightarrow \mathbb{R}$ with $df=0$) is constant.

I think that all of this doesn't use the Mean Value Theorem, but I guess it's a bit of an overkill...