I have found $4$ numbers such that the positive difference of any two of them is their greatest common divisor. These numbers are $\{6,8,9,12\}$. I found them by trial and error. My question is, can we form a set of $5$ or more numbers with the same property? I'm having a really hard time finding them. If it's not possible, I am not sure how difficult it would be to prove that it's not possible so I don't want to embark on that blindly.
EDIT: I see that by programming we could try to find higher numbers by brute force. But what is the theory behind this? How can we prove or disprove that there exist arbitrarily large sets of numbers that satisfy this property?
This PARI/GP program searches the solutions by brute force. With limit $100$, we get following solutions.
You can esily modify the program by replacing the $100$ by any higher number.