Alphabeta Math
False statementConstruction: AI-adaptedVerification: AI-adaptedSession-authored (Fable 5 assisted)precheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)
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.

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.

Depends on

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: 71 results over 24 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