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.
is prime, and it is the only even prime: every even integer is composite
Example
Call an integer even when (Divisibility in : when for some integer ), where . Then:
- is prime (Prime and composite integers: is prime when and its only positive divisors are and );
- every even integer is composite.
So is the only even prime, and every other prime is odd.
Facts & Assumptions
Given: The integer .
is prime when and every positive divisor of is or ; an integer that is not prime is composite (Prime and composite integers: is prime when and its only positive divisors are and ).
Divisibility is reflexive; means for some (Divisibility is reflexive and transitive on , and is linear: if and then for all integers ; also implies , and , Divisibility in : when for some integer ).
The order on is total, antisymmetric and transitive and is compatible with addition (The integers form a totally ordered ring, Order on the integers); is a commutative ring (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).
is injective, preserves addition and order, and has as image exactly the nonnegative integers, with and (The naturals embed in the integers).
On : exactly when (Discreteness: is the immediate successor); (The natural numbers (von Neumann)); for every (Order on the natural numbers).
Verification
: is nonnegative and differs from by injectivity of . Adding gives , so .
There is no integer strictly between and : if then with , so and hence , because preserves the order.
Claim 1. Let be a positive divisor of . Since , [L2] gives , and gives , so by step 1.2.
Claim 2. Let with . Then , so ; and is a positive divisor of with (by step 1.1) and (since ).
The only integers with are and : if then , so by step 1.2 applied to , that is , and with antisymmetry gives . Both and do divide . Hence the only positive divisors of are and , and , so is prime.
So has a positive divisor other than and , hence is not prime; being greater than , it is composite.
Claims 1 and 2 are established, and together they say is the only even prime: an even prime satisfies , hence by step 3.1's argument, and is excluded because such an is composite by step 3.2; so .
Remarks
-
"Even" is defined here as divisibility by , not by a new notion of parity. That is Divisibility in : when for some integer applied at , so no second vocabulary is introduced, and the odd integers are exactly those with remainder under Division with remainder in : for and there are unique with and .
-
This is why parity sufficed for the -adic case elsewhere in the library. The published The -adic absolute value gives an ultrametric on , in which every triangle is isosceles and every point of a ball is a centre ↗ builds the -adic valuation from parity alone and records that the general -adic valuation needs primality and unique factorisation. At "not divisible by " is a single condition that the division algorithm decides; for a general prime the corresponding step is Euclid's lemma: if is prime and then or .
-
The smallest prime is , and there is no smaller one to miss. and are excluded by the clause of Prime and composite integers: is prime when and its only positive divisors are and , and negative integers by the same clause, so the classification here is complete rather than a convention about where to start.
Depends on
- Prime and composite integers: $p$ is prime when $p > 1$ and its only positive divisors are $1$ and $p$
- 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 $d \mid a$ and $a \ne 0$ then $d \ne 0$ and $|d| \le |a|$; hence the set of divisors of a nonzero integer is bounded above by $|a|$
- The absolute value $|a|$ of an integer
- Absolute value in $\mathbb{Z}$: $|a| \ge 0$; $|a| = 0$ exactly when $a = 0$; $|-a| = |a|$; $|ab| = |a|\,|b|$; $-|a| \le a \le |a|$; and $|a| \le c$ exactly when $-c \le a \le c$
- The integers form a totally ordered ring
- The integers form a commutative 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
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: 65 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
- Prime number (Wikipedia) (standard reference, not scraped)
- Parity (mathematics) (Wikipedia) (standard reference, not scraped)
- Old Dominion University: Two is the only even prime (standard reference, not scraped)