If $(a,n)=(b,n)=1$ and $(c,n)=d$,$d|ab$ then is $d=1$ is only solution ? $\forall a,b,c \in \mathbb{N}$
Also $(a,b)$ denotes $gcd(a,b)$ My approach was like say if $n=2k$ then $(a,2k)=(b,2k)=1$ So $a,b$ has to be odd say $2k_{1}+1,2k_{2}+1$ then also $d=(c,2k)$
But i stucked,and i dont think it is the correct way to proceed like this.
Random values of $a,b,c$ always show $d=1$ ,but how to prove it ?