I am interested to find the inverse of a product of 2 or more functions. For instance, suppose
$g(x) = \prod \limits_{i=1}^{n} [1 - x^{\alpha_i}], \quad x> 0, \alpha_i > 0$
Then, how do I find inverse of the function g? Is it the product of individual inverses?
There actually isn't a general formula for the inverse of $f\cdot g,$ where $f$ and $g$ are invertible functions. This is because the product of two invertible functions isn't necessarily invertible. For instance, on the nonzero real numbers, both $f(x) = x$ and $g(x) = \frac{1}{x}$ are invertible functions, but their product is $$f(x)\cdot g(x) = x\cdot \frac{1}{x} = 1,$$ which is neither injective nor surjective.