Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck 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,,nr1n_0,\ldots,n_{r-1} be a finite list of positive integers such that gcd(ni,nj)=1\gcd(n_i,n_j)=1 whenever iji\ne j. Put Pk:=i<kniP_k:=\prod_{i<k}n_i, with P0=1P_0=1.

  1. For every kj<rk\le j<r, gcd(Pk,nj)=1\gcd(P_k,n_j)=1.
  2. If every nin_i divides an integer MM, then PrMP_r\mid M.

The products are finite monoid products (The product g0g1gn1g_0 g_1 \cdots g_{n-1} of a finite list in a monoid, by recursion, with the empty product (n=0n = 0) equal to the identity).

Facts & Assumptions

Given: A natural rr, a pairwise-coprime list of positive integers n0,,nr1n_0,\ldots,n_{r-1}, its initial products PkP_k, and an integer MM 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 kj<rk\le j<r. If gcd(Pk,nj)>1\gcd(P_k,n_j)>1, [L2] supplies a prime qq dividing this gcd. Then qPkq\mid P_k, so [L1] gives an i<kji<k\le j with qniq\mid n_i; also qnjq\mid n_j, contradicting gcd(ni,nj)=1\gcd(n_i,n_j)=1 because iji\ne j and the positive prime q>1q>1 would divide that gcd. Hence gcd(Pk,nj)=1\gcd(P_k,n_j)=1.

L1L2L5
1.2

At k=0k=0, P0=1P_0=1 divides MM.

baseL4
2.1

Assume PkMP_k\mid M for some k<rk<r. The hypothesis gives nkMn_k\mid M, and step 1.1 gives gcd(Pk,nk)=1\gcd(P_k,n_k)=1; hence [L3] gives Pknk=Pk+1MP_kn_k=P_{k+1}\mid M.

ihstep 1.1L3L4
3.1

Induction using steps 1.2 and 2.1 yields PkMP_k\mid M for every krk\le r, and in particular PrMP_r\mid M; together with step 1.1 this proves both clauses.

step 1.1step 1.2step 2.1L6discharge-induction

Depends on

Used by

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