relatively prime

created by haggai
(idea) by haggai (8.7 mon) (print)   (I like it!) Tue Apr 04 2000 at 17:44:59
Two integers are said to be relatively prime if their greatest common divisor is 1, that is, gcd(a,b)=1.
(idea) by hobyrne (3.1 y) (print)   (I like it!) Tue Sep 11 2001 at 0:10:56

A positive integer is said to be prime if it has no factors other than itself and 1. Given a set of two or more positive integers, the elements are said to be relatively prime (or 'coprime') if no two elements from the set have a common factor other than 1, i.e. the greatest common factor of any pair is 1. (Another way to think of this is that numbers are relatively prime if the least common multiple of the numbers is the same as the product of the numbers.)

If p is a prime number and x is a positive integer, x and p are relatively prime unless x is a multiple of p. Thus, any set of prime numbers are relatively prime. Some sets including composite numbers, e.g. {10, 13, 27, 49}, are relatively prime also.

If x and y are relatively prime, it can be said that x is prime relative to y.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.