Alphabeta Math
Session-authored (Fable 5 assisted)
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.

9 results · all verified · 3 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full by a delegated reviewing agent on the owner's instruction; the judge is an additional, independent cross-model AI review of the proofs. The 6 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Primes and Factorisation: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

360=23325360 = 2^{3} \cdot 3^{2} \cdot 5 and 84=223784 = 2^{2} \cdot 3 \cdot 7, with gcd(360,84)=12\gcd(360,84) = 12 and lcm(360,84)=2520\operatorname{lcm}(360,84) = 2520 read off the exponents

Example

Powers are the natural powers of Powers gng^{n}: natural exponents in a monoid and integer exponents in a group, with g0=eg^{0} = e in the commutative monoid (Z,,1)(\mathbb{Z},\cdot,1) of (Z,,1)(\mathbb{Z}, \cdot, 1) is a commutative monoid whose group of units is {1,1}\{1, -1\}; equivalently u1u \mid 1 holds exactly for u=1u = 1 and u=1u = -1. For kNk \in \mathbb{N} the symbol kk inside Z\mathbb{Z} means ι(k)\iota(k), the embedding of The naturals embed in the integers.

360  =  23325,84  =  2237.360 \;=\; 2^{3} \cdot 3^{2} \cdot 5, \qquad 84 \;=\; 2^{2} \cdot 3 \cdot 7 .

Reading these against the injective list of primes p=(2,3,5,7)p = (2,3,5,7), which contains every prime divisor of both numbers, For n1n \ge 1 and any injective list p:rZp : r \to \mathbb{Z} of primes containing every prime divisor of nn, one has n=i<rpivpi(n)n = \prod_{i<r} p_i^{\,v_{p_i}(n)}; the exponents are determined by nn, and vq(n)=0v_q(n) = 0 for every prime qq outside the list identifies the exponents as valuations (The pp-adic valuation vp(a)v_p(a) of a nonzero integer: the greatest kNk \in \mathbb{N} with pkap^{k} \mid a):

pp22335577
vp(360)v_p(360)33221100
vp(84)v_p(84)22110011
min\min22110000
max\max33221111

By For positive integers aa and bb and every prime pp: vp(gcd(a,b))=min{vp(a),vp(b)}v_p(\gcd(a,b)) = \min\{v_p(a), v_p(b)\} and vp(lcm(a,b))=max{vp(a),vp(b)}v_p(\operatorname{lcm}(a,b)) = \max\{v_p(a), v_p(b)\}; so the exponent-wise greatest common divisor is the gcd\gcd of the divisibility page and not a second notion the minimum row is the valuation vector of gcd(360,84)\gcd(360,84) and the maximum row that of lcm(360,84)\operatorname{lcm}(360,84), so

gcd(360,84)  =  223  =  12,lcm(360,84)  =  233257  =  2520.\gcd(360,84) \;=\; 2^{2} \cdot 3 \;=\; 12, \qquad \operatorname{lcm}(360,84) \;=\; 2^{3} \cdot 3^{2} \cdot 5 \cdot 7 \;=\; 2520 .

Two independent checks are carried out below: the Euclidean algorithm of The Euclidean algorithm: for aZa \in \mathbb{Z} and b>0b > 0 the remainder descent from (a,b)(a,b) terminates, and the last nonzero remainder is gcd(a,b)\gcd(a,b) returns 1212 from the descent 360=484+24360 = 4 \cdot 84 + 24, 84=324+1284 = 3 \cdot 24 + 12, 24=212+024 = 2 \cdot 12 + 0; and 122520=30240=3608412 \cdot 2520 = 30240 = 360 \cdot 84, as Every common multiple of aa and bb is a multiple of lcm(a,b)\operatorname{lcm}(a,b), and gcd(a,b)lcm(a,b)=ab\gcd(a,b) \cdot \operatorname{lcm}(a,b) = |ab| requires.

Facts & Assumptions

Given: The integers 360360, 8484, 1212 and 25202520, and the primes 22, 33, 55, 77.

[L1]

Z\mathbb{Z} is a commutative ring: multiplication is associative and commutative, x1=xx \cdot 1 = x, and multiplication distributes over addition (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals); its order is total, antisymmetric and transitive (The integers form a totally ordered ring, Order on the integers, The naturals embed in the integers).

[L3]

For n1n \ge 1 and an injective list pp of primes containing every prime divisor of nn: n=i<rpivpi(n)n = \prod_{i<r} p_i^{\,v_{p_i}(n)}, the exponents are determined by nn, and vq(n)=0v_q(n) = 0 for a prime qq off the list (For n1n \ge 1 and any injective list p:rZp : r \to \mathbb{Z} of primes containing every prime divisor of nn, one has n=i<rpivpi(n)n = \prod_{i<r} p_i^{\,v_{p_i}(n)}; the exponents are determined by nn, and vq(n)=0v_q(n) = 0 for every prime qq outside the list, The fundamental theorem of arithmetic: every integer n1n \ge 1 is a product of primes, and the factorisation is unique up to order — if i<rpi=j<sqj\prod_{i<r} p_i = \prod_{j<s} q_j with every pip_i and qjq_j prime, then r=sr = s and qi=pπ(i)q_i = p_{\pi(i)} for some πSym(r)\pi \in \operatorname{Sym}(r), Every integer n1n \ge 1 is a finite product of primes: there are rNr \in \mathbb{N} and a list p:rZp : r \to \mathbb{Z} of primes with n=i<rpin = \prod_{i<r} p_i, the case n=1n = 1 being the empty product, The pp-adic valuation vp(a)v_p(a) of a nonzero integer: the greatest kNk \in \mathbb{N} with pkap^{k} \mid a, For a prime pp and a nonzero integer aa: pvp(a)ap^{v_p(a)} \mid a and pvp(a)+1ap^{v_p(a)+1} \nmid a; pkap^{k} \mid a holds exactly for kvp(a)k \le v_p(a); vp(a)1v_p(a) \ge 1 exactly when pap \mid a; vp(1)=vp(1)=0v_p(1) = v_p(-1) = 0; and vp(p)=1v_p(p) = 1, vp(ab)=vp(a)+vp(b)v_p(ab) = v_p(a) + v_p(b) for nonzero integers a,ba, b, and vp(a+b)min{vp(a),vp(b)}v_p(a+b) \ge \min\{v_p(a), v_p(b)\} whenever aa, bb and a+ba+b are all nonzero).

[L6]

The remainder descent from (a,b)(a,b) with b>0b > 0 terminates and its last nonzero remainder is gcd(a,b)\gcd(a,b) (The Euclidean algorithm: for aZa \in \mathbb{Z} and b>0b > 0 the remainder descent from (a,b)(a,b) terminates, and the last nonzero remainder is gcd(a,b)\gcd(a,b)).

[L9]

