fbpx
Wikipedia

Coprime integers

In number theory, two integers a and b are coprime, relatively prime or mutually prime if the only positive integer that is a divisor of both of them is 1.[1] Consequently, any prime number that divides a does not divide b, and vice versa. This is equivalent to their greatest common divisor (GCD) being 1.[2] One says also a is prime to b or a is coprime with b.

The numbers 8 and 9 are coprime, despite the fact that neither considered individually is a prime number, since 1 is their only common divisor. On the other hand, 6 and 9 are not coprime, because they are both divisible by 3. The numerator and denominator of a reduced fraction are coprime, by definition.

Notation and testing Edit

When the integers a and b are coprime, the standard way of expressing this fact in mathematical notation is to indicate that their greatest common divisor is one, by the formula gcd(a, b) = 1 or (a, b) = 1. In their 1989 textbook Concrete Mathematics, Ronald Graham, Donald Knuth, and Oren Patashnik proposed an alternative notation   to indicate that a and b are relatively prime and that the term "prime" be used instead of coprime (as in a is prime to b).[3]

A fast way to determine whether two numbers are coprime is given by the Euclidean algorithm and its faster variants such as binary GCD algorithm or Lehmer's GCD algorithm.

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

A set of integers can also be called coprime if its elements share no common positive factor except 1. A stronger condition on a set of integers is pairwise coprime, which means that a and b are coprime for every pair (a, b) of different integers in the set. The set {2, 3, 4} is coprime, but it is not pairwise coprime since 2 and 4 are not relatively prime.

Properties Edit

The numbers 1 and −1 are the only integers coprime with every integer, and they are the only integers that are coprime with 0.

A number of conditions 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).[5] That is, we may "divide by b" when working modulo a. Furthermore, if b1, b2 are both coprime with a, then so is their product b1b2 (i.e., modulo a it is a product of invertible elements, and therefore invertible);[6] 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 bm.

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

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

The two integers a and b are coprime if and only if the point with coordinates (a, b) in a Cartesian coordinate system would be "visible" via an unobstructed line of sight from the origin (0, 0), in the sense that there is no point with integer coordinates anywhere on the line segment 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, which is about 61% (see § Probability of coprimality, below).

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

 

Coprimality in sets Edit

A set of integers   can also be called coprime or setwise coprime if the greatest common divisor of all the elements of the set is 1. For example, the integers 6, 10, 15 are coprime because 1 is the only positive integer that divides all of them.

If every pair in a set of integers is coprime, then the set is said to be pairwise coprime (or pairwise relatively prime, mutually coprime or mutually relatively prime). Pairwise coprimality is a stronger condition than setwise coprimality; every pairwise coprime finite set is also setwise coprime, but the reverse is not true. For example, the integers 4, 5, 6 are (setwise) coprime (because the only positive integer dividing all of them is 1), but they are not pairwise coprime (because gcd(4, 6) = 2).

The concept of pairwise coprimality is important as a hypothesis in many results in number theory, such as the Chinese remainder theorem.

It is possible for an infinite set of integers to be pairwise coprime. Notable examples include the set of all prime numbers, the set of elements in Sylvester's sequence, and the set of all Fermat numbers.

Coprimality in ring ideals Edit

Two ideals A and B in a commutative ring R are called coprime (or comaximal) if   This generalizes Bézout's identity: with this definition, two principal ideals (a) and (b) in the ring of integers   are coprime if and only if a and b are coprime. If the ideals A and B of R are coprime, then   furthermore, if C is a third ideal such that A contains BC, then A contains C. The Chinese remainder theorem can be generalized to any commutative ring, using coprime ideals.

Probability of coprimality 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   for example, every 7th integer is divisible by 7. Hence the probability that two numbers are both divisible by p is   and the probability that at least one of them is not is   Any finite collection of divisibility events associated to distinct primes is mutually independent. For example, in the case of two events, a number is divisible by primes p and q if and only if it is divisible by pq; the latter event has probability   If one makes the heuristic assumption that such reasoning can be extended to infinitely many divisibility events, one is led to guess that the probability that two numbers are coprime is given by a product over all primes,

 

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.

