a set consisting of integers is defined as follows:
Given two integersFind the number of positive integer pairs such that and for all possibilities of
Details and assumptions
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Note that g cd ( m , n ) ∣ m 2 + k m n + n 2 ∀ k ∈ Z , from which we trivially deduce that g cd ( m , n ) must be a divisor of all elements of S m , n . If g cd ( m , n ) > 1 , no number which isn't a multiple of g cd ( m , n ) can be in S m , n , so S m , n ⊂ Z .
We shall show that if g cd ( m , n ) = 1 , S m , n = Z .
Claim 1: x ∈ S m , n ⟹ j x 2 ∈ S m , n ∀ j ∈ Z
Proof: Setting a = x , b = x , k = j − 2 , x 2 + x 2 + ( j − 2 ) x 2 ∈ S m , n ⟹ j x 2 ∈ S m , n .
Claim 2: a , b ∈ S m , n ⟹ ( a − b ) 2 ∈ S m , n
Proof: Setting k = − 2 , a 2 − 2 a b + b 2 ∈ S m , n ⟹ ( a − b ) 2 ∈ S m , n .
Since g cd ( m , n ) = 1 , by Bezout's lemma there exist integers a , b such that a m 2 − b n 2 = 1 . By claim 1, a m 2 , b n 2 ∈ S m , n , and by claim 2, ( a m 2 − b n 2 ) 2 = 1 ∈ S m , n . Again, by claim 1, j ⋅ 1 2 ∈ S m , n ∀ j ∈ Z ⟹ S m , n = Z .
So, the answer is the number of pairs of positive integers ( m , n ) such that 1 ≤ m < n ≤ 5 and g cd ( m , n ) = 1 , which is simply k = 2 ∑ 5 φ ( k ) = 9 .