I am trying to show that the following function is not increasing in $\widetilde{k}$ ($\widetilde{k} > 0$):
\begin{equation} \gamma(\widetilde{k}) = \frac{\sum_{k \geq \widetilde{k}} f(k) \cdot G\left[\frac{k}{\widetilde{k}}-1\right]}{\sum_{k \geq \widetilde{k}} f(k) \cdot k \cdot G\left[\frac{k}{\widetilde{k}}-1\right]} \end{equation} Here I used the following notation:
- $k$ is a discrete variable taking values from finite support $\{1,\ldots, K_m\}$
- $f(k)$ - some discrete probability mass function, hence $f(k)\in[0,1], \forall k$
- $G(\cdot)$ - complementary cdf of some continuous distribution with positive support, thus it is decreasing in its argument
If there was no $\widetilde{k}$ inside $G(\cdot)$ function, function $\gamma(\widetilde{k})$ would be decreasing. Indeed, say there is only dependence on $k$ under $G(\cdot)$: for instance some function $\beta(k)$, then with some normalization $f(k) \cdot G(\beta(k))$ is a pmf of some distribution (call it $A$). In the same way, under different normalization $f(k) \cdot k \cdot G(\beta(k))$ is a pmf of another distribution (call it $B$). Clearly their ratio is decreasing in $k$ and hence there is a likelihood ratio order $A \leq_{lr} B$, which implies the same hazard rate order which implies $\gamma(\widetilde{k})$ decreasing (again if there is no dependency on $\widetilde{k}$ inside $G$.
Unfortunately, I cannot come up with any way to show that my original function $\gamma(\widetilde{k})$ is not increasing. Could someone help me?
Thank you in advance.