I am looking at a proof of the converse Young's inequality which is stated as follows:
Let $f$ and $g$ be two continuous, one-to-one and increasing functions such that $f(0) = g(0) = 0, g^{-1}(x) \geq f(x)$ for all non-negative $x$. If for every positive real numbers a and b we have $$ab \leq \int_0^a f(x) dx + \int_0^b g(x) dx$$ then $f$ and $g$ are inverse.
I look at a proof given by Tatsuo Takahashi here: https://www.jstage.jst.go.jp/article/tmj1911/36/0/36_0_99/_pdf/-char/ja
We prove this in the case that $f(x) \neq g^{-1}(x)$ for all non-negative real x, by showing that there exists a pair $a,b$ such that $$ab > \int_0^a f(x) dx + \int_0^b g(x) dx.$$ $f(x) \neq g^{-1}(x)$ for all non-negative real x implies that there exists a positive real c, for which $f(c) \neq g^{-1}(c).$ Therefore, $g^{-1}(x) \geq f(x),$ can be rewritten as $g^{-1}(c) > f(c).$ As f,g are continuous, there exists a $\delta$ such that $g^{-1}(x) > f(x),$ when x is between $(c-\delta,c].$ Consider the function $$\int_0^c f(x) dx + \int_0^{g^{-1}(c)} g(x) dx + \int_0^c g^{-1}(x) - f(x) dx = \int_0^{g^{-1}(c)} g(x) dx + \int_0^c g^{-1}(x) dx.$$ I follow everything up until this point, then we have the line "Using the substitution $g^{-1}(x) = x,$ this is equal to $$\int_0^c x\frac{dg^{-1}(x)}{dx} dx + \int_0^c g^{-1}(x) dx = \int_0^c d(xg^{-1}(x)) = cg^{-1}(c)$$"
Why exactly does this follow? Especially, the second result of the three results.