Suppose $a$ and $b$ are odd positive integers. Must $v_2(a^n+b^n)$ reach a maximum value as $n$ varies ?
Clearly if we change $2$ for any other prime the problem becomes way easier, just use lifting the exponent lemma to determine $(p-1)^{p^n}+1^{p^n}$ is a multiple of $p^{n+1}$.
How do we solve it for $2$? I am looking for alternative solutions as I feel my solution might be overly complicated.
My solution:
It is easy to show using the lifting the exponent lemma that the order of $7\bmod 2^n$ is $2^{n-2}$ for $n\geq 3$, since the subgroup generated by $7$ $\bmod 2^n$ only contains elements congruent to $1$ and $7\bmod 8$ we conclude that $-1$ is inside this subgroup. We conclude that $v_2(7^n+1^n)$ is unbounded.
edit: turns out the solution was wrong, but I think the following works (thanks to Thomas Andrews).
Suppose $2^n | a^k+b^k$, suppose $b=ca\bmod 2^n$ with $n\geq 2$, we conclude $a^k \equiv -(c^k)a^k\implies c^k\equiv -1 \bmod 2^n$. Notice that $-1$ is not a perfect square $\bmod 2^n$ as odd squares are $q\bmod 4$. If $k$ is odd then the map $x\rightarrow x^k\bmod 2^n$ in the multiplicative group is injective, because the multiplicative group is isomorphic to $\mathbb Z_{2^{n-2}}\times \mathbb Z_2$. Since $-1^k\equiv -1\bmod 2^n$ it follows that if $x^k \equiv -1\bmod 2^n$ then $x\equiv -1\bmod 2^n$. We conclude that $a\equiv -b\bmod 2^n$.
So if $2^n| a^k+b^k$ then $2^n|a+b$ for $n\geq 2$. So $v_2(a^k+b^k)$ reaches a maximum-