- 42,949
- 10,550
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.
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.