Let $n$ be a positive integer with some base $b$. Then $n$ can be represent as
$$n=( n_1 ... n_{l-1} n_l)_b$$
Let $T$ be the function defined as
$$T_b(n)= \sum_{i=1}^{l}n_i$$
Example
Let $n= (3596)_{10} = 3596$
So $$T_{10}(3596) = 3+5+9+6=23$$
Question
Let base $b$ is given
<p>Show that for any prime <span class="math-container">$p$</span> there exist prime <span class="math-container">$q$</span> such that</p> <p><span class="math-container">$$T_b(q)>T_b(p)$$</span></p>
Example
Let base $b = 2$ and $p=17=(10001)_2$ then $T_2(17)=2$
So we can choose any prime $q\in \{7,11,13,19,...\}$ for $T_b(q)>T_b(p)$.