What is the min amount of $n$ so that the following conclusion be true?
$a^n | b^3 \to a^3 | b^2$
We know If $a^n|b^3$ then there exists a $k \in \mathbb{Z}$ so that $b^3=k.a^n$ so :
\begin{align} b^3 =k.a^n\to b^2 =a^n.k.b^{-1}\to b^2 =a^3 . a^{n-3}.k.b^{-1} \end{align} So If we want $a^3 |b^2$ to be true, $a^{n-3}.k.b^{-1}$ must belong to $\mathbb{Z}$. We have to check for at least which $n$ this is true? for $n=4$ I found a counter example, but I couldn't find a clear way to find the min of $n$.