Prove that $(m, n) = (1, 1)$ is the only solution for the Diophantine Equation $$2 \cdot 5^n = 3^{2m} + 1$$ where $(m, n) \in (\mathbb{Z}^+)^2$.
I've managed to prove that both $m$ and $n$ are odd seeing $\bmod 3\text{ and } 10$ respectively. Also, $\forall n \ge 1$, $10$ divides the LHS. I am not able to proceed from here. Any help would be appreciated.
Here's a non-elementary solution that uses the Zsigmondy's theorem.
If $m\ge 2$, then $9^m+1$ has a prime factor that does not divide $9+1=2\cdot 5$, contradiction. Therefore $m=1$ and so $n=1$.
Another solution can use the Lifting The Exponent lemma. mod $5$ gives that $m$ is odd. Also $5$ is prime, $5\mid 9+1$ and $5\nmid 9$ and $5\nmid 1$.
$$\upsilon_5\left(9^m+1\right)=\upsilon_5(9+1)+\upsilon_5(m)$$
$$\upsilon_5(m)=n-1$$
$$\implies 5^{n-1}\mid m\implies m\ge 5^{n-1}$$
$$2\cdot 5^n=9^m+1\ge 9^{5^{n-1}}+1$$
is wrong if $n\ge 2$, therefore $n=1$, so $m=1$.