Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-07-31
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 n0,…,nr−1 be a finite list of positive integers such that gcd⁡(ni,nj)=1 whenever i≠j. Put Pk:=∏i<kni, with P0=1.

  1. For every k≤j<r, gcd⁡(Pk,nj)=1.
  2. If every ni divides an integer M, then Pr∣M.

The products are finite monoid products (The product g0g1⋯gn−1 of a finite list in a monoid, by recursion, with the empty product (n=0) equal to the identity).

Facts & Assumptions

Given: A natural r, a pairwise-coprime list of positive integers n0,…,nr−1, its initial products Pk, and an integer M divisible by every list member.

[L6]

Induction proves a statement at every natural number from its base case and successor implication (The principle of mathematical induction).

Proof

technique · induction
1.1

Fix k≤j<r. If gcd⁡(Pk,nj)>1, [L2] supplies a prime q dividing this gcd. Then q∣Pk, so [L1] gives an i<k≤j with q∣ni; also q∣nj, contradicting gcd⁡(ni,nj)=1 because i≠j and the positive prime q>1 would divide that gcd. Hence gcd⁡(Pk,nj)=1.

L1L2L5
1.2

At k=0, P0=1 divides M.

baseL4
2.1

Assume Pk∣M for some k<r. The hypothesis gives nk∣M, and step 1.1 gives gcd⁡(Pk,nk)=1; hence [L3] gives Pknk=Pk+1∣M.

ihstep 1.1L3L4
3.1

Induction using steps 1.2 and 2.1 yields Pk∣M for every k≤r, and in particular Pr∣M; together with step 1.1 this proves both clauses.

step 1.1step 1.2step 2.1L6discharge-induction∎

Depends on

Used by

Dependency tree · two levels

43 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources