Alphabeta Math
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28
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.

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

Statement refuted

Refuted claim: for all integers d,a,b, if d∣ab then d∣a or d∣b (Divisibility in Z: d∣a when a=dq for some integer q).

Witness: d=6, a=4, b=9. Here 4⋅9=36=6⋅6, so 6∣4⋅9; but 4=0⋅6+4 and 9=1⋅6+3 have nonzero remainders, so 6∤4 and 6∤9.

The true statement in this direction carries a coprimality hypothesis (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): if gcd⁡(d,a)=1 and d∣ab then d∣b. That hypothesis is exactly what fails here, in both readings: gcd⁡(6,4)=2 and gcd⁡(6,9)=3, and neither is 1.

Numerals. For k∈N the symbol k inside Z means ι(k), the embedding of The naturals embed in the integers.

Facts & Assumptions

Given: The integers 4, 6, 9 and 36.

[L1]

Z is a commutative ring: multiplication is associative and commutative, x⋅1=x, x⋅(−1)=−x, x⋅0=0, and multiplication distributes over addition (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L2]

The order on Z is total, antisymmetric and transitive (The integers form a totally ordered ring, Order on the integers).

[L3]

d∣u means u=dq for some q∈Z (Divisibility in Z: d∣a when a=dq for some integer q).

[L4]

For u∈Z and v>0 there is exactly one pair (q,r) with u=qv+r and 0≤r<v, and v∣u holds exactly when r=0 (Division with remainder in Z: for a∈Z and b>0 there are unique q,r∈Z with a=qb+r and 0≤r<b).

[L7]

If gcd⁡(u,v)=1 and u∣vw then u∣w (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); u and v are coprime exactly when gcd⁡(u,v)=1 (Coprime integers: gcd⁡(a,b)=1).

[L8]

ι is injective and preserves order, and 2≠1, 3≠1 in N (The naturals embed in the integers).

Counterexample

technique · direct
1.1

4⋅9=36 and 36=6⋅6, so 6∣4⋅9.

L1L3algebra
1.2

6∤4: since 6>0, [L4] applies, and 4=0⋅6+4 with 0≤4<6 is the unique representation of that form, so the remainder is 4≠0.

L1L2L4algebra
1.3

6∤9: likewise 9=1⋅6+3 with 0≤3<6, so the remainder is 3≠0.

L1L2L4algebra
1.4

gcd⁡(6,4)=2: indeed 2≥0, 6=2⋅3 and 4=2⋅2, so 2 is a common divisor; and 6⋅1+4⋅(−1)=6−4=2, so every common divisor of 6 and 4 divides 2 by [L6]. By [L5], gcd⁡(6,4)=2, and 2≠1 by [L8].

L1L5L6L8algebra
1.5

gcd⁡(6,9)=3: indeed 3≥0, 6=3⋅2 and 9=3⋅3; and 6⋅(−1)+9⋅1=3, so every common divisor divides 3 by [L6]. By [L5], gcd⁡(6,9)=3, and 3≠1 by [L8].

L1L5L6L8algebra
2.1

Steps 1.1, 1.2 and 1.3 exhibit d=6, a=4, b=9 with d∣ab, d∤a and d∤b: the claim is refuted.

step 1.1step 1.2step 1.3
3.1

So [L7] is not contradicted: applied with u=6 it would need gcd⁡(6,4)=1 or gcd⁡(6,9)=1, 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.

step 2.1step 1.4step 1.5L7∎

Remarks

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

41 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