logo

Greatest Common Divisor and Coprime 📂Number Theory

Greatest Common Divisor and Coprime

Definition 1

  1. For two integers nn and m0m \ne 0, if there exists an integer kk that satisfies the following, nn is divisible by mm. n=mk n = mk In this case, nn is called a Multiple of mm, and mm is called a Divisor of nn, as indicated below. mn m \mid n If mm cannot divide nn, it is denoted by striking through as mnm \nmid n.
  2. Let’s assume two non-00 integers aa, bb are given. The largest common divisor that divides both is called the Greatest Common Divisor of aa and bb, denoted as gcd(a,b)\gcd (a,b).
  3. If gcd(a,b)=1\gcd (a,b) = 1, then aa and bb are said to be Relatively Prime.

Explanation

The concepts of Greatest Common Divisor and Relatively Prime are something most people have seen from their elementary school days.

As can be seen from the English expression Relatively Prime, contrary to many people’s language habits (even in the title of this post, where it’s written without a space, as if it’s a single word), Relatively Prime literally means relatively prime. Although Mutually might seem a more fitting word to express ’each other’ in English, Mutually has its own significant meaning across mathematics, hence Relatively is used. Here, ‘relatively’ means that the two numbers aa and bb do not share any divisor other than 11, making them essentially prime to each other. They may not be absolutely prime, but for each other, they can be considered as prime.

See Also

Algebraic Generalization

Generalized in Unique Factorization Domain.


  1. Silverman. (2012). A Friendly Introduction to Number Theory (4th Edition): p30. ↩︎