There is no way to choose a positive integer at random so that each positive integer occurs with equal probability, but statements about "randomly chosen integers" such as the ones above can be formalized by using the notion of natural density. For each positive integer N, let PN be the probability that two randomly chosen numbers in   are coprime. Although PN will never equal 6/π2 exactly, with work[9] one can show that in the limit as   the probability PN approaches 6/π2.

More generally, the probability of k randomly chosen integers being coprime is  

Generating all coprime pairs Edit

 
The tree rooted at (2, 1). The root (2, 1) is marked red, its three children are shown in orange, third generation is yellow, and so on in the rainbow order. There are coprime pairs near of the x-axis and in other gaps that are not shown since the dots are too small to be seen.

All pairs of positive coprime numbers (m, n) (with m > n) can be arranged in two disjoint complete ternary trees, one tree starting from (2, 1) (for even–odd and odd–even pairs),[10] and the other tree starting from (3, 1) (for odd–odd pairs).[11] The children of each vertex (m, n) are generated as follows:

  • Branch 1:  
  • Branch 2:  
  • Branch 3:  

This scheme is exhaustive and non-redundant with no invalid members. This can be proved by remarking that, if   is a coprime pair with   then

  • if   then   is a child of   along branch 3;
  • if   then   is a child of   along branch 2;
  • if   then   is a child of   along branch 1.

In all cases   is a "smaller" coprime pair with   This process of "computing the father" can stop only if either   or   In these cases, coprimality, implies that the pair is either   or  

Applications Edit

In machine design, an even, uniform gear wear is achieved by choosing the tooth counts of the two gears meshing together to be relatively prime. When a 1:1 gear ratio is desired, a gear relatively prime to the two equal-size gears may be inserted between them.

In pre-computer cryptography, some Vernam cipher machines combined several loops of key tape of different lengths. Many rotor machines combine rotors of different numbers of teeth. Such combinations work best when the entire set of lengths are pairwise coprime.[12][13][14][15]

Generalizations Edit

This concept can be extended to other algebraic structures than   for example, polynomials whose greatest common divisor is 1 are called coprime polynomials.

See also Edit

Notes Edit

  1. ^ Eaton, James S. (1872). A Treatise on Arithmetic. Boston: Thompson, Bigelow & Brown. p. 49. Retrieved 10 January 2022. Two numbers are mutually prime when no whole number but one will divide each of them
  2. ^ Hardy & Wright 2008, p. 6
  3. ^ Graham, R. L.; Knuth, D. E.; Patashnik, O. (1989), Concrete Mathematics / A Foundation for Computer Science, Addison-Wesley, p. 115, ISBN 0-201-14236-8
  4. ^ Ore 1988, p. 47
  5. ^ Niven & Zuckerman 1966, p. 22, Theorem 2.3(b)
  6. ^ Niven & Zuckerman 1966, p. 6, Theorem 1.8
  7. ^ Niven & Zuckerman 1966, p.7, Theorem 1.10
  8. ^ Rosen 1992, p. 140
  9. ^ This theorem was proved by Ernesto Cesàro in 1881. For a proof, see Hardy & Wright 2008, Theorem 332
  10. ^ Saunders, Robert & Randall, Trevor (July 1994), "The family tree of the Pythagorean triplets revisited", Mathematical Gazette, 78: 190–193, doi:10.2307/3618576.
  11. ^ Mitchell, Douglas W. (July 2001), "An alternative characterisation of all primitive Pythagorean triples", Mathematical Gazette, 85: 273–275, doi:10.2307/3622017.
  12. ^ Klaus Pommerening. "Cryptology: Key Generators with Long Periods".
  13. ^ David Mowry. "German Cipher Machines of World War II". 2014. p. 16; p. 22.
  14. ^ Dirk Rijmenants. "Origins of One-time pad".
  15. ^ Gustavus J. Simmons. "Vernam-Vigenère cipher".

