Difference between revisions of "Relatively prime"

(caps sensitive links...)
(Wikified, please confirm that no more wikification is needed and delete tag)
Line 1: Line 1:
Two positive [[integer | integers]] <math>{m}</math> and <math>{n}</math> are said to be '''relatively prime''' or ''coprime'' if they share no [[common divisor | common divisors]] greater than 1, so <math>\gcd(m,n)=1</math>. Equivalently, <math>{m}</math> and <math>{n}</math> must have no [[prime]] divisors in common. For example, 15 and 14 are relatively prime: the [[prime factorization]] of 15 is <math>3 \cdot 5</math>, the prime factorization of 14 is <math>2 \cdot 7</math>, and no prime factors are shared between the two.
+
Two positive [[integer | integers]] <math>{m}</math> and <math>{n}</math> are said to be '''relatively prime''' or ''coprime'' if they share no [[common divisor | common divisors]] greater than 1. Equivalently, <math>{m}</math> and <math>{n}</math> must have no [[prime]] divisors in common, which is mathematically written <math>\gcd(m,n)=1</math>. The positive integers <math>{m}</math> and <math>{n}</math> are relatively prime if and only if <math>\frac{m}{n}</math> is in lowest terms.
  
Note that positive integers <math>{m}</math> and <math>{n}</math> are relatively prime if and only if <math>\frac{m}{n}</math> is in lowest terms.
+
== Number Theory ==
 +
Relatively prime numbers show up frequently in [[number theory]] formulas and derivations:
  
Relatively prime numbers show up frequently in [[number theory]] formulas and derivations.  [[Euler's totient function]], for example, determines the number of positive integers less than any given positive integer that are relatively prime to that number. The [[Chicken McNugget Theorem]] also involves relatively prime numbers.
+
[[Euler's totient function]] determines the number of positive integers less than any given positive integer that are relatively prime to that number.
  
It is also worth noting that by the [[Euclidean algorithm]], consecutive positive integers are always relatively prime. This is related to the fact that two numbers <math>{a}</math> and <math>b</math> are relatively prime if and only if there exist some <math>{x},{y}\in \mathbb{Z}</math> such that <math>ax+by=1</math>.
+
By the [[Euclidean algorithm]], consecutive positive integers are always relatively prime. This is related to the fact that two numbers <math>a</math> and <math>b</math> are relatively prime if and only if there exist some <math>{x},{y}\in \mathbb{Z}</math> such that <math>ax+by=1</math>.
  
 
== See also ==
 
== See also ==
 
 
* [[Number theory]]
 
* [[Number theory]]
 
* [[Greatest common divisor]]
 
* [[Greatest common divisor]]
* [[Euclidean algorithm]]
+
* [[Chicken McNugget Theorem]]
* [[Euler's totient function]]
 
  
 
{{wikify}}
 
{{wikify}}
 
 
{{stub}}
 
{{stub}}
 
 
[[Category:Definition]]
 
[[Category:Definition]]
 
[[Category:Number theory]]
 
[[Category:Number theory]]

Revision as of 13:55, 17 April 2008

Two positive integers ${m}$ and ${n}$ are said to be relatively prime or coprime if they share no common divisors greater than 1. Equivalently, ${m}$ and ${n}$ must have no prime divisors in common, which is mathematically written $\gcd(m,n)=1$. The positive integers ${m}$ and ${n}$ are relatively prime if and only if $\frac{m}{n}$ is in lowest terms.

Number Theory

Relatively prime numbers show up frequently in number theory formulas and derivations:

Euler's totient function determines the number of positive integers less than any given positive integer that are relatively prime to that number.

By the Euclidean algorithm, consecutive positive integers are always relatively prime. This is related to the fact that two numbers $a$ and $b$ are relatively prime if and only if there exist some ${x},{y}\in \mathbb{Z}$ such that $ax+by=1$.

See also

Template:Wikify This article is a stub. Help us out by expanding it.