IMO 2010 N2 #
Find all pairs $(m, n) ∈ ℤ × ℕ$ such that $$ m^2 + 2 \cdot 3^n = m(2^{n + 1} - 1). $$
Answer #
$(6, 3), (9, 3), (9, 5), (54, 5)$.
Solution #
We follow the official solution. While we allow $m$ to be negative, the given equation implies that $m$ is non-negative. For lower bounding $\min\{p, q\}$, we use the LTE (lifting the exponent) lemma instead, giving us the stronger inequality $\min\{p, q\} ≤ \log_3(p + q + 1)$.
We have ν_3(4^r - 1) = r + 1 for any r : ℕ.
This lemma is emultiplicity_three_four_pow_sub_one with multiplicity version.