Let $f(x)$ be a function that is n-times differentiable. Prove the following equality(without L'Hospital): $$(x^{n-1}\cdot f(\frac{1}{x}) )^{(n)}=\frac{(-1)^{n}}{x^{n+1}}\cdot f^{(n)}(\frac{1}{x})\\$$
So, I wanted to prove it by induction, for $n=0$ the statement is obviously true. So let's assume it's true for some $n \in \mathbb{N_0}$ $\\$
Now we need to check for $n+1$ but I'm not sure how to proceed.
$$(x^{n}\cdot f(\frac{1}{x}) )^{(n+1)}$$
I thought about taking the first derivative of the product, then separately observe the n-th derivative of the two expressions but haven't reached any useful conclusions. Any kind of hint would be appreciated, thanks in advance!