How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Coprime integers:
Definition
Integers and are coprime, or relatively prime, when
(Common divisor, and the greatest common divisor , with the convention ). The relation is symmetric, since ( is symmetric and unchanged by signs: ; moreover , , , and unless ), and unchanged by signs, since .
Boundary values. contains and contains and , so the three degenerate pairs are recorded explicitly, each read off is symmetric and unchanged by signs: ; moreover , , , and unless :
- and are coprime for every integer , since ; in particular and are coprime.
- and are coprime exactly when or . Indeed , so coprimality says , and by Absolute value in : ; exactly when ; ; ; ; and exactly when together with the case split of The absolute value of an integer this holds exactly for and , the two units of ( is a commutative monoid whose group of units is ; equivalently holds exactly for and ).
- and are not coprime, since by the convention of Common divisor, and the greatest common divisor , with the convention , and : if were then , contradicting the two units being distinct ( is a commutative monoid whose group of units is ; equivalently holds exactly for and ).
Remarks
-
Coprime is a statement about the pair, not about either integer. Neither nor need be prime, and primality is not defined anywhere on this page: and are coprime and neither is prime. What coprimality says is that the only common divisors are the units and ( and are coprime if and only if for some integers ; and in that case the only common divisors of and are and ).
-
Why it is worth a name before primes appear. The lemma that carries the weight in elementary number theory — if and is coprime to then (If and then ; and if , and then ) — needs coprimality and no primality at all. Primes enter later, and their key property is a special case of that lemma rather than an independent fact.
Depends on
- Common divisor, and the greatest common divisor $\gcd(a,b)$, with the convention $\gcd(0,0) := 0$
- $\gcd$ is symmetric and unchanged by signs: $\gcd(a,b) = \gcd(b,a) = \gcd(|a|,|b|)$; moreover $\gcd(a,0) = |a|$, $\gcd(a,1) = 1$, $\gcd(a,a) = |a|$, and $\gcd(a,b) \ge 1$ unless $a = b = 0$
- $(\mathbb{Z}, \cdot, 1)$ is a commutative monoid whose group of units is $\{1, -1\}$; equivalently $u \mid 1$ holds exactly for $u = 1$ and $u = -1$
- The absolute value $|a|$ of an integer
- Absolute value in $\mathbb{Z}$: $|a| \ge 0$; $|a| = 0$ exactly when $a = 0$; $|-a| = |a|$; $|ab| = |a|\,|b|$; $-|a| \le a \le |a|$; and $|a| \le c$ exactly when $-c \le a \le c$
Used by
- A rational root of xᵏ = m is an integer: if k ≥ 1, m ∈ ℤ, x ∈ ℚ and xᵏ is the image of m, then x is the image of an integer Corollary
- If d = gcd(a,b) is nonzero then a/d and b/d are coprime Corollary
- The number-theoretic Möbius function is multiplicative on coprime positive integers Corollary
- 6 ∣ 4 · 9 while 6 ∤ 4 and 6 ∤ 9: dividing a product does not force dividing a factor, and the coprimality hypothesis is what fails Counterexample
- The Dirichlet function 1_ℚ, and Thomae's function t with t(x) = 1/q at a rational x = p/q in lowest terms with q ≥ 1 and t(x) = 0 at every irrational x Definition
- Bézout coefficients are not unique: 1071 · (-3) + 462 · 7 = 21 and 1071 · 19 + 462 · (-44) = 21, and for nonzero a, b every solution has the form (x₀ + t b/d, y₀ - t a/d) Example
- Consecutive Fibonacci numbers are coprime, and for every m ∈ ℕ the Euclidean algorithm on (Fₘ₊₃, Fₘ₊₂) takes exactly m+1 divisions, with quotient 1 in the first m of them and quotient 2 in the last Example
- a and b are coprime if and only if ax + by = 1 for some integers x, y; and in that case the only common divisors of a and b are 1 and -1 Lemma
- For a finite pairwise-coprime list of positive integers, the product divides every common multiple, and each initial product is coprime to every remaining modulus Lemma
- For a prime p and any integer a, gcd(p,a) is p when p ∣ a and 1 otherwise; so p ∤ a makes p and a coprime Lemma
- If gcd(a,b) = 1 and a ∣ bc then a ∣ c; and if a ∣ c, b ∣ c and gcd(a,b) = 1 then ab ∣ c Lemma
- Euclid's lemma: if p is prime and p ∣ ab then p ∣ a or p ∣ b Theorem
- For n≥1, [a]ₙ is a unit if and only if gcd(a,n)=1 Theorem
- Rational root theorem Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 53 results over 18 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- Coprime integers (Wikipedia) (standard reference, not scraped)