As part of solving a problem in elementary number theory, I got to this condition which I'd like to prove.
I went about it as follows:
If $d=\gcd(4k, 2k+1)$ then $4k \equiv 0 \equiv 2k+1\pmod d$ and therefore $0 \equiv 2(2k+1) - 4k \equiv 2\pmod d$, whence $d \mid 2$. Therefore either $d = 1$ or $d = 2$.
However, clearly d cannot be 2 since $2k+1$ is an odd number, therefore it must be that $d = 1$, QED.
This seems to prove the result, however I am bothered by the fact I cannot find a representation of d ($=1$) in the form $1 = ax + by$ for x, y integers where $a=4k$ and $b=2k+1$. I would expect to be able to find such an identity given Bezout's Identity.. what am I missing?
$\bmod 2k+1!:\ 2k\equiv -1\Rightarrow (2k^2)\equiv 1\Rightarrow 1/4k\equiv \color{#c00}k.\ $ Or, alternatively
$!\bmod 4k!:\ \color{#c00}{(2k)^2\equiv 0}\Rightarrow \dfrac{1}{1!+!2k}\equiv\dfrac{1}{1!+!2k}\dfrac{1!-!2k}{1!-!2k}\equiv \dfrac{\color{#0a0}{1!-!2k}}{1!-!\color{#c00}{(2k)^2}}$ by $\rm\color{#c00}{nilpotent}$ simpler multiples
– Bill Dubuque Apr 16 '23 at 18:06