- 42,846
- 10,509
There's an error in the first line. The f(a/2) terms are k=1 in the sum, so only get a factor 3, not 9. When you correct that your last line will be much more useful.
The discussion revolves around proving that a function f, defined from real numbers to real numbers, is constant under a specific inequality involving a summation. The inequality involves terms that depend on a variable k, which represents positive integers, and the function's behavior is analyzed for all real x and y.
The discussion is ongoing, with participants providing insights and questioning each other's reasoning. Some suggest differentiating the expression, while others express uncertainty about the implications of such actions. There is a focus on bounding differences and exploring the consequences of the inequality, but no consensus has been reached yet.
Participants note potential ambiguities in the original problem statement, particularly regarding the interpretation of the summation and the variables involved. There is also mention of the need for careful handling of inequalities and modulus signs in the context of the problem.
Right. Again, a can be any value. In post #20 you showed ##|f(a)-f(-a)|\le \frac 13##, and using that you've improved it to ##\frac 29##. Can you see how to turn this process into an induction, or maybe a reductio ad absurdum, to show it must be zero?AdityaDev said:Sorry for the delay.
$$3|f(a/2)-f(-a/2)|+9|f(a)-f(-a)|\le 1$$
$$9|f(a)-f(-a)|\le 3|f(a)-f(-a)|+1$$
And ##f(t)-f(-t)\le 1/3 ## from post #21
Hence $$|f(a)-f(-a)|\le 2/9$$
AdityaDev said:Yes. For n=3, y=a/3, you get ##|f(a)-f(-a)|\le 5/27##
So it keeps decreasing.
I have two responses to that.AdityaDev said:In the original expression, the summation is only upto n.