If qq is prime and quvq \mid uv then quq \mid u or qvq \mid v (Euclid's lemma: if pp is prime and pabp \mid ab then pap \mid a or pbp \mid b).

Verification

technique · direct
1.1

The two products are correct: 23=82^{3} = 8, 32=93^{2} = 9, and 89=728 \cdot 9 = 72 with 725=36072 \cdot 5 = 360; likewise 22=42^{2} = 4, 43=124 \cdot 3 = 12 and 127=8412 \cdot 7 = 84.

L1L2algebra
1.2

22, 33, 55 and 77 are prime, and they are pairwise distinct. Each exceeds 11; and a positive divisor dd of such a number aa satisfies 1da1 \le d \le a by [L8], so the candidates are the finitely many integers in that range, and each is settled by its remainder under [L5]: 2=12+02 = 1 \cdot 2 + 0 has only 11 and 22 as candidates; for 33 the extra candidate 22 gives 3=12+13 = 1 \cdot 2 + 1; for 55 the extra candidates 2,3,42, 3, 4 give remainders 11, 22, 11; and for 77 the extra candidates 2,3,4,5,62,3,4,5,6 give remainders 11, 11, 33, 22, 11. In each case no divisor other than 11 and the number itself survives.

L1L5L8algebra
2.1

The list p=(2,3,5,7)p = (2,3,5,7) is injective and consists of primes, and it contains every prime divisor of 360360 and of 8484. Injectivity and primality are step 1.2. For the covering: if qq is prime and q360=222335q \mid 360 = 2 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 5, repeated use of [L9] gives q2q \mid 2, q3q \mid 3 or q5q \mid 5, and qq being a positive divisor of a prime with q>1q > 1 forces qq to be that prime; likewise q84=2237q \mid 84 = 2 \cdot 2 \cdot 3 \cdot 7 forces q{2,3,7}q \in \{2,3,7\}.

step 1.1step 1.2L8L9
3.1

By [L3] applied to 360360 with this list, the exponents in step 1.1 are the valuations: v2(360)=3v_2(360) = 3, v3(360)=2v_3(360) = 2, v5(360)=1v_5(360) = 1, v7(360)=0v_7(360) = 0.

step 1.1step 2.1L3
3.2

By [L3] applied to 8484: v2(84)=2v_2(84) = 2, v3(84)=1v_3(84) = 1, v5(84)=0v_5(84) = 0, v7(84)=1v_7(84) = 1.

step 1.1step 2.1L3
4.1

Taking minima entrywise gives 2,1,0,02, 1, 0, 0, and 22315070=43=122^{2} \cdot 3^{1} \cdot 5^{0} \cdot 7^{0} = 4 \cdot 3 = 12; by [L3] the valuations of 1212 against this list are exactly those exponents, so 1212 has the valuation vector of gcd(360,84)\gcd(360,84) and therefore equals it by [L4].

step 3.1step 3.2L1L2L3L4
4.2

Taking maxima entrywise gives 3,2,1,13, 2, 1, 1, and 233257=7235=25202^{3} \cdot 3^{2} \cdot 5 \cdot 7 = 72 \cdot 35 = 2520; the same argument gives lcm(360,84)=2520\operatorname{lcm}(360,84) = 2520.

step 3.1step 3.2L1L2L3L4
5.1

First check, the Euclidean algorithm. 484=3364 \cdot 84 = 336 and 336+24=360336 + 24 = 360 with 024<840 \le 24 < 84; 324=723 \cdot 24 = 72 and 72+12=8472 + 12 = 84 with 012<240 \le 12 < 24; 212=242 \cdot 12 = 24 and 24+0=2424 + 0 = 24 with 00<120 \le 0 < 12. By the uniqueness in [L5] these are the divisions of the descent, whose last nonzero remainder is 1212, so gcd(360,84)=12\gcd(360,84) = 12 by [L6], agreeing with step 4.1.

step 4.1L1L5L6algebra
5.2

Second check, the product formula. 122520=3024012 \cdot 2520 = 30240 and 36084=30240360 \cdot 84 = 30240, and 36084>0360 \cdot 84 > 0 so 36084=36084|360 \cdot 84| = 360 \cdot 84; this is [L7], agreeing with steps 4.1 and 4.2.

step 4.1step 4.2L1L7algebra
6.1

The factorisations, the valuation table, and both values of gcd\gcd and lcm\operatorname{lcm} are verified, and the two independent checks agree.

step 4.1step 4.2step 5.1step 5.2

Remarks

ExampleConstruction: Literature-sourcedVerification: Literature-sourcedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

22 is prime, and it is the only even prime: every even integer n>2n > 2 is composite

Example

Call an integer even when 2n2 \mid n (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq), where 2:=1+12 := 1 + 1. Then:

  1. 22 is prime (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp);
  2. every even integer n>2n > 2 is composite.

So 22 is the only even prime, and every other prime is odd.

Facts & Assumptions

Given: The integer 2:=1+12 := 1 + 1.

[L1]

pp is prime when p>1p > 1 and every positive divisor of pp is 11 or pp; an integer n>1n > 1 that is not prime is composite (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp).

[L5]

The order on Z\mathbb{Z} is total, antisymmetric and transitive and is compatible with addition (The integers form a totally ordered ring, Order on the integers); Z\mathbb{Z} is a commutative ring (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L6]

ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is injective, preserves addition and order, and has as image exactly the nonnegative integers, with ι(0)=0\iota(0) = 0 and ι(1)=1\iota(1) = 1 (The naturals embed in the integers).

[L7]

On N\mathbb{N}: m<km < k exactly when σ(m)k\sigma(m) \le k (Discreteness: σ(n)\sigma(n) is the immediate successor); 1=σ(0)1 = \sigma(0) (The natural numbers N\mathbb{N} (von Neumann)); 0k0 \le k for every kk (Order on the natural numbers).

Verification

technique · direct
1.1

0<10 < 1: 1=ι(1)1 = \iota(1) is nonnegative and differs from 0=ι(0)0 = \iota(0) by injectivity of ι\iota. Adding 11 gives 1<1+1=21 < 1 + 1 = 2, so 2>1>02 > 1 > 0.

L5L6
1.2

There is no integer strictly between 00 and 11: if 0<x0 < x then x=ι(j)x = \iota(j) with j0j \ne 0, so 1=σ(0)j1 = \sigma(0) \le j and hence 1x1 \le x, because ι\iota preserves the order.

L6L7
2.1

Claim 1. Let dd be a positive divisor of 22. Since 202 \ne 0, [L2] gives d2=2|d| \le |2| = 2, and d>0d > 0 gives d=d|d| = d, so 1d21 \le d \le 2 by step 1.2.

step 1.1step 1.2L2L3L5
2.2

Claim 2. Let n>2n > 2 with 2n2 \mid n. Then n>2>1n > 2 > 1, so n>1n > 1; and 22 is a positive divisor of nn with 212 \ne 1 (by step 1.1) and 2n2 \ne n (since n>2n > 2).

step 1.1L5
3.1

The only integers dd with 1d21 \le d \le 2 are 11 and 22: if d1d \ne 1 then 1<d1 < d, so 1+1d1 + 1 \le d by step 1.2 applied to d1>0d - 1 > 0, that is 2d2 \le d, and with d2d \le 2 antisymmetry gives d=2d = 2. Both 11 and 22 do divide 22. Hence the only positive divisors of 22 are 11 and 22, and 2>12 > 1, so 22 is prime.

step 1.1step 1.2step 2.1L1L4L5
3.2

So nn has a positive divisor other than 11 and nn, hence is not prime; being greater than 11, it is composite.

step 2.2L1
4.1

Claims 1 and 2 are established, and together they say 22 is the only even prime: an even prime nn satisfies n>1n > 1, hence 2n2 \le n by step 3.1's argument, and n>2n > 2 is excluded because such an nn is composite by step 3.2; so n=2n = 2.

step 1.2step 3.1step 3.2L1L5

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

No rational squares to 33 or to 66, and none cubes to 22: three instances of the rational-root corollary

Example

Powers are the natural powers of Powers gng^{n}: natural exponents in a monoid and integer exponents in a group, with g0=eg^{0} = e in the commutative monoid (Q,,1)(\mathbb{Q},\cdot,1) of the field Q\mathbb{Q} (The rationals form a field, Field), and j:ZQj : \mathbb{Z} \to \mathbb{Q}, j(u)=[(u,1)]j(u) = [(u,1)], is the embedding of The integers embed in the rationals. There is no xQx \in \mathbb{Q} with

x2=j(3),nor withx2=j(6),nor withx3=j(2).x^{2} = j(3), \qquad \text{nor with} \qquad x^{2} = j(6), \qquad \text{nor with} \qquad x^{3} = j(2).

Each is an instance of A rational root of xk=mx^{k} = m is an integer: if k1k \ge 1, mZm \in \mathbb{Z}, xQx \in \mathbb{Q} and xkx^{k} is the image of mm, then xx is the image of an integer: such an xx would have to be j(z)j(z) for an integer zz, and the remaining work is to rule out the finitely many integer candidates by size, which is done below.

Facts & Assumptions

Given: The integers 22, 33, 44, 66, 88, 99 and the rationals they name under jj.

[L1]

If k1k \ge 1, mZm \in \mathbb{Z}, xQx \in \mathbb{Q} and xk=j(m)x^{k} = j(m), then x=j(z)x = j(z) for some zZz \in \mathbb{Z} (A rational root of xk=mx^{k} = m is an integer: if k1k \ge 1, mZm \in \mathbb{Z}, xQx \in \mathbb{Q} and xkx^{k} is the image of mm, then xx is the image of an integer).

[L2]

jj is injective and preserves addition and multiplication (The integers embed in the rationals); Q\mathbb{Q} is a field, so (Q,,1)(\mathbb{Q},\cdot,1) is a commutative monoid (The rationals form a field, Field, Semigroup and monoid, The rationals as equivalence classes of pairs of integers, Arithmetic on the rationals).

[L5]

Z\mathbb{Z} is a commutative ring; its order is total, antisymmetric and transitive, is compatible with addition, and positives are closed under multiplication (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals, The integers form a totally ordered ring, Order on the integers, The integers have no zero divisors; multiplicative cancellation).

[L6]

ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is injective and order preserving with image the nonnegative integers, ι(0)=0\iota(0) = 0, ι(1)=1\iota(1) = 1 (The naturals embed in the integers); m<km < k exactly when σ(m)k\sigma(m) \le k, and 1=σ(0)1 = \sigma(0) (Discreteness: σ(n)\sigma(n) is the immediate successor, The natural numbers N\mathbb{N} (von Neumann), Order on the natural numbers).

Verification

technique · direct
1.1

0<10 < 1, and every integer y>0y > 0 satisfies y1y \ge 1: y=ι(t)y = \iota(t) with t0t \ne 0, so 1=σ(0)t1 = \sigma(0) \le t and ι\iota preserves the order. Consequently y>cy > c implies yc+1y \ge c + 1 for all integers y,cy, c, by applying this to ycy - c.

L5L6
1.2

Monotonicity of squaring and cubing on the nonnegative integers: if 0uw0 \le u \le w then u2w2u^{2} \le w^{2} and u3w3u^{3} \le w^{3}, since w2u2=(wu)(w+u)w^{2} - u^{2} = (w-u)(w+u) and w3u3=(wu)(w2+wu+u2)w^{3} - u^{3} = (w-u)(w^{2}+wu+u^{2}) have both factors nonnegative.

L3L5
1.3

Suppose xQx \in \mathbb{Q} has x2=j(3)x^{2} = j(3). By [L1] with k=21k = 2 \ge 1 we get x=j(z)x = j(z) for some zZz \in \mathbb{Z}; then j(z2)=j(z)2=j(3)j(z^{2}) = j(z)^{2} = j(3), so z2=3z^{2} = 3 by injectivity of jj.

L1L2L3
2.1

Now z2=z2=3=3|z|^{2} = |z^{2}| = |3| = 3, and z0|z| \ge 0. If z=0|z| = 0 then z2=03|z|^{2} = 0 \ne 3; if z=1|z| = 1 then z2=13|z|^{2} = 1 \ne 3; and if z2|z| \ge 2 then z222=4>3|z|^{2} \ge 2^{2} = 4 > 3 by step 1.2. Since z0|z| \ge 0 and z0|z| \ne 0 force z1|z| \ge 1, and z1|z| \ne 1 forces z2|z| \ge 2, no value remains, so no such xx exists.

step 1.1step 1.2step 1.3L4L5
2.2

Suppose x2=j(6)x^{2} = j(6). As in step 1.3, x=j(z)x = j(z) with z2=6z^{2} = 6, so z2=6|z|^{2} = 6. Now 02=00^{2} = 0, 12=11^{2} = 1, 22=42^{2} = 4, and z3|z| \ge 3 gives z29>6|z|^{2} \ge 9 > 6; none of 00, 11, 44 is 66, and the four ranges are exhaustive by step 1.1. So no such xx exists.

step 1.1step 1.2step 1.3L1L2L3L4L5
2.3

Suppose x3=j(2)x^{3} = j(2). As before x=j(z)x = j(z) with z3=2z^{3} = 2. If z0z \le 0 then z30<2z^{3} \le 0 < 2, since z3=zzzz^{3} = z \cdot z \cdot z is a product of three nonpositive factors and is therefore nonpositive. So z1z \ge 1; and 13=121^{3} = 1 \ne 2, while z2z \ge 2 gives z323=8>2z^{3} \ge 2^{3} = 8 > 2 by step 1.2. No value remains, so no such xx exists.

step 1.1step 1.2step 1.3L1L2L3L5
3.1

The three claims are established.

step 2.1step 2.2step 2.3

Remarks

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

For every nNn \in \mathbb{N} there are nn consecutive composite integers: with N:=j<n(j+2)N := \prod_{j<n}(j+2), each of N+2,,N+n+1N+2, \dots, N+n+1 is composite

Example

Let nNn \in \mathbb{N}, write ι:NZ\iota : \mathbb{N} \to \mathbb{Z} for the embedding of The naturals embed in the integers, and put

N  :=  j<nι(j+2),N \;:=\; \prod_{j<n} \iota(j+2),

the finite product of 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 taken in the commutative monoid (Z,,1)(\mathbb{Z},\cdot,1) of (Z,,1)(\mathbb{Z}, \cdot, 1) is a commutative monoid whose group of units is {1,1}\{1, -1\}; equivalently u1u \mid 1 holds exactly for u=1u = 1 and u=1u = -1; so NN is the product of the nn integers 2,3,,n+12, 3, \dots, n+1, and N=1N = 1 when n=0n = 0.

Then N+ι(j+2)N + \iota(j+2) is composite (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp) for every j<nj < n. Those nn integers are N+2,N+3,,N+n+1N+2, N+3, \dots, N+n+1, consecutive because consecutive values of jj change the summand by 11. So for every nn there is a run of nn consecutive composite integers.

Facts & Assumptions

Given: nNn \in \mathbb{N} and N:=j<nι(j+2)N := \prod_{j<n} \iota(j+2).

[L2]

Splitting law: i<m+cgi=(i<mgi)(l<cgm+l)\prod_{i<m+c} g_i = \bigl(\prod_{i<m} g_i\bigr)\bigl(\prod_{l<c} g_{m+l}\bigr) (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).

[L3]

n>1n > 1 that is not prime is composite; pp is prime when p>1p > 1 and its only positive divisors are 11 and pp (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp).

[L6]

Induction on N\mathbb{N} (The principle of mathematical induction).

[L7]

ι\iota is injective, preserves addition, multiplication and order, and has as image the nonnegative integers, with ι(0)=0\iota(0) = 0 and ι(1)=1\iota(1) = 1 (The naturals embed in the integers).

[L8]

On N\mathbb{N}: m+0=mm + 0 = m and m+σ(k)=σ(m+k)m + \sigma(k) = \sigma(m+k), so σ(k)=k+1\sigma(k) = k+1; addition is commutative (Addition of natural numbers, Addition is commutative, The natural numbers N\mathbb{N} (von Neumann)); aba \le b means a+c=ba + c = b for some cc (Order on the natural numbers); a<ba < b exactly when σ(a)b\sigma(a) \le b (Discreteness: σ(n)\sigma(n) is the immediate successor); and j<σ(j)j < \sigma(j), with i<σ(j)i < \sigma(j) exactly when iji \le j (On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n).

[L9]

Z\mathbb{Z} is a commutative ring; its order is total, antisymmetric and transitive, is compatible with addition, and positives are closed under multiplication (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals, The integers form a totally ordered ring, Order on the integers).

Verification

technique · direct
1.1

0<10 < 1 in Z\mathbb{Z}, and every integer y>0y > 0 satisfies y1y \ge 1: y=ι(t)y = \iota(t) with t0t \ne 0, so 1=σ(0)t1 = \sigma(0) \le t and ι\iota preserves the order.

L7L8L9
1.2

Fix j<nj < n and put k:=ι(j+2)k := \iota(j+2). Then kNk \mid N: since j<nj < n we have σ(j)n\sigma(j) \le n, so n=σ(j)+cn = \sigma(j) + c for some cNc \in \mathbb{N}, and the splitting law gives N=(i<σ(j)ι(i+2))(l<cι(σ(j)+l+2))N = \bigl(\prod_{i<\sigma(j)} \iota(i+2)\bigr)\bigl(\prod_{l<c} \iota(\sigma(j)+l+2)\bigr), while i<σ(j)ι(i+2)=(i<jι(i+2))k\prod_{i<\sigma(j)} \iota(i+2) = \bigl(\prod_{i<j} \iota(i+2)\bigr) k. Rearranging by associativity and commutativity, N=kBN = k \cdot B for an integer BB.

L1L2L4L8L9
2.1

For every jNj \in \mathbb{N}, ι(j+2)2>1\iota(j+2) \ge 2 > 1, where 2:=1+12 := 1+1. Indeed 2=σ(1)=1+12 = \sigma(1) = 1 + 1 in N\mathbb{N} gives ι(2)=ι(1)+ι(1)=1+1\iota(2) = \iota(1) + \iota(1) = 1 + 1; and 2j+22 \le j + 2 in N\mathbb{N} because 2+j=j+22 + j = j + 2, so ι(2)ι(j+2)\iota(2) \le \iota(j+2).

step 1.1L7L8L9
2.2

Hence kN+kk \mid N + k, by linearity applied to kNk \mid N and kkk \mid k.

step 1.2L4
3.1

N1N \ge 1. Let TT be the set of mNm \in \mathbb{N} with i<mι(i+2)1\prod_{i<m} \iota(i+2) \ge 1. Then 0T0 \in T, the empty product being 11. If mTm \in T then i<σ(m)ι(i+2)=(i<mι(i+2))ι(m+2)\prod_{i<\sigma(m)} \iota(i+2) = \bigl(\prod_{i<m} \iota(i+2)\bigr) \iota(m+2) has both factors 1>0\ge 1 > 0, so the product is positive and hence 1\ge 1 by step 1.1. By induction T=NT = \mathbb{N}, so N1>0N \ge 1 > 0.

step 1.1step 2.1L1L6L9
4.1

N+k>k>1N + k > k > 1, because N>0N > 0; in particular N+k>1N + k > 1 and N+kkN + k \ne k.

step 2.1step 3.1L9
5.1

So kk is a positive divisor of N+kN + k with k1k \ne 1 and kN+kk \ne N + k, and N+k>1N + k > 1; therefore N+kN + k is not prime, and being greater than 11 it is composite.

step 2.1step 2.2step 4.1L3
6.1

As jj runs over 0,1,,n10, 1, \dots, n-1 the integers N+ι(j+2)N + \iota(j+2) run over N+2,N+3,,N+n+1N+2, N+3, \dots, N+n+1, each obtained from the previous by adding 11, since ι(σ(j)+2)=ι(j+2)+1\iota(\sigma(j)+2) = \iota(j+2) + 1. All nn of them are composite by step 5.1.

step 5.1L7L8L9

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

In the multiplicative monoid H={1,4,7,10,}H = \{1, 4, 7, 10, \dots\} of positive integers one more than a multiple of 33, the element 100100 has two genuinely different factorisations into irreducibles, 4254 \cdot 25 and 101010 \cdot 10

Statement refuted

Refuted claim. Let (M,,1)(M,\cdot,1) be a commutative monoid (Semigroup and monoid) whose underlying set consists of integers 1\ge 1, contains 11, and is closed under the multiplication of Z\mathbb{Z} (Binary operation on a set; associativity, commutativity, and a subset closed under the operation, Left identity, right identity, and two-sided identity for a binary operation). Call hMh \in M with h>1h > 1 irreducible in MM when there are no u,vMu, v \in M with u>1u > 1, v>1v > 1 and h=uvh = uv. Then factorisation into irreducibles of MM is unique up to order: if

i<rhi  =  j<shj\prod_{i<r} h_i \;=\; \prod_{j<s} h'_j

with every hih_i and hjh'_j irreducible in MM, then r=sr = s and hi=hπ(i)h'_i = h_{\pi(i)} for every i<ri < r, for some πSym(r)\pi \in \operatorname{Sym}(r) (The symmetric group Sym(X)\operatorname{Sym}(X): the bijections of a set XX under composition, 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).

Witness. Take

H  :=  {hZ  :  h1  and  3h1}  =  {1,4,7,10,13,},H \;:=\; \{\, h \in \mathbb{Z} \;:\; h \ge 1 \ \text{ and } \ 3 \mid h - 1 \,\} \;=\; \{1, 4, 7, 10, 13, \dots\},

with the multiplication of Z\mathbb{Z} (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq). Then 44, 1010 and 2525 are irreducible in HH, and

100  =  425  =  1010,100 \;=\; 4 \cdot 25 \;=\; 10 \cdot 10 ,

two lists of irreducibles of HH that no permutation matches, since 10410 \ne 4 and 102510 \ne 25.

Numerals. For kNk \in \mathbb{N} the symbol kk inside Z\mathbb{Z} means ι(k)\iota(k), the embedding of The naturals embed in the integers.

Facts & Assumptions

Given: The set HH above and the integers 44, 55, 1010, 2525, 100100.

[L1]

A monoid is a set with an associative binary operation and a two-sided identity, and is commutative when the operation is (Semigroup and monoid, Binary operation on a set; associativity, commutativity, and a subset closed under the operation, Left identity, right identity, and two-sided identity for a binary operation).

[L3]

i<0gi=e\prod_{i<0} g_i = e and i<σ(m)gi=(i<mgi)gm\prod_{i<\sigma(m)} g_i = \bigl(\prod_{i<m} g_i\bigr) g_m (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).

[L5]

For aZa \in \mathbb{Z} and b>0b > 0 there is exactly one pair (q,r)(q,r) with a=qb+ra = qb + r and 0r<b0 \le r < b, and bab \mid a exactly when r=0r = 0 (Division with remainder in Z\mathbb{Z}: for aZa \in \mathbb{Z} and b>0b > 0 there are unique q,rZq, r \in \mathbb{Z} with a=qb+ra = qb + r and 0r<b0 \le r < b).

[L8]

If qq is prime and quvq \mid uv then quq \mid u or qvq \mid v (Euclid's lemma: if pp is prime and pabp \mid ab then pap \mid a or pbp \mid b).

[L9]

A product of two nonzero integers is nonzero, and xz=yzxz = yz with z0z \ne 0 gives x=yx = y (The integers have no zero divisors; multiplicative cancellation).

[L10]

The order on Z\mathbb{Z} is total, antisymmetric and transitive, is compatible with addition, and positives are closed under multiplication (The integers form a totally ordered ring, Order on the integers); ι\iota is injective and order preserving with image the nonnegative integers (The naturals embed in the integers, The natural numbers N\mathbb{N} (von Neumann), Order on the natural numbers, Discreteness: σ(n)\sigma(n) is the immediate successor).

Counterexample

technique · direct
1.1

0<10 < 1 in Z\mathbb{Z}, and every integer y>0y > 0 satisfies y1y \ge 1: y=ι(t)y = \iota(t) with t0t \ne 0, so 1y1 \le y because ι\iota preserves the order. Consequently y>cy > c implies yc+1y \ge c+1.

L10
1.2

HH is a commutative monoid under the multiplication of Z\mathbb{Z}. It contains 11, since 111 \ge 1 and 11=0=301 - 1 = 0 = 3 \cdot 0. It is closed: if h1=3ah - 1 = 3a and h1=3bh' - 1 = 3b then hh1=(3a+1)(3b+1)1=3(3ab+a+b)hh' - 1 = (3a+1)(3b+1) - 1 = 3(3ab + a + b), so 3hh13 \mid hh' - 1; and h,h1h, h' \ge 1 give hh1hh' \ge 1. Associativity, commutativity and the identity are inherited from Z\mathbb{Z}.

L1L2L4L10
1.3

44, 1010, 2525 and 100100 lie in HH: 41=3=314 - 1 = 3 = 3 \cdot 1, 101=9=3310 - 1 = 9 = 3 \cdot 3, 251=24=3825 - 1 = 24 = 3 \cdot 8 and 1001=99=333100 - 1 = 99 = 3 \cdot 33, and all four exceed 11. And 5H5 \notin H: 51=4=13+15 - 1 = 4 = 1 \cdot 3 + 1, whose remainder 11 is nonzero, so 343 \nmid 4 by [L5].

L4L5algebra
2.1

Every hHh \in H with h>1h > 1 satisfies h4h \ge 4. Indeed h1>0h - 1 > 0 and h1=3th - 1 = 3t for some tt, so t>0t > 0 and hence t1t \ge 1 by step 1.1, giving h13h - 1 \ge 3 and h4h \ge 4.

step 1.1L4L10
2.2

55 is prime. It exceeds 11; a positive divisor dd of 55 satisfies 1d51 \le d \le 5 by [L6] and step 1.1, and the intermediate candidates are ruled out by their remainders: 5=22+15 = 2 \cdot 2 + 1, 5=13+25 = 1 \cdot 3 + 2 and 5=14+15 = 1 \cdot 4 + 1. So the only positive divisors are 11 and 55.

step 1.1L5L6L7algebra
3.1

44 and 1010 are irreducible in HH. If 4=uv4 = uv or 10=uv10 = uv with u,vHu, v \in H both >1> 1, then u4u \ge 4 and v4v \ge 4 by step 2.1, so uv16uv \ge 16 by monotonicity of multiplication by a positive factor; but 16>10>416 > 10 > 4.

step 2.1L10algebra
3.2

2525 is irreducible in HH. Suppose 25=uv25 = uv with u,vHu, v \in H and u,v>1u, v > 1. Each of uu and vv has a prime divisor by [L7]; if quq \mid u then q25=55q \mid 25 = 5 \cdot 5, so q5q \mid 5 by [L8], and qq being a positive divisor of the prime 55 with q>1q > 1 forces q=5q = 5. Hence 5u5 \mid u, and symmetrically 5v5 \mid v; write u=5wu = 5w, v=5yv = 5y.

step 2.1step 2.2L4L7L8
4.1

Then 251=25=uv=25(wy)25 \cdot 1 = 25 = uv = 25(wy), and 25025 \ne 0, so wy=1wy = 1 by cancellation. Since u=5w>0u = 5w > 0 and 5>05 > 0 we get w>0w > 0, hence w1w \ge 1; likewise y1y \ge 1; and wy=1wy = 1 with both 1\ge 1 forces w=y=1w = y = 1, since w2w \ge 2 would give wy2wy \ge 2. So u=v=5u = v = 5, contradicting 5H5 \notin H from step 1.3.

step 1.1step 1.3step 3.2L2L9L10algebra
5.1

The two factorisations. 425=1004 \cdot 25 = 100 and 1010=10010 \cdot 10 = 100, and by [L3] the lists h=(4,25)h = (4,25) and h=(10,10)h' = (10,10) of length 22 have i<2hi=(14)25=100\prod_{i<2} h_i = (1 \cdot 4) \cdot 25 = 100 and i<2hi=(110)10=100\prod_{i<2} h'_i = (1 \cdot 10) \cdot 10 = 100. All four entries are irreducible in HH by steps 3.1 and 4.1.

step 3.1step 4.1L2L3algebra
6.1

No permutation matches them. For πSym(2)\pi \in \operatorname{Sym}(2) the value hπ(0)h_{\pi(0)} is 44 or 2525, and h0=10h'_0 = 10 differs from both. So the refuted claim fails for M=HM = H at the element 100100, with r=s=2r = s = 2: the lists have the same length and still no permutation carries one to the other.

step 1.2step 5.1L1

Remarks

CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

If 11 were admitted as a prime, uniqueness would fail: 6=23=123=11236 = 2 \cdot 3 = 1 \cdot 2 \cdot 3 = 1 \cdot 1 \cdot 2 \cdot 3, lists of different lengths that no permutation matches

Statement refuted

Refuted claim. The clause p>1p > 1 in Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp is an arbitrary convention: replacing it by p1p \ge 1 would leave The fundamental theorem of arithmetic: every integer n1n \ge 1 is a product of primes, and the factorisation is unique up to order — if i<rpi=j<sqj\prod_{i<r} p_i = \prod_{j<s} q_j with every pip_i and qjq_j prime, then r=sr = s and qi=pπ(i)q_i = p_{\pi(i)} for some πSym(r)\pi \in \operatorname{Sym}(r) true as stated.

Write prime^{*} for the modified notion — p1p \ge 1 and the only positive divisors of pp are 11 and pp — so that 11 is prime^{*} and every prime is prime^{*}. The claim under refutation is that for lists of prime^{*}s, i<rpi=j<sqj\prod_{i<r} p_i = \prod_{j<s} q_j still forces r=sr = s and qi=pπ(i)q_i = p_{\pi(i)} for some πSym(r)\pi \in \operatorname{Sym}(r) (The symmetric group Sym(X)\operatorname{Sym}(X): the bijections of a set XX under composition, 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).

Witness. The lists (2,3)(2,3), (1,2,3)(1,2,3) and (1,1,2,3)(1,1,2,3), of lengths 22, 33 and 44, all consist of prime^{*}s and all have product 66. So r=sr = s fails already between the first two, and no permutation can exist because the index sets have different sizes.

Numerals. For kNk \in \mathbb{N} the symbol kk inside Z\mathbb{Z} means ι(k)\iota(k), the embedding of The naturals embed in the integers.

Facts & Assumptions

Given: The integers 11, 22, 33 and 66, and the three lists above.

[L1]

pp is prime when p>1p > 1 and its only positive divisors are 11 and pp (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp).

[L5]

For aZa \in \mathbb{Z} and b>0b > 0 there is exactly one pair (q,r)(q,r) with a=qb+ra = qb+r and 0r<b0 \le r < b, and bab \mid a exactly when r=0r = 0 (Division with remainder in Z\mathbb{Z}: for aZa \in \mathbb{Z} and b>0b > 0 there are unique q,rZq, r \in \mathbb{Z} with a=qb+ra = qb + r and 0r<b0 \le r < b).

[L6]

If nmn \approx m with n,mNn, m \in \mathbb{N} then n=mn = m; equivalently there is no bijection between two distinct natural numbers (The pigeonhole principle on N\mathbb{N}, Equinumerous sets, ABA \approx B and ABA \preceq B, Injection, surjection, bijection).

[L8]

Z\mathbb{Z} is a commutative ring with x1=xx \cdot 1 = x; its order is total, antisymmetric and transitive (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals, The integers form a totally ordered ring, Order on the integers); ι\iota is injective and order preserving with image the nonnegative integers (The naturals embed in the integers, Discreteness: σ(n)\sigma(n) is the immediate successor, Order on the natural numbers).

Counterexample

technique · direct
1.1

0<1<2<30 < 1 < 2 < 3, and every integer y>0y > 0 satisfies y1y \ge 1: y=ι(t)y = \iota(t) with t0t \ne 0, so 1y1 \le y since ι\iota preserves the order.

L8
1.2

All three products are 66. By [L2], i<2(2,3)i=(12)3=6\prod_{i<2}(2,3)_i = (1 \cdot 2) \cdot 3 = 6; i<3(1,2,3)i=((11)2)3=6\prod_{i<3}(1,2,3)_i = ((1 \cdot 1) \cdot 2) \cdot 3 = 6; and i<4(1,1,2,3)i=(((11)1)2)3=6\prod_{i<4}(1,1,2,3)_i = (((1 \cdot 1) \cdot 1) \cdot 2) \cdot 3 = 6.

L2L8algebra
2.1

11 is prime^{*}: 111 \ge 1, and a positive divisor dd of 11 satisfies d1d \mid 1, hence d=1d = 1 or d=1d = -1 by [L3], and positivity leaves d=1d = 1, which is 11 itself.

step 1.1L3L8
2.2

22 and 33 are prime, hence prime^{*}. Each exceeds 11; a positive divisor dd of such an aa satisfies 1da1 \le d \le a by [L4] and step 1.1, and the intermediate candidate for a=3a = 3 is settled by 3=12+13 = 1 \cdot 2 + 1, whose remainder is nonzero. For a=2a = 2 there is no intermediate candidate.

step 1.1L1L4L5algebra
3.1

The three lists consist of prime^{*}s, by steps 2.1 and 2.2, and their lengths are 22, 33 and 44, which are pairwise distinct natural numbers.

step 2.1step 2.2L8
4.1

So the uniqueness clause fails at its very first assertion: taking p=(2,3)p = (2,3) and q=(1,2,3)q = (1,2,3) gives i<2pi=j<3qj\prod_{i<2} p_i = \prod_{j<3} q_j with 232 \ne 3, so "r=sr = s" is false.

step 1.2step 3.1
5.1

Nor could the clause be rescued by dropping "r=sr = s" and asking only for a bijection: a permutation in the sense of [L7] is a bijection between index sets, and by [L6] no bijection exists between the distinct naturals 22 and 33.

step 3.1step 4.1L6L7
6.1

Existence, by contrast, survives the change: 6=236 = 2 \cdot 3 is still a factorisation into prime^{*}s, and every n1n \ge 1 still has one by [L9], since every prime is prime^{*}. So it is precisely the uniqueness half that forces the convention p>1p > 1.

step 2.2step 1.2step 5.1L9

Remarks

  • The failure is not a technicality about lists. Under the modified definition an integer would have infinitely many factorisations, one for each number of padding factors 11, so no formulation of uniqueness survives: neither "the same length", nor "the same multiset of factors", nor "the same exponent vector", since 11 would carry an arbitrary exponent.

  • Existence is what makes the convention a genuine choice rather than a necessity. Both notions give factorisations of every n1n \ge 1, and the difference shows up only when one asks whether the factorisation is unique. That is exactly the asymmetry Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp appeals to when it excludes 11.

  • 00 is excluded for a different reason. It is not that 00 would break uniqueness; it is that 00 has every positive integer as a divisor, so it fails the divisor clause outright, and a product containing the factor 00 is 00 rather than the integer being factored.

False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

FALSE: for every finite list p0,,pn1p_0, \dots, p_{n-1} of distinct primes, p0pn1+1p_0 \cdots p_{n-1} + 1 is prime

Statement

False claim: for every nNn \in \mathbb{N} and every injective list p:nZp : n \to \mathbb{Z} of primes (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp, Injection, surjection, bijection),

(i<npi)+1\Bigl(\prod_{i<n} p_i\Bigr) + 1

is prime, the product being that of 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 in the commutative monoid (Z,,1)(\mathbb{Z},\cdot,1) of (Z,,1)(\mathbb{Z}, \cdot, 1) is a commutative monoid whose group of units is {1,1}\{1, -1\}; equivalently u1u \mid 1 holds exactly for u=1u = 1 and u=1u = -1.

The true statement is Euclid's theorem: for every nNn \in \mathbb{N} and every list p:nZp : n \to \mathbb{Z} of primes there is a prime not among p0,,pn1p_0, \dots, p_{n-1}; consequently the set of primes is not finite, which concludes only that this integer has a prime divisor not on the list — never that it is itself prime.

Witness: n=6n = 6 and p=(2,3,5,7,11,13)p = (2,3,5,7,11,13). Here 23571113=300302 \cdot 3 \cdot 5 \cdot 7 \cdot 11 \cdot 13 = 30030 and

30031  =  59509,30031 \;=\; 59 \cdot 509 ,

so 3003130031 has the positive divisor 5959, which is neither 11 nor 3003130031: it is composite.

Numerals. For kNk \in \mathbb{N} the symbol kk inside Z\mathbb{Z} means ι(k)\iota(k), the embedding of The naturals embed in the integers.

Facts & Assumptions

Given: The integers 2,3,5,7,11,13,59,509,30030,300312, 3, 5, 7, 11, 13, 59, 509, 30030, 30031.

[L1]

pp is prime when p>1p > 1 and its only positive divisors are 11 and pp; an integer >1> 1 that is not prime is composite (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp).

[L3]

Every integer n>1n > 1 has a prime divisor, and the least divisor of nn exceeding 11 is prime (Every integer n>1n > 1 has a prime divisor; indeed the least divisor of nn that exceeds 11 is prime).

[L4]

For aZa \in \mathbb{Z} and b>0b > 0 there is exactly one pair (q,r)(q,r) with a=qb+ra = qb + r and 0r<b0 \le r < b, and bab \mid a exactly when r=0r = 0 (Division with remainder in Z\mathbb{Z}: for aZa \in \mathbb{Z} and b>0b > 0 there are unique q,rZq, r \in \mathbb{Z} with a=qb+ra = qb + r and 0r<b0 \le r < b).

[L7]

Z\mathbb{Z} is a commutative ring; its order is total, antisymmetric and transitive, is compatible with addition, and positives are closed under multiplication; a product of two nonzero integers is nonzero (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals, The integers form a totally ordered ring, Order on the integers, The integers have no zero divisors; multiplicative cancellation).

[L8]

ι\iota is injective and order preserving with image the nonnegative integers, ι(0)=0\iota(0) = 0, ι(1)=1\iota(1) = 1 (The naturals embed in the integers); m<km < k exactly when σ(m)k\sigma(m) \le k and 1=σ(0)1 = \sigma(0) (Discreteness: σ(n)\sigma(n) is the immediate successor, The natural numbers N\mathbb{N} (von Neumann), Order on the natural numbers).

Refutation

technique · direct
1.1

0<10 < 1, and every integer y>0y > 0 satisfies y1y \ge 1; consequently y>cy > c implies yc+1y \ge c + 1.

L7L8
1.2

59509=3003159 \cdot 509 = 30031: indeed 59500=2950059 \cdot 500 = 29500 and 599=53159 \cdot 9 = 531, and 29500+531=3003129500 + 531 = 30031. So 593003159 \mid 30031.

L6L7algebra
2.1

A composite integer nn has a prime divisor qq with qqnq \cdot q \le n. Let qq be the least divisor of nn exceeding 11, which is prime by [L3], and write n=qmn = qm. Then m>0m > 0, since n>0n > 0 and q>0q > 0; and m1m \ne 1, since m=1m = 1 would make n=qn = q prime. So m>1m > 1, and mnm \mid n, so mm is a divisor of nn exceeding 11 and minimality gives qmq \le m; multiplying by q>0q > 0 gives qqqm=nq \cdot q \le qm = n.

step 1.1L1L3L6L7
2.2

59159 \ne 1 and 593003159 \ne 30031, and 59>059 > 0; also 30031>130031 > 1. So 3003130031 has a positive divisor other than 11 and itself, hence is not prime, and being greater than 11 it is composite.

step 1.1step 1.2L1L7
3.1

22, 33, 55, 77, 1111 and 1313 are prime. Each exceeds 11, so by step 2.1 it suffices to check the primes qq with qqq \cdot q at most the number. For 22 and 33 there is none, since the least prime is 22 and 22=4>32 \cdot 2 = 4 > 3. For 55 and 77 only q=2q = 2 qualifies, and 5=22+15 = 2 \cdot 2 + 1, 7=32+17 = 3 \cdot 2 + 1. For 1111 and 1313 only q=2q = 2 and q=3q = 3 qualify, since 44=16>134 \cdot 4 = 16 > 13, and 11=52+111 = 5 \cdot 2 + 1, 11=33+211 = 3 \cdot 3 + 2, 13=62+113 = 6 \cdot 2 + 1, 13=43+113 = 4 \cdot 3 + 1. In every case no such divisor exists, so none of the six is composite, and each is therefore prime.

step 2.1L1L4L7algebra
4.1

The six are pairwise distinct, and the list p=(2,3,5,7,11,13)p = (2,3,5,7,11,13) is therefore an injective list of primes of length 66.

step 3.1L7L8
5.1

i<6pi=30030\prod_{i<6} p_i = 30030: applying [L2] six times, 12=21 \cdot 2 = 2, 23=62 \cdot 3 = 6, 65=306 \cdot 5 = 30, 307=21030 \cdot 7 = 210, 21011=2310210 \cdot 11 = 2310 and 231013=300302310 \cdot 13 = 30030. Hence the integer named by the claim is 30030+1=3003130030 + 1 = 30031.

step 4.1L2L7algebra
6.1

Steps 4.1, 5.1 and 2.2 exhibit an injective list of primes whose product plus 11 is composite: the claim is false.

step 4.1step 5.1step 2.2

Remarks

False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

FALSE: n2+n+41n^{2} + n + 41 is prime for every natural number nn

Statement

False claim: for every nNn \in \mathbb{N} the integer

ι(n)2+ι(n)+41\iota(n)^{2} + \iota(n) + 41

is prime (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp), where ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is the embedding of The naturals embed in the integers and the square is the natural power of Powers gng^{n}: natural exponents in a monoid and integer exponents in a group, with g0=eg^{0} = e in the commutative monoid (Z,,1)(\mathbb{Z},\cdot,1) of (Z,,1)(\mathbb{Z}, \cdot, 1) is a commutative monoid whose group of units is {1,1}\{1, -1\}; equivalently u1u \mid 1 holds exactly for u=1u = 1 and u=1u = -1. As usual a numeral kk inside Z\mathbb{Z} means ι(k)\iota(k).

Witness: n=40n = 40. Here

402+40+41  =  1600+40+41  =  1681  =  4141,40^{2} + 40 + 41 \;=\; 1600 + 40 + 41 \;=\; 1681 \;=\; 41 \cdot 41 ,

so 16811681 has the positive divisor 4141, which is neither 11 nor 16811681: it is composite, not prime.

The failure is structural rather than accidental: 402+40=404140^{2} + 40 = 40 \cdot 41, so the whole expression is 4041+41=414140 \cdot 41 + 41 = 41 \cdot 41.

Facts & Assumptions

Given: The integers 4040, 4141 and 16811681.

[L1]

pp is prime when p>1p > 1 and its only positive divisors are 11 and pp; an integer >1> 1 that is not prime is composite (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp).

[L5]

Z\mathbb{Z} is a commutative ring: multiplication is associative and commutative, x1=xx \cdot 1 = x, and multiplication distributes over addition (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L6]

The order on Z\mathbb{Z} is total, antisymmetric and transitive and is compatible with addition (The integers form a totally ordered ring, Order on the integers); ι\iota is injective and order preserving with image the nonnegative integers, ι(0)=0\iota(0) = 0, ι(1)=1\iota(1) = 1 (The naturals embed in the integers, Discreteness: σ(n)\sigma(n) is the immediate successor, The natural numbers N\mathbb{N} (von Neumann), Order on the natural numbers).

Refutation

technique · direct
1.1

0<10 < 1, since 1=ι(1)1 = \iota(1) is nonnegative and differs from 0=ι(0)0 = \iota(0) by injectivity of ι\iota.

L6
1.2

At n=40n = 40 the expression equals 414141 \cdot 41. By [L2], 402=404040^{2} = 40 \cdot 40, and distributivity gives 4040+40=40(40+1)=404140 \cdot 40 + 40 = 40 \cdot (40 + 1) = 40 \cdot 41; adding 4141 and using distributivity again, 4041+41=(40+1)41=414140 \cdot 41 + 41 = (40 + 1) \cdot 41 = 41 \cdot 41.

L2L5
1.3

Arithmetically 4040=160040 \cdot 40 = 1600, 1600+40=16401600 + 40 = 1640, 1640+41=16811640 + 41 = 1681, and 4141=168141 \cdot 41 = 1681; so the value at n=40n = 40 is 16811681.

L5algebra
2.1

41168141 \mid 1681, since 1681=41411681 = 41 \cdot 41; and 41>041 > 0.

step 1.2step 1.3L3
2.2

41141 \ne 1, because 411=40>041 - 1 = 40 > 0; and 41168141 \ne 1681, because 168141=1640>01681 - 41 = 1640 > 0; and 1681>11681 > 1.

step 1.1step 1.3L6algebra
3.1

So 16811681 has a positive divisor other than 11 and itself, hence is not prime; being greater than 11 it is composite. The claim therefore fails at n=40n = 40.

step 2.1step 2.2L1

Remarks

  • Checking small cases proves nothing here, and that is the point of the item. The values at n=0,1,,39n = 0, 1, \dots, 39 are classically known to be prime — this is Euler's polynomial, and the fact is not verified above, since it is not needed for a refutation. A claim that survives forty consecutive tests and fails at the forty-first is exactly the situation a universal statement has to be proved out of, not tested out of.

  • The witness is not isolated. n=41n = 41 fails for the same structural reason: 412+41+41=41(41+1+1)=4143=176341^{2} + 41 + 41 = 41 \cdot (41 + 1 + 1) = 41 \cdot 43 = 1763, again divisible by 4141 and again neither 11 nor itself. What both cases exploit is that 4141 divides the constant term, so it divides the whole value whenever it divides n2+nn^{2} + n.

  • The refuted claim is about N\mathbb{N}, which contains 00. At n=0n = 0 the value is 4141, so the claim is not vacuous at its first index; the witness is needed.

False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

FALSE: every Fermat number 22n+12^{2^{n}} + 1 is prime

Statement

Powers are the natural powers of Powers gng^{n}: natural exponents in a monoid and integer exponents in a group, with g0=eg^{0} = e in the commutative monoid (Z,,1)(\mathbb{Z},\cdot,1) of (Z,,1)(\mathbb{Z}, \cdot, 1) is a commutative monoid whose group of units is {1,1}\{1, -1\}; equivalently u1u \mid 1 holds exactly for u=1u = 1 and u=1u = -1, and ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is the embedding of The naturals embed in the integers; a numeral kk inside Z\mathbb{Z} means ι(k)\iota(k).

False claim: every Fermat number is prime (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp). That is: for every mNm \in \mathbb{N} which is a power of two — meaning ι(m)=2k\iota(m) = 2^{k} for some kNk \in \mathbb{N} — the integer

2m+12^{m} + 1

is prime.

Witness: k=5k = 5, so m=32m = 32 and ι(32)=25\iota(32) = 2^{5}. The integer 232+12^{32} + 1 is not prime, because

641    232+1,641 \;\mid\; 2^{32} + 1 ,

while 641641 is neither 11 nor 232+12^{32}+1.

Euler's verification is used below rather than a ten-digit division: 641641 is simultaneously 527+15 \cdot 2^{7} + 1 and 24+542^{4} + 5^{4}, and those two readings together force 641641 to divide 232+12^{32}+1. Congruence notation is not available at this point in the library, so every step is written as a divisibility statement with an explicit witness.

Facts & Assumptions

Given: The integers 22, 55, 641641 and the powers named below.

[L1]

pp is prime when p>1p > 1 and its only positive divisors are 11 and pp; an integer >1> 1 that is not prime is composite (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp).

[L3]

Exponent laws for natural exponents in a monoid: ga+b=gagbg^{a+b} = g^{a}g^{b}, (ga)b=gab(g^{a})^{b} = g^{ab}, and (gh)b=gbhb(gh)^{b} = g^{b}h^{b} when gh=hggh = hg (Exponent laws in a group: gm+n=gmgng^{m+n} = g^{m}g^{n} and (gm)n=gmn(g^{m})^{n} = g^{mn} for all m,nZm, n \in \mathbb{Z}, and (gh)n=gnhn(gh)^{n} = g^{n}h^{n} when gg and hh commute).

[L6]

Z\mathbb{Z} is a commutative ring: addition and multiplication are associative and commutative, x1=xx \cdot 1 = x, multiplication distributes over addition, and every xx has an additive inverse; we write uvu - v for u+(v)u + (-v) (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L7]

The order on Z\mathbb{Z} is total, antisymmetric and transitive, is compatible with addition, and positives are closed under multiplication (The integers form a totally ordered ring, Order on the integers); ι\iota is injective, preserves addition, multiplication and order, and has as image the nonnegative integers, with ι(0)=0\iota(0) = 0, ι(1)=1\iota(1) = 1 (The naturals embed in the integers, Discreteness: σ(n)\sigma(n) is the immediate successor, The natural numbers N\mathbb{N} (von Neumann), Order on the natural numbers, Addition of natural numbers).

[L8]

Induction on N\mathbb{N} (The principle of mathematical induction).

Refutation

technique · direct
1.1

0<10 < 1, and every integer y>0y > 0 satisfies y1y \ge 1: y=ι(t)y = \iota(t) with t0t \ne 0, so 1y1 \le y because ι\iota preserves the order.

L7
1.2

The small powers, by repeated doubling from [L2]: 21=22^{1} = 2, 22=42^{2} = 4, 23=82^{3} = 8, 24=162^{4} = 16, 25=322^{5} = 32, 26=642^{6} = 64, 27=1282^{7} = 128, 28=2562^{8} = 256, 29=5122^{9} = 512, 210=10242^{10} = 1024. Also 52=255^{2} = 25 and 54=2525=6255^{4} = 25 \cdot 25 = 625.

L2L3L6algebra
2.1

2t12^{t} \ge 1 for every tNt \in \mathbb{N}: the set of such tt contains 00, since 20=12^{0} = 1, and if 2t12^{t} \ge 1 then 2σ(t)=2t22^{\sigma(t)} = 2^{t} \cdot 2 has both factors 1>0\ge 1 > 0, so the product is positive and hence 1\ge 1 by step 1.1. Induction finishes it.

step 1.1L2L7L8
2.2

641=527+1641 = 5 \cdot 2^{7} + 1 and 641=24+54641 = 2^{4} + 5^{4}: indeed 5128=6405 \cdot 128 = 640 and 640+1=641640 + 1 = 641, while 16+625=64116 + 625 = 641.

step 1.2L6algebra
3.1

Put u:=527u := 5 \cdot 2^{7}, so u=640u = 640 and u+1=641u + 1 = 641; hence 641u+1641 \mid u + 1.

step 2.2L4
3.2

232+1>6412^{32} + 1 > 641: by [L3], 232=210222=10242222^{32} = 2^{10} \cdot 2^{22} = 1024 \cdot 2^{22}, and 2221>02^{22} \ge 1 > 0, so 2321024>6412^{32} \ge 1024 > 641. Hence 641232+1641 \ne 2^{32}+1; also 6411641 \ne 1 and 641>0641 > 0, and 232+1>12^{32}+1 > 1.

step 2.1step 1.2L3L7algebra
4.1

u41=(u+1)(u3u2+u1)u^{4} - 1 = (u+1)(u^{3} - u^{2} + u - 1), by expanding the right side with distributivity: the terms u3+u3-u^{3} + u^{3}, u2u2u^{2} - u^{2} and u+u-u + u cancel. Hence 641u41641 \mid u^{4} - 1.

step 3.1L2L4L6
5.1

u4=(527)4=54(27)4=54228u^{4} = (5 \cdot 2^{7})^{4} = 5^{4} (2^{7})^{4} = 5^{4} \cdot 2^{28}, using [L3] with 55 and 272^{7} commuting and 74=287 \cdot 4 = 28. So 641542281641 \mid 5^{4} \cdot 2^{28} - 1.

step 4.1L3L6
6.1

From step 2.2, 54=641245^{4} = 641 - 2^{4}, so 542281=(64124)2281=641228242281=641228(232+1)5^{4} \cdot 2^{28} - 1 = (641 - 2^{4}) 2^{28} - 1 = 641 \cdot 2^{28} - 2^{4} 2^{28} - 1 = 641 \cdot 2^{28} - (2^{32} + 1), using 24228=2322^{4} 2^{28} = 2^{32} from [L3].

step 2.2step 5.1L3L6
7.1

Now 641641228641 \mid 641 \cdot 2^{28}, and 641641228(232+1)641 \mid 641 \cdot 2^{28} - (2^{32}+1) by steps 5.1 and 6.1; subtracting, linearity gives 641232+1641 \mid 2^{32} + 1.

step 5.1step 6.1L4L6
8.1

So 232+12^{32}+1 has a positive divisor other than 11 and itself, hence is not prime, and being greater than 11 it is composite. Since ι(32)=25\iota(32) = 2^{5} by step 1.2, the natural number 3232 is a power of two and the claim fails there.

step 1.2step 7.1step 3.2L1L7

Remarks

  • The first five Fermat numbers are prime, which is why the claim was believed. For k=0,1,2,3,4k = 0,1,2,3,4 the values are 33, 55, 1717, 257257 and 6553765537, all classically known to be prime; that is not verified here, since the refutation needs only the single witness at k=5k = 5. Fermat conjectured primality for all kk; Euler produced the divisor 641641.

  • Why the two readings of 641641 are both needed. 641=527+1641 = 5 \cdot 2^{7} + 1 is what makes 641641 divide 5422815^{4}2^{28} - 1, and 641=24+54641 = 2^{4} + 5^{4} is what converts that into a statement about 232+12^{32}+1. Either alone says nothing.

  • Nothing is claimed about the cofactor. The refutation needs only that 641641 is a divisor of 232+12^{32}+1 lying strictly between 11 and 232+12^{32}+1; the complementary factor is neither computed nor analysed here, and its primality is not asserted.

Sources