Let $K=\{1,\ldots,k\}$ be a set of $k$ jobs. Each job $j\in K$ has a positive weight $w_j$ and a positive profit $p_j$. Let $\ell^*$ be the job such that:
$$\dfrac{\sum_{j=1}^{\ell^*}w_j}{\sum_{j=1}^{\ell^*}p_j}=\max\limits_{1\leq\ell\leq k}\left(\dfrac{\sum_{j=1}^{\ell}w_j}{\sum_{j=1}^{\ell}p_j}\right).$$
The ratio on the left-hand side is called the $\rho$-factor of $K$, denoted $\rho(K)$. Job $\ell^*$ is referred to as the job that determines the $\rho$-factor of $K$.
Claim: If $\ell^*$ is the job that determines the $\rho$-factor of $K$, then for any $u\in\{1,\ldots,\ell^*-1\}$, we have: $$\dfrac{w_{u+1}+w_{u+2}+\ldots+w_{\ell^*}}{p_{u+1}+p_{u+2}+\ldots+p_{\ell^*}}>\dfrac{w_{1}+w_{2}+\ldots+w_{u}}{p_{1}+p_{2}+\ldots+p_{u}}.$$
How can I prove this claim?