I was solving a problem and got to a point where I had to find the smallest $P = b^\frac{8}{11}a^\frac{20}{11} \in \mathbb{N}$, with $a, b \in \mathbb{N}$ and $a, b > 1.$ I tried different values using a calculator and found that $(a, b) = (2, 8)$ seems to produce the smallest $P (= 16).$ However, I struggled to argue why this is the case.
$P = \sqrt[11]{b^8a^{20}}.$ Since $a > 1$ and $a$ assumes the higher exponent, I was tempted to think that $a$ must be 2 for $P$ to be the smallest. Then $P = 2\sqrt[11]{b^82^{9}} \implies b^82^9 = c^{11} \implies c = 2n \implies b = \sqrt[8] {2^2n}$ and $n$ is even. With that, I could find that $n = 4$ is the smallest value that gives $b \in \mathbb{N}$ ($b = 8$).
However, I'm not confident in this argument, because there might exist a case where $a > 2$ and $b < 8$ such that $P < 16,$ but I'm not sure how to argue that this doesn't exist. Please advise.
Thank you!
EDIT: After some thought, I realize it could be argued that suppose there exist $a > 2$ and $b< 8$ such that $P < 16.$ Then $b^8a^{20} = P^{11} < 16^{11} \implies a^{20} < \frac{16^{11}}{b^8} \leq \frac{16^{11}}{2^8} \implies a < 3.48 \implies a = 3,$ in which case $b \notin \mathbb{N}.$ Thus, the original assumption is false. However, I still wondered if there exists a shorter argument overall for $P = 16.$