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.
while and : dividing a product does not force dividing a factor, and the coprimality hypothesis is what fails
Statement refuted
Refuted claim: for all integers , if then or (Divisibility in : when for some integer ).
Witness: , , . Here , so ; but and have nonzero remainders, so and .
The true statement in this direction carries a coprimality hypothesis (If and then ; and if , and then ): if and then . That hypothesis is exactly what fails here, in both readings: and , and neither is .
Numerals. For the symbol inside means , the embedding of The naturals embed in the integers.
Facts & Assumptions
Given: The integers , , and .
is a commutative ring: multiplication is associative and commutative, , , , and multiplication distributes over addition (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).
The order on is total, antisymmetric and transitive (The integers form a totally ordered ring, Order on the integers).
means for some (Divisibility in : when for some integer ).
For and there is exactly one pair with and , and holds exactly when (Division with remainder in : for and there are unique with and ).
exactly when , , , and every common divisor of and divides (Every common divisor of and divides ; consequently exactly when , , , and every common divisor of and divides — a characterisation that holds at as well, Common divisor, and the greatest common divisor , with the convention ).
If and then (If and then ; and if , and then ); and are coprime exactly when (Coprime integers: ).
is injective and preserves order, and , in (The naturals embed in the integers).
Counterexample
and , so .
: since , [L4] applies, and with is the unique representation of that form, so the remainder is .
: likewise with , so the remainder is .
: indeed , and , so is a common divisor; and , so every common divisor of and divides by [L6]. By [L5], , and by [L8].
: indeed , and ; and , so every common divisor divides by [L6]. By [L5], , and by [L8].
Steps 1.1, 1.2 and 1.3 exhibit , , with , and : the claim is refuted.
So [L7] is not contradicted: applied with it would need or , and by steps 1.4 and 1.5 neither holds. The failure of the refuted claim is exactly the failure of coprimality, not a failure of the lemma.
Remarks
-
This is the gap that primality closes. When is prime its only positive divisors are and itself, so for every that does not divide, and the refuted claim becomes true. Primes are not defined on this page, and the statement above is not repaired here; it is recorded so that the coprimality hypothesis of If and then ; and if , and then is visibly doing work rather than decorating the statement.
-
The witness is minimal in spirit, not proved minimal. No claim is made that is the smallest such triple.
Depends on
- Divisibility in $\mathbb{Z}$: $d \mid a$ when $a = dq$ for some integer $q$
- Divisibility is reflexive and transitive on $\mathbb{Z}$, and is linear: if $d \mid a$ and $d \mid b$ then $d \mid ax + by$ for all integers $x, y$; also $d \mid a$ implies $d \mid ac$, $-d \mid a$ and $d \mid -a$
- 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$
- Coprime integers: $\gcd(a,b) = 1$
- Common divisor, and the greatest common divisor $\gcd(a,b)$, with the convention $\gcd(0,0) := 0$
- Every common divisor of $a$ and $b$ divides $\gcd(a,b)$; consequently $d = \gcd(a,b)$ exactly when $d \ge 0$, $d \mid a$, $d \mid b$, and every common divisor of $a$ and $b$ divides $d$ — a characterisation that holds at $(a,b) = (0,0)$ as well
- Division with remainder in $\mathbb{Z}$: for $a \in \mathbb{Z}$ and $b > 0$ there are unique $q, r \in \mathbb{Z}$ with $a = qb + r$ and $0 \le r < b$
- The integers form a commutative ring
- Arithmetic on the integers
- The integers form a totally ordered ring
- Order on the integers
- The naturals embed in the integers
- The integers as equivalence classes of pairs of naturals
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 64 results over 22 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
- Euclid's lemma (Wikipedia) (standard reference, not scraped)
- Coprime integers (Wikipedia) (standard reference, not scraped)