Here is the full problem, which I couldn't fit in the title:
A set $D \in \mathbb{Z}^+$ is 'excellent' if it has the following condition: $\forall A \subset \mathbb{Z}$, there exists $a \in \mathbb{Z}$ and $d \in D$ s.t. $\{a-d,a,a+d \} \subset A $ or $\subset \mathbb{Z} \setminus A$. Prove that the set $D= \{1,2,3,4 \}$ is excellent.
This question is a dubious one. Right off the bat, one can observe two cases:
Case 1: $a \in A$.
Case 2: $a \in \mathbb{Z} \setminus A$.
It might be beneficial to consider multiple approaches. These could include contradictions or possibly checking sets $D \in \{ \{1\}, \{1,2\}, \{1,2,3\} \}$ to see why they do or don't work.
Note that if $A$ is bounded from above or below, we can simply pick $a = \max \{A \} \pm 2$, so that $\{a-1,a,a+1 \} \subset \mathbb{Z} \setminus A$, and the condition is satisified. This means that for any possible refutation to $D$ being excellent must include an $A$ that extends infinitely in both directions.
Approach:
Suppose for the sake of argument $A$ is not bounded from below or above. Choose 'center' $a \in A$ such that $a$ does not satisfy the condition as stated in the problem. Therefore: there exists some for no $d \in \{1,2,3,4 \} $ is it true that $a-d, a+d \in A$. (Both simultaneously)
This means that either one is in $A$ and the other in $\mathbb{Z} \setminus A$ or both are $\in \mathbb{Z} \setminus A$. What is particularly interesting is that we can then pick our center as $a-d$ or $a+d$, and essentially repeat the process to claim that there are an infinite elements in both $A$ and $\mathbb{Z} \setminus A$.
Allow $a+d \in A$ ($a-d$ can be used for this claim, also). Then, we can say that either $a$ or $a+2d \in A$, but not both, as that would violate our claim. Because we already know that $a \in A$, we know that $a+2d \in \mathbb{Z} \setminus A$.
Because $d$ is arbitrary in $D$, it is safe to assume that $a+2d \in \mathbb{Z} \setminus A \text{,} \ \ \forall d \in D $. However, this means that $\{a+2, \ a+4, \ a+6 \} \subset \mathbb{Z} \setminus A$, which forces a $3$-term arithmetic progression into $\mathbb{z} \setminus A$ with center $a+4$ and $d=2$. $\blacksquare$ (?)
Observation
I feel that it's important to notice that we assume $a \in A$, so we can conclude that, because of the unboundedness of $A$, that there are an infinite number of arithmetic progressions in $\mathbb{Z} \setminus A$. Are there any interesting properties that arise from this?
Another observation is that we assumed from the beginning that $a \in A$ did not satisfy the conditions, which there must exist for there to be no valid center in $A$.
My Main Question
I made this post not only to ask you this question, but to share this problem with you. That being said, my question pertains to the switching of centers. Does switching centers invalidate the proof?
Are there any other illogical leaps or refutations to my proof? Help is greatly appreciated.