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.
There are arbitrarily large primes congruent to modulo
Statement
For every natural , there is a prime with .
Facts & Assumptions
Given: A natural number .
Every positive integer has a finite prime factorisation, including multiplicities; is represented by the empty product (Every integer is a finite product of primes: there are and a list of primes with , the case being the empty product).
Congruence modulo and multiplication of residue classes obey integer modular algebra (Congruence modulo an integer: when , including the moduli and , For every natural , is an abelian group, multiplication is a commutative monoid operation, and both distributive laws hold).
A finite product in a monoid is on the empty family and obeys the product recursion (The product of a finite list in a monoid, by recursion, with the empty product () equal to the identity).
Proof
Let be all primes at most that are congruent to modulo , allowing , and put . Then and ; when the list is empty, .
No divides , because . Also does not divide .
In a prime factorisation of the positive integer , not every factor can be congruent to modulo , since their product is congruent to ; no factor is congruent to by step 2.1, so some prime factor is congruent to modulo .
That is not among the by step 2.1, hence . It is the required prime.
Depends on
- Every integer $n \ge 1$ is a finite product of primes: there are $r \in \mathbb{N}$ and a list $p : r \to \mathbb{Z}$ of primes with $n = \prod_{i<r} p_i$, the case $n = 1$ being the empty product
- Congruence modulo an integer: $a\equiv b\pmod n$ when $n\mid(a-b)$, including the moduli $0$ and $1$
- For every natural $n$, $(\mathbb{Z}/n,+)$ is an abelian group, multiplication is a commutative monoid operation, and both distributive laws hold
- The product $g_0 g_1 \cdots g_{n-1}$ of a finite list in a monoid, by recursion, with the empty product ($n = 0$) equal to the identity
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 68 results over 23 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
- M. Bucic, Probabilistic Method, proof of Theorem 2.3 (standard reference, not scraped)