Alphabeta Math
ExampleConstruction: 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.

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

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: 85 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