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 is prime
Statement
Powers are the natural powers of Powers : natural exponents in a monoid and integer exponents in a group, with in the commutative monoid of is a commutative monoid whose group of units is ; equivalently holds exactly for and , and is the embedding of The naturals embed in the integers; a numeral inside means .
False claim: every Fermat number is prime (Prime and composite integers: is prime when and its only positive divisors are and ). That is: for every which is a power of two — meaning for some — the integer
is prime.
Witness: , so and . The integer is not prime, because
while is neither nor .
Euler's verification is used below rather than a ten-digit division: is simultaneously and , and those two readings together force to divide . 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 , , and the powers named below.
is prime when and its only positive divisors are and ; an integer that is not prime is composite (Prime and composite integers: is prime when and its only positive divisors are and ).
Exponent laws for natural exponents in a monoid: , , and when (Exponent laws in a group: and for all , and when and commute).
means for some ; divisibility is reflexive and linear, so and give (Divisibility in : when for some integer , Divisibility is reflexive and transitive on , and is linear: if and then for all integers ; also implies , and ).
is a commutative ring: addition and multiplication are associative and commutative, , multiplication distributes over addition, and every has an additive inverse; we write for (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, is compatible with addition, and positives are closed under multiplication (The integers form a totally ordered ring, Order on the integers); is injective, preserves addition, multiplication and order, and has as image the nonnegative integers, with , (The naturals embed in the integers, Discreteness: is the immediate successor, The natural numbers (von Neumann), Order on the natural numbers, Addition of natural numbers).
Induction on (The principle of mathematical induction).
Refutation
, and every integer satisfies : with , so because preserves the order.
The small powers, by repeated doubling from [L2]: , , , , , , , , , . Also and .
for every : the set of such contains , since , and if then has both factors , so the product is positive and hence by step 1.1. Induction finishes it.
and : indeed and , while .
Put , so and ; hence .
: by [L3], , and , so . Hence ; also and , and .
, by expanding the right side with distributivity: the terms , and cancel. Hence .
, using [L3] with and commuting and . So .
From step 2.2, , so , using from [L3].
Now , and by steps 5.1 and 6.1; subtracting, linearity gives .
So has a positive divisor other than and itself, hence is not prime, and being greater than it is composite. Since by step 1.2, the natural number is a power of two and the claim fails there.
Remarks
-
The first five Fermat numbers are prime, which is why the claim was believed. For the values are , , , and , all classically known to be prime; that is not verified here, since the refutation needs only the single witness at . Fermat conjectured primality for all ; Euler produced the divisor .
-
Why the two readings of are both needed. is what makes divide , and is what converts that into a statement about . Either alone says nothing.
-
Nothing is claimed about the cofactor. The refutation needs only that is a divisor of lying strictly between and ; the complementary factor is neither computed nor analysed here, and its primality is not asserted.
Depends on
- Prime and composite integers: $p$ is prime when $p > 1$ and its only positive divisors are $1$ and $p$
- Powers $g^{n}$: natural exponents in a monoid and integer exponents in a group, with $g^{0} = e$
- Exponent laws in a group: $g^{m+n} = g^{m}g^{n}$ and $(g^{m})^{n} = g^{mn}$ for all $m, n \in \mathbb{Z}$, and $(gh)^{n} = g^{n}h^{n}$ **when $g$ and $h$ commute**
- $(\mathbb{Z}, \cdot, 1)$ is a commutative monoid whose group of units is $\{1, -1\}$; equivalently $u \mid 1$ holds exactly for $u = 1$ and $u = -1$
- Semigroup and monoid
- 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$
- The principle of mathematical induction
- The integers form a commutative ring
- The integers form a totally ordered ring
- Arithmetic on the integers
- Order on the integers
- The integers as equivalence classes of pairs of naturals
- The naturals embed in the integers
- Discreteness: $\sigma(n)$ is the immediate successor
- The natural numbers $\mathbb{N}$ (von Neumann)
- Order on the natural numbers
- Addition of natural numbers
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
- Fermat number (Wikipedia) (standard reference, not scraped)
- Millersville University notes: Fermat numbers (standard reference, not scraped)