I'm trying to follow the derivation in the following Mosek link where a HARA utility optimization problem is reformulated using power cones (see the secion titled "HARA utility as a Power cone"). We want to maximize the HARA utility function over $S$ scenarios, that is
$$\max_{\omega\in\mathbb{R}^{n}}\sum_{s=0}^{S}p_{s}\left(\frac{aW_{s}}{1-\gamma}+b\right)^{\gamma}$$
where the wealth $W_s$ depends on the decision vector $\omega$ and $p_s$ are the scenario probabilities.
According to the link, by introducing auxilliary variables $h_s$ this problem is equivalent to
$$\max_{\omega\in\mathbb{R}^{n}} \sum_{s=0}^{S}p_{s}\left(\frac{1-\gamma}{\gamma}\right)h_{s}$$
such that
$$s.t.\quad h_{s}\leq\left(\frac{1-\gamma}{\gamma}\right)\left(\frac{aW_{s}}{1-\gamma}+b\right)^{\gamma}$$
for all $s \in S$.
How can I prove this? I understand why the auxilliary variables are introduced but where does the $\left(\frac{1-\gamma}{\gamma}\right)$ term come from?
Next depending on the value of $\gamma$ the nonlinear constraint can be written as a power cone constraint
Case 1: $\gamma > 1$ $$\left(h_{s},1,\left(\frac{aW_{s}}{1-\gamma}+b\right)\right)\in\mathcal{P}_{3}^{1/\gamma}$$
Case 1: $0 < \gamma < 1$ $$\left(\left(\frac{aW_{s}}{1-\gamma}+b\right),1,h_{s}\right)\in\mathcal{P}_{3}^{\gamma}$$
Case 1: $\gamma <0$ $$\left(h_{s},\left(\frac{aW_{s}}{1-\gamma}+b\right),1\right)\in\mathcal{P}_{3}^{1/\left(1-\gamma\right)}$$
How can this be proved?
The power cone is defined as
$$\mathcal{P}_{3}^{\alpha}=\left\{ x\in\mathbb{R}^{3}:x_{1}^{\alpha}x_{2}^{1-\alpha}\geq\left|x_{3}\right|,\;x_{1},x_{2}>0\right\}$$