Let $p = (p_1, p_2, ... p_k)$ where $p_i = \mathbb{P}(i)$. Here, $p$ is any discrete probability distribution, but I will refer to it as the probability distribution for some $k$ sided unfair dice.
Now let $\pi_i(p) = \sum\limits_{j=1}^k (p_j)^i$.
I conjecture that $\forall i \ge 2, \pi_i(p) \ge (\pi_2(p))^{i-1}$, but I'm not sure how to go about proving it.
The idea behind this conjecture is that $\pi_i(p)$ is the probability that exactly $i$ rolls of the dice have the same outcome, and that the probability of this occurring is greater than or equal to the probability of the 1st roll matching the 2nd, the 2nd roll matching the 3rd, and so on, until the $i-1$th roll matching the $i$th roll (which means matching 2 rolls $i-1$ times).
This property would also allow me to rigorously prove a lower bound for another probability which I already suspect to be true, which is another reason why I believe this property should be true.
====================================================================
Update:
I've found a way to prove a slightly weaker version of the conjecture:
Let $p = (p_1, p_2, ..., p_k)$ be some discrete probability distribution, let $q = (\frac{1}{k}, \frac{1}{k}, ..., \frac{1}{k})$ be a uniform probability distribution, and let $\pi_i$ be defined as above.
Then $\forall i \ge 2, \pi_i(p) \ge (\pi_2(q))^{i-1} = \big(\frac{1}{k}\big)^{i-1}$
Proof:
According to the top answer on Relations between p norms, based on Hölder's inequality, $\forall 0 < a < b$,
$\Vert p \Vert_a \le k^{1/a-1/b} \Vert p \Vert_b$
Letting $a = 1$ and $b = i \ge 2$, we have that
\begin{align} & \Vert p \Vert_1 = 1 \le k^{1-1/i} \Vert p \Vert_i \\ \iff\quad & k^{1/i-1} \le (\pi_i(p))^{1/i} \\ \iff\quad & k^{1-i} \le \pi_i(p) \\ \iff\quad & \Big(\frac{1}{k}\Big)^{i-1} \le \pi_i(p) \end{align}
Additionally, we have that
$\pi_2(q) = \sum\limits_{j=1}^k (q_j)^2 = \sum\limits_{j=1}^k \big(\frac{1}{k})^2 = k \cdot \frac{1}{k^2} = \frac{1}{k}$
So substituting, we have
$\forall i \ge 2, \pi_i(p) \ge (\pi_2(q))^{i-1}$
$$\tag*{$\blacksquare$}$$
Additionally, $(\pi_2(q))^{i-1} = \pi_i(q)$ (this is relatively easy to prove), so this also proves that the probability of getting $i$ identical rolls on an unfair dice is greater than or equal to the probability of getting $i$ identical rolls on a fair dice, which is an interesting result in its own right (at least it is to me).