I need some help in a proof: Prove that for any integer $n>6$ can be written as a sum of two co-prime integers $a,b$ s.t. $\gcd(a,b)=1$.
I tried to go around with "Dirichlet's theorem on arithmetic progressions" but didn't had any luck to come to an actual proof. I mainly used arithmetic progression of $4$, $(4n,4n+1,4n+2,4n+3)$, but got not much, only to the extent of specific examples and even than sometimes $a,b$ weren't always co-prime (and $n$ was also playing a role so it wasn't $a+b$ it was $an+b$).
I would appriciate it a lot if someone could give a hand here.
Well if $n$ is odd you can always do $n-2$ and $2$. Or you can do $\frac {n-1}2$ and $\frac {n+1}2$.
If $n = 2k$ and $k$ is even you can do $k-1$ and $k+1$. As $k\pm 1$ is odd and $\gcd(k-1, k+1) = \gcd(k-1, k+1 -(k-1)) = \gcd(k-1,2)=1$.
If $n = 2k$ and $k$ is odd you can do $k-2$ and $k+2$ and as $k\pm 2$ is odd you have $\gcd(k-2,k+2)=\gcd(k-1, 4) = 1$.