Let $f(x)=ax^2+bx+c, a, b, c \in \mathbb R$. Suppose $|f(x)|\le1 \ \forall x\in [0,1]$ then prove that $|a|+|b|+|c|\le17$
$|f(0)|\le1\implies|c|\le1$
$|f(1)|\le1\implies|a+b+c|\le1$
Now, $|(a+b+c)-c|\le|a+b+c|+|c|\implies|a+b|\le2$
Also, $|f(\frac12)|\le1\implies|\frac{a}4+\frac{b}2+c|\le1\implies|a+2b+4c|\le4$
Now, $|(a+2b+4c)-(a+b+c)|\le|a+2b+4c|+|a+b+c|\implies|b+3c|\le5$
So, $|(b+3c)-3c|\le|b+3c|+|3c|\implies|b|\le8$
So, $|(a+b)-b|\le|a+b|+|b|\implies|a|\le10$
So, $|a|+|b+|c|\le19$
What's my mistake?
While typing this answer, I came across this thread. It has a nice answer but I still wonder where I went wrong (so that I avoid it in future).