By an " invertible function $f$ " I mean " a function such that its inverse relation $f^{-1}$is also a function" .
Example : Let $f $ be a function such that $f(x)= \frac {x+3} {x-2}$.
We have : $f(x)= \frac {x+3} {x-2} )= \frac { x-2 + 5} {x-2}= 1 + \frac {5} {x-2}$.
So $f(x) = h(i(j(k(x)))) $
with
$k(x)= x-2$
$j(x)= x^{-1}$
$i(x)=5x$
and
$h(x)= x+1$.
It happens that $f^{-1} (x)$
$=\frac{2x+3}{x-1}$
$= (\frac {5} {x-1}) +2$
$= (\frac{x-1}{5})^{-1} +2$
$ = k^{-1}(j^{-1}(i^{-1}(h^{-1}(x))))$.
Is this true as a general rule?
Yes this is right, just use induction on number of functions (let's call it $n$).
$h^{-1}(h(x)) = g^{-1}(f_1^{-1}(f_1(g(x)))) = g^{-1}(g(x)) = x$
$h(h^{-1}(x)) = f_1(g(g^{-1}(f_1^{-1}(x)))) = f_1(f_1^{-1}(x)) = x.$