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.
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
Statement
Let be a finite list of positive integers such that whenever . Put , with .
- For every , .
- If every divides an integer , then .
The products are finite monoid products (The product of a finite list in a monoid, by recursion, with the empty product () equal to the identity).
Facts & Assumptions
Given: A natural , a pairwise-coprime list of positive integers , its initial products , and an integer divisible by every list member.
A prime dividing a finite product of integers divides one of its factors (If a prime divides a finite product of integers then for some ; at the product is and the hypothesis cannot hold).
Every integer greater than has a prime divisor (Every integer has a prime divisor; indeed the least divisor of that exceeds is prime).
If , , and , then (If and then ; and if , and then ).
Finite products have empty value and satisfy (The product of a finite list in a monoid, by recursion, with the empty product () equal to the identity, Generalised associativity: in a monoid the product of a finite list does not depend on the bracketing, and in a commutative monoid it does not depend on the order of the factors either).
Coprime integers have gcd , whose only positive divisors are (Coprime integers: , Common divisor, and the greatest common divisor , with the convention ).
Induction proves a statement at every natural number from its base case and successor implication (The principle of mathematical induction).
Proof
Fix . If , [L2] supplies a prime dividing this gcd. Then , so [L1] gives an with ; also , contradicting because and the positive prime would divide that gcd. Hence .
At , divides .
Assume for some . The hypothesis gives , and step 1.1 gives ; hence [L3] gives .
Induction using steps 1.2 and 2.1 yields for every , and in particular ; together with step 1.1 this proves both clauses.
Depends on
- Coprime integers: $\gcd(a,b) = 1$
- If $\gcd(a,b) = 1$ and $a \mid bc$ then $a \mid c$; and if $a \mid c$, $b \mid c$ and $\gcd(a,b) = 1$ then $ab \mid c$
- The product $g_0 g_1 \cdots g_{n-1}$ of a finite list in a monoid, by recursion, with the empty product ($n = 0$) equal to the identity
- Generalised associativity: in a monoid the product of a finite list does not depend on the bracketing, and in a commutative monoid it does not depend on the order of the factors either
- The principle of mathematical induction
- If a prime $p$ divides a finite product $\prod_{i<n} a_i$ of integers then $p \mid a_i$ for some $i < n$; at $n = 0$ the product is $1$ and the hypothesis cannot hold
- Every integer $n > 1$ has a prime divisor; indeed the least divisor of $n$ that exceeds $1$ is prime
- Common divisor, and the greatest common divisor $\gcd(a,b)$, with the convention $\gcd(0,0) := 0$
Used by
- Chinese remainder theorem for a finite pairwise-coprime list: simultaneous residues determine one class modulo the product, and the resulting bijection preserves addition and multiplication Theorem
- Euler's product formula φ(n)=n∏_p∣ n(1-1/p)=∏_pᵏ∥ n(pᵏ-pᵏ⁻¹) for n≥1, stated through a finite injective list of its prime divisors Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 79 results over 27 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
- K. Conrad, The Chinese Remainder Theorem (standard reference, not scraped)