As in a previuos question I'm wondering about equations like $|A^m-B^n|=C$, where $A,B,C\in\mathbb N$ are given and solutions $m,n\in\mathbb N$ are wanted. As it seems there are no known general method: either there are solutions to be found or there are non existence proofs to be found (I guess by modular arithmetic methods).
The function $\displaystyle f(m)=\min_{n\in\mathbb N}|A^m-B^n|$ is approximately exponential with some pseudo random minimal values when $f(m)$ happens to be small. Therefore, if $A,B,C$ are "small" the probability of a match for a "big" $m$ is very small. It's interesting that this probability somehow is connected to the existence of counter proofs.
I'm interested in cases where there are no "small" solutions and to see how the proofs are constructed.
Is there a proof that $|2^m-3^n|=35$ doesn't have any solutions $m,n\in\mathbb N$?
I've tested for $m,n<500$ without finding a solution to $|2^m-3^n|=35$.
Modulo $85$, powers of $2$ are only equivalent to elements of $\{1,2,4,8,16,32,64,43\}$, while powers of $3$ are only equivalent to elements of $\{1, 3, 9, 27, 81, 73, 49, 62, 16, 48, 59, 7, 21, 63, 19, 57\}$.
It can simply be bashed out that $2^m-3^n \not\equiv \pm 35\bmod 85$ for any integers $m,n$ (as the set of values of $2^m\pm 35 \bmod 85$ is disjoint with the set of values of $3^n$).