- Q1: Prove that $gcd(k,n+k)=1$ if and only if $gcd(n,k)=1$
If the $\gcd(k,n+k)=1$ then by Bézout's identity there exists integers $x$ and $y$ such that $kx+(n+k)y=1$.
$kx+(n+k)y=kx+ny+ky=k(x+y)+ny=1$ therefore $\gcd(n,k)=1$ by Bézout's identity (Given integers $a$,$b$, not both $0$, there exist integers $x,y$ such that $ax+by=\gcd(a,b)$)(we know $x+y$ is an integer because the sum of two integers is also an integer)
For the converse, if the $\gcd(n,k)=1$ then there exists integers $x$ and $y$ such that $nx+ky=1$. $nx+ky=nx+kx-kx+ky=(n+k)x+k(y-x)=1$, therefore $\gcd(k,n+k)=1$ by Bézout's identity agian.
- Q2: Is it true that $\text{gcd}(k,n+k)=d$ if and only if $\text{gcd}(k,n)=d$
I said true and just replaced the $1$ in the previous proof with $d$, thought I'm not sure this is true.
- Q3: Let $a,b,c,d$ be strictly positive integers. Prove that if $a$ divides $b$ and $b$ divides $c$ and $\gcd(a,c)=1$ then we must have $a=1$.
I just used basic divisibility properties (one's which we've already proved) for this one, $a$ divides $b$ and $b$ divides $c$ therefore $a$ divides $c$, therefore $a=\gcd(a,c)$ and hence $a=1$.
Uncertain about a lot of stuff here (whether what I've put is true/actually proves the statements), thanks in advance for any help!