Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck 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.

Every integer n>1 has a prime divisor; indeed the least divisor of n that exceeds 1 is prime

Statement

Let n∈Z with n>1, and put

S  :=  { d∈Z  :  d∣n  and  d>1 }

(Divisibility in Z: d∣a when a=dq for some integer q). Then S is nonempty and has a least element q, and q is prime (Prime and composite integers: p is prime when p>1 and its only positive divisors are 1 and p). In particular every integer greater than 1 has a prime divisor.

Facts & Assumptions

Given: An integer n with n>1, and the set S above.

[L5]

p is prime exactly when p>1 and every positive divisor of p is 1 or p (Prime and composite integers: p is prime when p>1 and its only positive divisors are 1 and p).

[L6]

The order on Z is total, antisymmetric and transitive and is compatible with addition; x<y means x≤y together with x≠y (The integers form a totally ordered ring, Order on the integers).

[L8]

The embedding ι:N→Z is injective, preserves addition and order, and has as image exactly the nonnegative integers, with ι(0)=0 and ι(1)=1 (The naturals embed in the integers).

[L9]

On N: 0≤k for every k, since 0+k=k (Order on the natural numbers); m<k exactly when σ(m)≤k (Discreteness: σ(n) is the immediate successor); and 1=σ(0) (The natural numbers N (von Neumann)).

Proof

technique · direct
1.1

0<1 in Z: 1=ι(1) lies in the image of ι, so 1≥0, and 1≠0 because ι is injective and ι(0)=0.

L8
1.2

Discreteness: if x∈Z and 0<x then 1≤x. Indeed x≥0, so x=ι(k) for some k∈N; k≠0 since ι(0)=0≠x; hence 0<k in N, so 1=σ(0)≤k, and applying the order-preserving ι gives 1=ι(1)≤ι(k)=x.

L8L9
1.3

n∈S, since n∣n and n>1; so S is nonempty.

L2
1.4

1 is a lower bound for S: every d∈S satisfies d>1, hence 1≤d.

L6
2.1

By [L3] the set S has a unique least element q: that is, q∣n, q>1, and q≤d for every d∈S.

step 1.3step 1.4L3
3.1

n>1>0 and q>1>0, so n≠0 and q≠0, and ∣q∣=q.

step 1.1step 2.1L6L10
3.2

Let e be a positive divisor of q with e≠1. Then 1≤e by step 1.2, and e≠1, so e>1.

step 1.2step 2.1L6
4.1

Also e∣q and q∣n, so e∣n by transitivity; with e>1 this gives e∈S, hence q≤e.

step 2.1step 3.2L2
5.1

On the other hand e∣q with q≠0 gives ∣e∣≤∣q∣=q, and ∣e∣=e because e>0; so e≤q. With step 4.1 and antisymmetry, e=q.

step 3.1step 3.2step 4.1L4L6L10
6.1

So every positive divisor of q is 1 or q, and q>1: q is prime. Since q∣n, the integer n has a prime divisor.

step 2.1step 3.2step 5.1L5∎

Remarks

Depends on

Used by

Dependency tree · two levels

40 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