Is the follow argument valid? Is there a simpler argument?
Here's the argument:
(1) Assume that there exists for integer $m > 4, n$: $$2^m - 3^n = 7$$
(2) $m$ and $n$ are even since:
$$2^{m} - 3^{n} \equiv 4 - 9 \equiv 7 \pmod {12}$$
(3) So, there exists integers $i,j$ with $m=2i, n=2j$ with:
$$2^m - 3^n = (2^i - 3^j)(2^i + 3^j) = 7$$
(4) But, since $i > 2$, $2^i - 3^j \ne 1$ from the Catalan's Conjecture
(5) Then, both $2^i - 3^j$ and $2^i + 3^j$ are greater than $1$ which is impossible since $7$ is prime. So we reject our assumption in step(1).