-1

enter image description hereHello, I’m new to math and I consider myself a hobbyist. Could someone explain the type of proof this is and how it works? I can see that it appeared to be a proof by contradiction but I don’t understand where the integration is coming from. The theorem relates to the two cycle solutions of difference equations. Picture is uploaded.

1 Answers1

1

The proof does not need to use integration. In fact, I would find the following proof more natural.


Suppose there is a 2-cycle, i.e. $x,y\in I$ such that $x\ne y$ and $f(x)=y, f(y)=x$. Per Mean Value Theorem, there is a $\xi$ between $x$ and $y$ such that:

$$f'(\xi)=\frac{f(y)-f(x)}{y-x}=\frac{x-y}{y-x}=-1$$

... but this is a contradiction, because it implies $f'(\xi)+1=0$.


I believe the original proof is a variant of this (there is such a thing as a Mean Value Theorem for integrals), but it obscures the basic idea a bit. Which (the basic idea) is: if the points $(x,y)$ and $(y,x)$ are swapped, the "chord" on the function graph joining those points has the slope (gradient) $-1$ and so there must be a point in between with a tangent which also has gradient $-1$.