Coprime integers

From Wikipedia, the free encyclopedia
  (Redirected from Coprime)
Jump to: navigation, search

In number theory, a branch of mathematics, two integers a and b are said to be coprime (also spelled co-prime), relatively prime or mutually prime[1] if the only positive integer that evenly divides both of them is 1. This is equivalent to their greatest common divisor being 1.[2] In addition to \gcd(a, b) = 1\; and (a, b) = 1,\; the notation a\perp b is sometimes used to indicate that a and b are relatively prime.[3]

For example, 14 and 15 are coprime, being commonly divisible by only 1, but 14 and 21 are not, because they are both divisible by 7. The numbers 1 and −1 are coprime to every integer, and they are the only integers to be coprime with 0.

A fast way to determine whether two numbers are coprime is given by the Euclidean algorithm.

The number of integers coprime to a positive integer n, between 1 and n, is given by Euler's totient function (or Euler's phi function) φ(n).

Contents

Properties[edit]

Image
Image
Figure 1. The numbers 4 and 9 are coprime. Therefore, the diagonal of a 4 x 9 lattice does not intersect any other lattice points

There are a number of conditions which are equivalent to a and b being coprime:

As a consequence of the third point, if a and b are coprime and brbs (mod a), then rs (mod a) (because we may "divide by b" when working modulo a). Furthermore, if b1 and b2 are both coprime with a, then so is their product b1b2 (modulo a it is a product of invertible elements, and therefore invertible); this also follows from the first point by Euclid's lemma, which states that if a prime number p divides a product bc, then p divides at least one of the factors b, c.

As a consequence of the first point, if a and b are coprime, then so are any powers ak and bl.

If a and b are coprime and a divides the product bc, then a divides c. This can be viewed as a generalization of Euclid's lemma.

The two integers a and b are coprime if and only if the point with coordinates (a, b) in a Cartesian coordinate system is "visible" from the origin (0,0), in the sense that there is no point with integer coordinates between the origin and (a, b). (See figure 1.)

In a sense that can be made precise, the probability that two randomly chosen integers are coprime is 6/π2 (see pi), which is about 61%. See below.

Two natural numbers a and b are coprime if and only if the numbers 2a − 1 and 2b − 1 are coprime. As a generalization of this, following easily from Euclidean algorithm in base n > 1:

\gcd (n^a-1,n^b-1)=n^{\gcd(a,b)}-1.

Cross notation, group[edit]

If n≥1 and is an integer, the numbers coprime to n, taken modulo n, form a group with multiplication as operation; it is written as (Z/nZ)× or Zn*.

Generalizations[edit]

The concept of being relatively prime can also be extended to any finite set of integers S = {a1, a2, .... an} to mean that the greatest common divisor of the elements of the set is 1. If every pair in a (finite or infinite) set of integers is relatively prime, then the set is called pairwise relatively prime. Every pairwise relatively prime finite set is relatively prime; however, the converse is not true: {6, 10, 15} is relatively prime (the only positive integer that divides all of 6, 10 and 15 is 1), but not pairwise relative prime (each pair of integers in the set has a non-trivial common factor).

Two ideals A and B in the commutative ring R are called coprime (or comaximal) if A + B = R. This generalizes Bézout's identity: with this definition, two principal ideals (a) and (b) in the ring of integers Z are coprime if and only if a and b are coprime.

If the ideals A and B of R are coprime, then AB = AB; furthermore, if C is a third ideal such that A contains BC, then A contains C. The Chinese remainder theorem is an important statement about coprime ideals.

Probabilities[edit]

Given two randomly chosen integers a and b, it is reasonable to ask how likely it is that a and b are coprime. In this determination, it is convenient to use the characterization that a and b are coprime if and only if no prime number divides both of them (see Fundamental theorem of arithmetic).

Informally, the probability that any number is divisible by a prime (or in fact any integer) p is 1/p; for example, every 7th integer is divisible by 7. Hence the probability that two numbers are both divisible by this prime is 1/p^2, and the probability that at least one of them is not is 1-1/p^2. For distinct primes, these divisibility events are mutually independent. For example, in the case of two events, a number is divisible by p and q if and only if it is divisible by pq; the latter event has probability 1/pq. (Independence does not hold for numbers in general, but holds for prime numbers.) Thus the probability that two numbers are coprime is given by a product over all primes,

\prod_p^{\infty} \left(1-\frac{1}{p^2}\right) = \left( \prod_p^{\infty} \frac{1}{1-p^{-2}} \right)^{-1} = \frac{1}{\zeta(2)} = \frac{6}{\pi^2} \approx 0.607927102 \approx 61\%.

Here ζ refers to the Riemann zeta function, the identity relating the product over primes to ζ(2) is an example of an Euler product, and the evaluation of ζ(2) as π2/6 is the Basel problem, solved by Leonhard Euler in 1735. In general, the probability of k randomly chosen integers being coprime is 1/ζ(k).

The notion of a "randomly chosen integer" in the preceding paragraphs is not rigorous. One rigorous formalization is the notion of natural density: choose the integers a and b randomly between 1 and an integer N. Then, for each upper bound N, there is a probability PN that two randomly chosen numbers are coprime. This will never be exactly 6/\pi^2, but in the limit as N \to \infty, the probability P_N approaches 6/\pi^2.[4]

Generating all coprime pairs[edit]

Image
Image
The order of generation of coprime pairs by this algorithm. First node (2,1) is marked red, its three children are shown in orange, third generation is yellow, and so on in the rainbow order.

All pairs of coprime numbers m, n can be arranged in a pair of disjoint complete ternary trees, starting from (2,1) (for even-odd or odd-even pairs)[5] or from (3,1) (for odd-odd pairs).[6] The children of each vertex (m,n) are generated as follows:

Branch 1: (2m-n,m)

Branch 2: (2m+n,m)

Branch 3: (m+2n,n)

This scheme is exhaustive and non-redundant with no invalid members.

References[edit]

  1. ^ Eaton, James S. Treatise on Arithmetic. 1872. May be downloaded from: http://archive.org/details/atreatiseonarit05eatogoog
  2. ^ G.H. Hardy; E. M. Wright (2008). An Introduction to the Theory of Numbers (6th ed. ed.). Oxford University Press. p. 6. ISBN 978-0-19-921986-5. 
  3. ^ Graham, R. L.; Knuth, D. E.; Patashnik, O. (1989), Concrete Mathematics, Addison-Wesley 
  4. ^ This theorem was proved by Ernesto Cesàro in 1881. For a more rigorous proof than the intuitive and informal one given here, see G.H. Hardy; E. M. Wright (2008). An Introduction to the Theory of Numbers (6th ed. ed.). Oxford University Press. ISBN 978-0-19-921986-5. , theorem 332.
  5. ^ Saunders, Robert & Randall, Trevor (July 1994), "The family tree of the Pythagorean triplets revisited", Mathematical Gazette 78: 190–193 .
  6. ^ Mitchell, Douglas W. (July 2001), "An alternative characterisation of all primitive Pythagorean triples", Mathematical Gazette 85: 273–275 .

Further reading[edit]

  • Lord, Nick (March 2008), "A uniform construction of some infinite coprime sequences", Mathematical Gazette 92: 66–70 .