[step:Compute $v(e_k)$ using the non-archimedean property]Each term $\alpha_{i_1} \cdots \alpha_{i_k}$ in $e_k$ has valuation $w(\alpha_{i_1}) + \cdots + w(\alpha_{i_k})$. This sum is minimised by choosing the $k$ roots with the smallest valuations. More precisely, to minimise the total valuation when selecting $k$ roots from the grouped sequence, we greedily select all $r_1$ roots of valuation $m_1$, then all $r_2$ roots of valuation $m_2$, and so on until $k$ roots are chosen.
[claim:The minimum valuation term is achieved uniquely at the greedy selection]
Suppose $k = r_1 + r_2 + \cdots + r_{j-1} + s$ where $0 \leq s \leq r_j$ (i.e., we exhaust the first $j-1$ blocks and take $s$ roots from the $j$-th block). The minimum total valuation is
\begin{align*}
V_k := r_1 m_1 + r_2 m_2 + \cdots + r_{j-1} m_{j-1} + s \cdot m_j.
\end{align*}
Any other selection of $k$ roots replaces at least one root of valuation $m_\ell$ ($\ell \leq j$) with one of valuation $m_{\ell'}$ ($\ell' > j$), strictly increasing the total. When $s = r_j$ (i.e., $k$ exactly exhausts the first $j$ blocks), the minimum is achieved by $\binom{r_1}{r_1}\binom{r_2}{r_2}\cdots\binom{r_j}{r_j} = 1$ selection. When $0 < s < r_j$, the minimum is achieved by $\binom{r_j}{s} > 1$ selections, all with the same valuation.
[/claim]
[proof]
Any selection of $k$ indices from $\{1, \ldots, n\}$ determines a multiset of valuations $\{w(\alpha_{i_1}), \ldots, w(\alpha_{i_k})\}$. The sum $w(\alpha_{i_1}) + \cdots + w(\alpha_{i_k})$ is minimised by choosing the $k$ smallest valuations (with repetition according to multiplicity). Any deviation from this greedy choice replaces a root of smaller valuation with one of larger valuation, strictly increasing the sum since $m_1 < m_2 < \cdots < m_t$.
[/proof]
We now apply the ultrametric property of $w$. In a non-archimedean valued field, if a sum has a unique term of minimal valuation, then the valuation of the sum equals that minimum. When $k$ falls at a block boundary ($s = 0$ or $s = r_j$), the minimum-valuation term in $e_k$ is achieved by exactly one group of selections and the non-archimedean property gives $v(e_k) = V_k$.
When $0 < s < r_j$, there are $\binom{r_j}{s}$ terms achieving the minimum valuation $V_k$. However, the key observation is that these terms all belong to the same "type" of selection (same number of roots from each block), and the next-lowest-valuation terms have strictly larger valuation $V_k + (m_{j+1} - m_j) > V_k$. By the non-archimedean inequality, $v(e_k) \geq V_k$, and since at least one term achieves $V_k$, we have $v(e_k) = V_k$ (the terms of minimum valuation may cancel only if there is another term of equal valuation from a different "type" of selection, but no such term exists as shown above).
Therefore $v(a_{n-k}) = V_k$ for all $0 \leq k \leq n$.[/step]