I am trying to prove that, where $2^x = 11$ mod $61$, that ant solution $x$ can be divided by 5. I used Pohlig-Hellman to get to an equation such that $2^{12x} = 1$ mod $61$ by setting my q as 5 s.t. $A = 2^{\frac{61 - 1}{5}}$ and $B = 2^{\frac{61 - 1}{5}}$. The only solution to this is $ x = 0 \mod 5$.
Does the fact that the only solution in $\mod 5$ is $0$ show that x is divisible by 5?