Suppose that $f: \mathbb D \to \mathbb C$ is a holomorphic function on the unit disk with $f(0)=0$, let $K \subset \mathbb D$ be compact and convex, and let $\Vert\cdot\Vert_\infty$ be the sup-norm over $K$. It is not difficult to show that $$ \left\Vert \frac{f(z)}{z} \right\Vert_\infty \leq \Vert f' \Vert_\infty, \qquad\qquad (*) $$ e.g. as demonstrated here. I'm wondering if one can show an inequality of the form $$ \left\Vert \frac{d^k}{dz^k} \frac{f(z)}{z} \right\Vert_\infty \leq c_k \Vert f^{(k+1)} \Vert_\infty. $$ My first intuition is to expand $f$ into its power series so $$ \frac{f(z)}{z} = \sum_{j=0}^\infty \frac{f^{(j+1)}(0)}{(j+1)!} z^j $$ and then if one differentiates $k$ times, $$ \frac{d^k}{dz^k} \frac{f(z)}{z} = \sum_{j=k}^\infty \frac{f^{(j+1)}(0)}{(j+1)!} k!\,z^{j-k} = \frac{f^{(k+1)}(0)}{k+1} + k!\sum_{j=1}^\infty \frac{f^{(j+k+1)}(0)}{(j+k+1)!} z^{j}. $$ So I would guess that the inequality should hold with $c_k=1/(k+1)$ but I'm not really sure how to estimate the final sum in terms of the $(k+1)$-st derivative of $f$.
Alternatively, I thought one could calculate the derivative directly, so e.g. for $k=1$ $$ \frac{d}{dz} \frac{f(z)}{z} = \frac{zf'(z)-f(z)}{z^2}, $$ and then try to iterate $(*)$, but this seems to be lead to an endless loop.
Any brighter ideas?