3.1 Intersection of Unit Integer Circles
Recall that the density of a unit integer circle and therefore the intersection of two or fewer integer circles is non-zero. In fact, for three circles this is also true. In this section, we show that this intersection is dense in with respect to our choice of exhaustive filtrations, and compute that density.
3.1.1 Density of Two Integer Circles with respect to
Definition 3.1.1.
Let be a positive integer. Denote by the relative density of the intersection of two integer unit circles with centres and with respect to the intersection of integer unit circles with centres and . Namely,
Proposition 3.1.2.
The relative density function is multiplicative. Furthermore, for and we have:
Theorem 3.1.3.
The density of the intersection of two integer unit circles is given by
Example 3.1.4.
In this example, we use Python to approximate the density
To see the program used for this numerical experiment, see Appendix A.
From our experiments, we see that the density is approximately 0.3219936906250593. A regular continued fraction for this number is:
As 31 is a large term, this means that this term (and any following terms) contribute very little to the value of the continued fraction. Hence
From Theorem 3.1.3, we have this ntersection should be
From experimentation, we have
Using the continued fraction, we find
The ratio of these values is , which is close to This provides basis for a guess that the two are equal, which we will now prove.
Remark 3.1.5.
The constant is found elsewhere in mathematics.
In number theory, this constant relates to the Feller–Tornier constant . Particularly, letting , be the Feller-Tornier constant, we have the equality:
This equality lets us express in terms of the prime zeta function , where
We write that
This constant, along with , appears in the formula for finding the density of Petersen graphs . That is
Also, we have that the density of integers such that the Möbius function is given
This is interesting to notice in comparison with this research, as this formula is the difference between twice the density of one integer circle and the density of the intersection of two integer circles.
The constant is also known to be the density of integers such that both and are not divisible by a prime number raised to the power of 2 (i.e. both and are square-free).
Example 3.1.6.
Now, we consider a few numerical examples used to approximate . We used a brute-force algorithm to find and count points of intersection. For reference of the program used, see Appendix B. We compare the count of points in the intersection of unit circles with centres and with the count of points in the intersection of unit circles with centres and . Then, we computed the continued fractions using an online tool to see if a simpler rational form would be a good approximatino of this ratio.
a | Ratio | Continued Fraction | Approximation | |
2 | 0.6665676494129102 | 0; 1, 1, 1, 1121, 2, 8, 2, 341108 | 2/3 | |
3 | 0.8756286853971558 | 0; 1, 7, 24, 1, 2, 1, 2, 6, 1, 2, 1811397 | 7/8 | |
4 | 0.6667877277116986 | 0; 1, 2, 917, 2, 10, 2, 181214 | 2/3 | |
5 | 0.9581771599373725 | 0; 1, 22, 1, 10, 6, 3, 7, 1, 1106357 | 23/24 | |
6 | 0.5833309263163976 | 0; 1, 1, 2, 1, 1, 2884, 1, 1, 476384 | 7/12 |
The rational approximations with smaller and agree with the formula in Proposition 3.1.2.
Remark 3.1.7.
Notice that the density of intersection of two integer unit circles is a rational coefficient of the density of the intersection of two unit circles unit distance apart.
Proof of Theorem 3.1.3
To construct a proof, we use the following lemmas:
Lemma 3.1.8.
Let . Then the following expressions are equal
prove this in the presentation
Proof.
First, let . Then the set of divisors of is . Then
Now suppose . Then . Then has set of divisors:
Summing the Möbius function over these divisors gives
Now we show that the above sum is equal to zero by induction for integers .
Base of induction. Let . Then we have
Step of induction. Now suppose that this holds for some that
Now recall the following recursive formula for binomial coefficients:
To prepare for substituting this formula in our sums, we rewrite the formula for as:
Notice that
Substituting this gives
Hence for , , so we have
∎
Lemma 3.1.9.
The following holds:
Remark 3.1.10.
The expression in Lemma 3.1.9 is the constant denominator of the function .
Proof.
We count the points in the intersection of unit integer circles with centers within for some integer . This is given by the sum
From Lemma 3.1.8, this is equal to
Expanding brackets:
We rewrite this as:
Since (ie ) and (ie ), we have . Hence, the statements and mean that the product is also a divisor of . Hence we have
From the Chinese Remainder Theorem, we have one solution for modulo and one solution for modulo .
Hence the number of intersection points is given \commentI get that this shoild be O(R). Ask Alexey maybe? so it shouldn’t impact the proof
Since is multiplicative and , this simplifies to
To find the density, we take the limit of this as and divide by . Hence
Let . Then we have the density is
The number of divisors of (ie - the number of possible ) is given by . However, we only count such that . If then there exists prime number such that and , so . So makes no contribution to the sum. We write
∎
Proof of Proposition 3.1.2
The proof for Proposition 3.1.2 will be seperated into three lemmas.
Lemma 3.1.11.
Let be a prime number. Then
Proof.
First, we will prove the given formula holds for , where is a prime number.
We count the points in the intersection of unit integer circles with centers within for some integer . This is given by the sum
From Lemma 3.1.8, this is equal to
Expanding brackets, we get:
We rewrite this as:
Since (i.e. there exists integer such that ) and (i.e. there exists integer such that ). Then we have , so is a divisor of . Note that since is prime, we have that or .
Note that and gives .
Evidently, there is one solution for modulo . If and are co-prime, then by the Chinese Remainder Theorem there is one solution for modulo . If , let and . Then there exist integers such that
Thus
Since , , so by the Chinese Remainder Theorem we have one solution for modulo . Hence there is one solution for modulo .
We have the number of intersection to be points:
Seperating this into the two cases for we get
In the second term, let . Then
Since if and 0 otherwise. Hence
Rather than only counting coprime with , we count all terms and subtract the non-comprime ones afterwards:
Let
Then we the number of points in the intersection while is , as the two subtracted terms are the same up to a change of iterative variable.
Using the same method as before, notice that
Here, . Up to a change in variable between and , the last two subtracted terms are identical. Hence,
To find density, we take the limit as goes to infinity of the number of points divided by .
Substituting the expression for into itself repeatedly, we find the density while is:
Thus, the density of the intersection of the circles is:
∎
Lemma 3.1.12.
Let be a prime number and a positive integer. Then
Proof.
Consider with . Then , so when we get . Hence , so ∎
Now we show that is a multiplicative function.
Lemma 3.1.13.
The relative density function is multiplicative. That is, for integers with no shared prime factors, we have that
Proof.
Consider the integer circles with centres at and with . We have
Since divides and hence both an divide . We write
Let with and . Notice that . Then
Notice that and since and are relatively prime. Then we have
Hence
∎
Combined, the statements of Lemmas 3.1.11, 3.1.12 and 3.1.13 give the statement of the proposition. ∎
Example 3.1.14.
The frequency of points in the intersection at a given y value, for x values is given as
3.1.2 Density of Intersection of Three Integer Circles
A natural extension of the previous subsection is to ask about the intersection of three integer circles. We consider a numerical example. Our methods are more clearly outlined in Appendix C.
Example 3.1.15.
In this example, we consider the density of integer unit circles with centres , and . From our Python approximation, we find
By considering continued fractions, observe
We compared this number to some formulae derived from the one we found in Theorem 3.1.3. Only one such experiment produced a result of potential interest. In particular we found:
Using continued fractions, notice:
The experiment provides the following guess:
This could lead to a potential generic formula for intersection of unit integer circles on a line, with distance 1 between their centres.
3.1.3 Density of Intersection with respect to
In this subsection, we investigate the density of the same sets as studied before with respect to a different exhaustive filtration. Specifically, we study with respect to the butterfly filtration generated by .
Counting the intersection of integer circles at a given horizontal slice
This method for counting the intersection of circles, we will consider the points on the intersection of unit integer circles for a given value .
Definition 3.1.17.
A horizontal-slice counting function is a multiplicative function belonging to the family defined by the following rule:
Theorem 3.1.18.
Consider integer unit circles with centres , . Then the number of intersection points of these integer circles on a horizontal slice with is given by where is the size of the set .
Proof.
First we will consider the case where .
For a prime , if then .
If a point is in the intersection of the circles then
To find the excluded points, we look for points when at least one of
As we are dealing with remainders modulo , we can reduce every element modulo , so instead of having different cases, we only deal with different cases, since we only have distinct values for modulo .
Hence, for values we have excluded points, so the number of elements in the intersection for this range of is given as
For , the exclusion is still going to be given when , but we are interested in the number of unique solutions modulo .
Since , we see that we have as many solutions the slice at (which slice). Hence, we see that .
Now let us show that is a multiplicative, which will then show that for . We will use the Chinese Remainder Theorem to do this.
Let be two coprime positive integers. Now let us consider the intersection of integer circles and the line . Recall that if , then and .
When we count the intersection of circles on row , we have that . This means that
Considering remainders modulo , we have solutions for and solutions for . Using the Chinese Remainder Theorem, we get the number of solutions to these taken simultaneously is given
Hence is multiplicative, so . ∎
Notice that for , the number of residues modulo is constant. Particuarly, we have .
Corollary 3.1.19.
In case of convergency, the density of the intersection of unit integer circles with centres on the line is given by the following
Proof.
Consider the filtration . Due do integer congruence, the proportion of points in the intersection of integer circles in is equal to the proportion of points in the triangle between the line , and .
The number of intersection points for with for constant is given as .
Clearly, the number of intersection points for with and is the sum of from to , and considering the origin, which is not included in our circle. So we have the frequency given as
To find the density, we divide the frequency by the size of the larger subset .
The number of lattice points for with for constant is clearly equal to . So, the number of lattice points for is given as
Dividing the number of intersection points by the number of lattice points gives that the density is
∎
3.1.4 Comparison between and
Example 3.1.20.
In this example, let be the intersection of unit integer circles with centres and .
Using numerical approximations, we compared the density of the intersection of integer circles centred at and with respect to the exhaustive filtrations and . We found that
The third rerm, 448. is quite large, so we can remove it from the continued fraction as a guess that it comes from approximation error. Then