Thursday, July 13, 2017

calculus - Universal Chord Theorem




Let fC[0,1] and f(0)=f(1).



How do we prove a[0,1/2] such that f(a)=f(a+1/2)?



In fact, for every positive integer n, there is some a, such that f(a)=f(a+1n).



For any other non-zero real r (i.e not of the form 1n), there is a continuous function fC[0,1], such that f(0)=f(1) and f(a)f(a+r) for any a.



This is called the Universal Chord Theorem and is due to Paul Levy.




Note: the accepted answer answers only the first question, so please read the other answers too, and also this answer by Arturo to a different question: https://math.stackexchange.com/a/113471/1102






This is being repurposed in an effort to cut down on duplicates, see here: Coping with abstract duplicate questions.



and here: List of abstract duplicates.


Answer



You want to use the intermediate value theorem, but not applied to f directly. Rather, let g(x)=f(x)f(x+1/2) for x[0,1/2]. You want to show that g(a)=0 for some a. But g(0)=f(0)f(1/2)=f(1)f(1/2)=(f(1/2)f(1))=g(1/2). This gives us the result: g is continuous and changes sign, so it must have a zero.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...