It occurred to me that this might be straight forward to prove. I wanted to check if my reasoning was correct.
I will be glad if anyone points out a mistake or a simpler, more general way to make the same argument.
Let:
- $m > 1, n> 1$ be integers
- $2^m > 3^n$
Claim:
$(2^m - 3^n) \nmid (3^n - 2^n)$
Argument:
(1) $2^m - 3^n \ne 3^n - 2^n$ since:
- Assume $2^m - 3^n = 3^n - 2^n$
- $2^n(2^{m-n} + 1) = 2\cdot3^n$
- which is impossible for $n > 1$
(2) Assume that there exists an integer $a>1$ such that:
$$a(2^m - 3^n) = 3^n - 2^n$$
(3) It follows that:
$$a(2^n(2^{m-n} - 1)) + a2^n - a3^n = 3^n - 2^n$$
$$a(2^n(2^{m-n} - 1)) = (a+1)(3^n - 2^n)$$
(4) But then:
$$(2^n(2^{m-n} - 1)) = \frac{a+1}{a}(3^n - 2^n)$$
which is impossible
Edit:
I missed the case where $2^n | (a+1)$. If I can find an argument against this case, I will post it. Otherwise, my argument is incomplete.