micromass said:
That doesn't mean that x is a function. That only means that x is a real number.
That said, it IS true that
\frac{df}{dx}=\frac{1}{\frac{df^{-1}}{dx}}
This is probably what you mean.
No, sorry, what you wrote is not right.
Let's say y = f(x). Then x = f^{-1}(y) = g(y) (in other words, we rename the inverse function of f as g for clarity).
What you wrote is: f'(x) = \frac{1}{g'(x)} which is NOT correct.
The correct form is: \frac{dy}{dx} = f'(x) = \frac{1}{\frac{dx}{dy}} = \frac{1}{g'(y)} = \frac{1}{g'(f(x))}.
A simple illustration. Let y = f(x) = x^2, where f:\mathbb{R}^+ \rightarrow \mathbb{R}^+. Then g(x) = f^{-1}(x) = \sqrt{x}, g:\mathbb{R}^+ \rightarrow \mathbb{R}^+.
f'(x) = 2x, g'(x) = \frac{1}{2}x^{-\frac{1}{2}}
What you're asserting is:
2x = \frac{1}{\frac{1}{2}x^{-\frac{1}{2}}} = 2\sqrt{x}, which is obviously false.
What I'm asserting is:
2x = \frac{1}{\frac{1}{2}y^{-\frac{1}{2}}} = 2\sqrt{y} = 2x, which is obviously true.
Not a proof, just an illustration. But seriously, this notation is well-worn and widely used.