Proposition. For any integer $a$ and $b$ where $b>2$, we never have $2^b-1|2^a+1$.
WLOG let $b<a$. The proof uses a critical fact that can be stated very simply as follows:
$2^a+1$ leaves a reminder of the form $2^r+1$ when divided by $2^b-1$, where $r\leq b$.
This again, directly follows by the following equation:
$$2^{r+kb}+1=2^r(2^{kb}-1)+(2^r+1).$$
I am digging some insight from these steps so that the above step is not just a “trick” to use. For example in the proposition the base $2$ can be replaced by any positive integer $x\geq 2$. And observe that the exponential function minus $1$(it is not true in general for $x^n+k$ where $k\neq -1$) satisfies the following functional equation:
One of the solution set for $f(x+y)=f(x)f(y)+f(x)+f(y)$ where $f:\mathbb Z_+\to \mathbb Z$ is the set of all exponential function minus $1$: $f(x)=x^n-1$, where the integer $x>1$ and $n>1$.
I am looking for a way to make the solution of the first line proposition not a “trick” to memorize, but a link to a theory or a more general result so the proof will follow naturally.