References Edit

Further reading Edit

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

coprime, integers, number, theory, integers, coprime, relatively, prime, mutually, prime, only, positive, integer, that, divisor, both, them, consequently, prime, number, that, divides, does, divide, vice, versa, this, equivalent, their, greatest, common, divi. In number theory two integers a and b are coprime relatively prime or mutually prime if the only positive integer that is a divisor of both of them is 1 1 Consequently any prime number that divides a does not divide b and vice versa This is equivalent to their greatest common divisor GCD being 1 2 One says also a is prime to b or a is coprime with b The numbers 8 and 9 are coprime despite the fact that neither considered individually is a prime number since 1 is their only common divisor On the other hand 6 and 9 are not coprime because they are both divisible by 3 The numerator and denominator of a reduced fraction are coprime by definition Contents 1 Notation and testing 2 Properties 3 Coprimality in sets 4 Coprimality in ring ideals 5 Probability of coprimality 6 Generating all coprime pairs 7 Applications 8 Generalizations 9 See also 10 Notes 11 References 12 Further readingNotation and testing EditWhen the integers a and b are coprime the standard way of expressing this fact in mathematical notation is to indicate that their greatest common divisor is one by the formula gcd a b 1 or a b 1 In their 1989 textbook Concrete Mathematics Ronald Graham Donald Knuth and Oren Patashnik proposed an alternative notation a b displaystyle a perp b to indicate that a and b are relatively prime and that the term prime be used instead of coprime as in a is prime to b 3 A fast way to determine whether two numbers are coprime is given by the Euclidean algorithm and its faster variants such as binary GCD algorithm or Lehmer s GCD algorithm The number of integers coprime with a positive integer n between 1 and n is given by Euler s totient function also known as Euler s phi function f n A set of integers can also be called coprime if its elements share no common positive factor except 1 A stronger condition on a set of integers is pairwise coprime which means that a and b are coprime for every pair a b of different integers in the set The set 2 3 4 is coprime but it is not pairwise coprime since 2 and 4 are not relatively prime Properties EditThe numbers 1 and 1 are the only integers coprime with every integer and they are the only integers that are coprime with 0 A number of conditions are equivalent to a and b being coprime No prime number divides both a and b There exist integers x y such that ax by 1 see Bezout s identity The integer b has a multiplicative inverse modulo a meaning that there exists an integer y such that by 1 mod a In ring theoretic language b is a unit in the ring Z a Z displaystyle mathbb Z a mathbb Z of integers modulo a Every pair of congruence relations for an unknown integer x of the form x k mod a and x m mod b has a solution Chinese remainder theorem in fact the solutions are described by a single congruence relation modulo ab The least common multiple of a and b is equal to their product ab i e lcm a b ab 4 As a consequence of the third point if a and b are coprime and br bs mod a then r s mod a 5 That is we may divide by b when working modulo a Furthermore if b1 b2 are both coprime with a then so is their product b1b2 i e modulo a it is a product of invertible elements and therefore invertible 6 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 bm If a and b are coprime and a divides the product bc then a divides c 7 This can be viewed as a generalization of Euclid s lemma Figure 1 The numbers 4 and 9 are coprime Therefore the diagonal of a 4 9 lattice does not intersect any other lattice pointsThe two integers a and b are coprime if and only if the point with coordinates a b in a Cartesian coordinate system would be visible via an unobstructed line of sight from the origin 0 0 in the sense that there is no point with integer coordinates anywhere on the line segment 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 p2 which is about 61 see Probability of coprimality below Two natural numbers a and b are coprime if and only if the numbers 2a 1 and 2b 1 are coprime 8 As a generalization of this following easily from the Euclidean algorithm in base n gt 1 gcd n a 1 n b 1 n gcd a b 1 displaystyle gcd left n a 1 n b 1 right n gcd a b 1 Coprimality in sets EditA set of integers S a 1 a 2 a n displaystyle S a 1 a 2 dots a n can also be called coprime or setwise coprime if the greatest common divisor of all the elements of the set is 1 For example the integers 6 10 15 are coprime because 1 is the only positive integer that divides all of them If every pair in a set of integers is coprime then the set is said to be pairwise coprime or pairwise relatively prime mutually coprime or mutually relatively prime Pairwise coprimality is a stronger condition than setwise coprimality every pairwise coprime finite set is also setwise coprime but the reverse is not true For example the integers 4 5 6 are setwise coprime because the only positive integer dividing all of them is 1 but they are not pairwise coprime because gcd 4 6 2 The concept of pairwise coprimality is important as a hypothesis in many results in number theory such as the Chinese remainder theorem It is possible for an infinite set of integers to be pairwise coprime Notable examples include the set of all prime numbers the set of elements in Sylvester s sequence and the set of all Fermat numbers Coprimality in ring ideals EditTwo ideals A and B in a commutative ring R are called coprime or comaximal if A B R displaystyle A B R This generalizes Bezout s identity with this definition two principal ideals a and b in the ring of integers Z displaystyle mathbb Z are coprime if and only if a and b are coprime If the ideals A and B of R are coprime then A B A B displaystyle AB A cap B furthermore if C is a third ideal such that A contains BC then A contains C The Chinese remainder theorem can be generalized to any commutative ring using coprime ideals Probability of coprimality EditGiven 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 displaystyle tfrac 1 p for example every 7th integer is divisible by 7 Hence the probability that two numbers are both divisible by p is 1 p 2 displaystyle tfrac 1 p 2 and the probability that at least one of them is not is 1 1 p 2 displaystyle 1 tfrac 1 p 2 Any finite collection of divisibility events associated to distinct primes is mutually independent For example in the case of two events a number is divisible by primes p and q if and only if it is divisible by pq the latter event has probability 1 p q displaystyle tfrac 1 pq If one makes the heuristic assumption that such reasoning can be extended to infinitely many divisibility events one is led to guess that the probability that two numbers are coprime is given by a product over all primes prime p 1 1 p 2 prime p 1 1 p 2 1 1 z 2 6 p 2 0 607927102 61 displaystyle prod text prime p left 1 frac 1 p 2 right left prod text prime p frac 1 1 p 2 right 1 frac 1 zeta 2 frac 6 pi 2 approx 0 607927102 approx 61 Here z refers to the Riemann zeta function the identity relating the product over primes to z 2 is an example of an Euler product and the evaluation of z 2 as p2 6 is the Basel problem solved by Leonhard Euler in 1735 There is no way to choose a positive integer at random so that each positive integer occurs with equal probability but statements about randomly chosen integers such as the ones above can be formalized by using the notion of natural density For each positive integer N let PN be the probability that two randomly chosen numbers in 1 2 N displaystyle 1 2 ldots N are coprime Although PN will never equal 6 p2 exactly with work 9 one can show that in the limit as N displaystyle N to infty the probability PN approaches 6 p2 More generally the probability of k randomly chosen integers being coprime is 1 z k displaystyle tfrac 1 zeta k Generating all coprime pairs Edit The tree rooted at 2 1 The root 2 1 is marked red its three children are shown in orange third generation is yellow and so on in the rainbow order There are coprime pairs near of the x axis and in other gaps that are not shown since the dots are too small to be seen All pairs of positive coprime numbers m n with m gt n can be arranged in two disjoint complete ternary trees one tree starting from 2 1 for even odd and odd even pairs 10 and the other tree starting from 3 1 for odd odd pairs 11 The children of each vertex m n are generated as follows Branch 1 2 m n m displaystyle 2m n m Branch 2 2 m n m displaystyle 2m n m Branch 3 m 2 n n displaystyle m 2n n This scheme is exhaustive and non redundant with no invalid members This can be proved by remarking that if a b displaystyle a b is a coprime pair with a gt b displaystyle a gt b then if a gt 3 b displaystyle a gt 3b then a b displaystyle a b is a child of m n a 2 b b displaystyle m n a 2b b along branch 3 if 2 b lt a lt 3 b displaystyle 2b lt a lt 3b then a b displaystyle a b is a child of m n b a 2 b displaystyle m n b a 2b along branch 2 if b lt a lt 2 b displaystyle b lt a lt 2b then a b displaystyle a b is a child of m n b 2 b a displaystyle m n b 2b a along branch 1 In all cases m n displaystyle m n is a smaller coprime pair with m gt n displaystyle m gt n This process of computing the father can stop only if either a 2 b displaystyle a 2b or a 3 b displaystyle a 3b In these cases coprimality implies that the pair is either 2 1 displaystyle 2 1 or 3 1 displaystyle 3 1 Applications EditIn machine design an even uniform gear wear is achieved by choosing the tooth counts of the two gears meshing together to be relatively prime When a 1 1 gear ratio is desired a gear relatively prime to the two equal size gears may be inserted between them In pre computer cryptography some Vernam cipher machines combined several loops of key tape of different lengths Many rotor machines combine rotors of different numbers of teeth Such combinations work best when the entire set of lengths are pairwise coprime 12 13 14 15 Generalizations EditThis concept can be extended to other algebraic structures than Z displaystyle mathbb Z for example polynomials whose greatest common divisor is 1 are called coprime polynomials See also Edit Look up coprime in Wiktionary the free dictionary Euclid s orchard Superpartient numberNotes Edit Eaton James S 1872 A Treatise on Arithmetic Boston Thompson Bigelow amp Brown p 49 Retrieved 10 January 2022 Two numbers are mutually prime when no whole number but one will divide each of them Hardy amp Wright 2008 p 6 Graham R L Knuth D E Patashnik O 1989 Concrete Mathematics A Foundation for Computer Science Addison Wesley p 115 ISBN 0 201 14236 8 Ore 1988 p 47 Niven amp Zuckerman 1966 p 22 Theorem 2 3 b Niven amp Zuckerman 1966 p 6 Theorem 1 8 Niven amp Zuckerman 1966 p 7 Theorem 1 10 Rosen 1992 p 140 This theorem was proved by Ernesto Cesaro in 1881 For a proof see Hardy amp Wright 2008 Theorem 332 Saunders Robert amp Randall Trevor July 1994 The family tree of the Pythagorean triplets revisited Mathematical Gazette 78 190 193 doi 10 2307 3618576 Mitchell Douglas W July 2001 An alternative characterisation of all primitive Pythagorean triples Mathematical Gazette 85 273 275 doi 10 2307 3622017 Klaus Pommerening Cryptology Key Generators with Long Periods David Mowry German Cipher Machines of World War II 2014 p 16 p 22 Dirk Rijmenants Origins of One time pad Gustavus J Simmons Vernam Vigenere cipher References EditHardy G H Wright E M 2008 An Introduction to the Theory of Numbers 6th ed Oxford University Press ISBN 978 0 19 921986 5 Niven Ivan Zuckerman Herbert S 1966 An Introduction to the Theory of Numbers 2nd ed John Wiley amp Sons Ore Oystein 1988 1948 Number Theory and Its History Dover ISBN 978 0 486 65620 5 dead link Rosen Kenneth H 1992 Elementary Number Theory and its Applications 3rd ed Addison Wesley ISBN 978 0 201 57889 8Further reading EditLord Nick March 2008 A uniform construction of some infinite coprime sequences Mathematical Gazette 92 66 70 Retrieved from https en wikipedia org w index php title Coprime integers amp oldid 1161925475, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.