To show that there exists an infinite irregular set A⊆Z, we will construct such a set step-by-step.
1. Initialization:
- Start with a0=0.
2. Inductive Hypothesis:
- Assume that we have already defined a0,a1,…,an such that:
- a0<a1<⋯<an are integers.
- The sum sn=∑0≤i<j≤naj−ai1 is strictly less than 1.
3. **Choosing an+1**:
- We need to choose an+1 such that it is not of the form ai+k(aj−ai) for any 0≤i<j≤n and for any integer k, and also ensure that sn+1=sn+∑0≤i≤nan+1−ai1 remains strictly less than 1.
- For sufficiently large M, the number of positive integers in the interval [0,M) that are of the form ai+k(aj−ai) is approximately aj−aiM. This means that at least (1−sn)M integers in that interval are not of the form ai+k(aj−ai) for any 0≤i<j≤n.
4. **Ensuring an+1 is sufficiently large**:
- Choose an+1 such that it is larger than 2an and is not of the form ai+k(aj−ai) for any 0≤i<j≤n.
- Additionally, ensure that an+1 is large enough so that sn+1=sn+∑0≤i≤nan+1−ai1 remains strictly less than 1.
5. Verification:
- By construction, an+1 is not of the form ai+k(aj−ai) for any 0≤i<j≤n and for any integer k.
- The sequence (an)n thus forms an infinite irregular set.
■