Let c be any integer.
Prove that if $k$ and $l$ are coprime positive integers, then the linear Diophantine equation $kx-ly=c$ has infinitely many positive integer solutions
To start off, I know that a positive integer solution is a pair $(x,y) \in \mathbb N \times \mathbb N$ such that $kx-ly=c$. But I am not sure how I can use this to prove the statement.
Any help is appreciated. :)
As Carl Heckman stated in the comments, by the Euclidean algorithm you can find one solution. Denote this solution as $(x_0, y_0)$. Consider $(x, y) = (x_0 + lz, y_0 + kz)$, where $z$ is a positive integer. If you substitute, you get $$k(x_0 + lz) - l(y_0 + kz) = kx_0 - ly_0 = c$$, which means that the second pair is also a solution. So you can choose $z$ big enough to make the solutions positive and then you can increase $z$ even more, getting infinitely many solutions.