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.
Euler's criterion:
Statement
For every integer and odd prime ,
Facts & Assumptions
Given: An integer and an odd prime .
The Legendre symbol is when , when is a quadratic residue modulo , and when is a quadratic nonresidue (The Legendre symbol, including its zero value).
If admits a primitive root, , , and , then is soluble exactly when (Euler's criterion: if has a primitive root, , and , then is solvable if and only if ).
Every prime admits a primitive root modulo that prime (Every prime modulus admits a primitive root).
For every prime , (, and for every prime ).
For every prime , the quotient is a field (For every prime , the two operations on make it a field).
Every field is an integral domain (Every field is a commutative ring with ; it is an integral domain, and it is a commutative division ring).
A nonzero polynomial of degree over an integral domain has at most distinct roots (A nonzero polynomial of degree over an integral domain has at most distinct roots).
If , then and are coprime (For a prime and any integer , is when and otherwise; so makes and coprime).
Proof
If , then [L1] gives , while and hence . The criterion holds in this case.
Suppose . By [L9], ; [L3] and [L4] specialise [L2] with and . Thus is a square modulo exactly when .
Put . By [L5], . Facts [L6] and [L7] make an integral domain, and [L8] says that the degree-two polynomial has at most two roots there. The two distinct roots and already exist because is odd, so is one of them.
In the unit case, step 1.2 gives exactly for a quadratic residue; otherwise step 1.3 forces . These are precisely the two values prescribed by [L1]. Combining this with step 1.1 proves the congruence for every integer .
Depends on
- The Legendre symbol, including its zero value
- Euler's criterion: if $n$ has a primitive root, $\gcd(a,n)=1$, and $m\ge1$, then $x^m\equiv a\pmod n$ is solvable if and only if $a^{\varphi(n)/\gcd(\varphi(n),m)}\equiv1\pmod n$
- Every prime modulus admits a primitive root
- $\varphi(1)=1$, and $\varphi(p)=p-1$ for every prime $p$
- Fermat's little theorem: for prime $p$, $p\nmid a$ implies $a^{p-1}\equiv1\pmod p$, and always $a^p\equiv a\pmod p$
- A nonzero polynomial of degree $n$ over an integral domain has at most $n$ distinct roots
- For every prime $p$, the two operations on $\mathbb{Z}/p$ make it a field
- Every field is a commutative ring with $1 \ne 0$; it is an integral domain, and it is a commutative division ring
- For a prime $p$ and any integer $a$, $\gcd(p,a)$ is $p$ when $p \mid a$ and $1$ otherwise; so $p \nmid a$ makes $p$ and $a$ coprime
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 117 results over 26 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
- H. Hackman, Elementary Number Theory, Chapter D, Section D.I (standard reference, not scraped)
- W. Stein, Elementary Number Theory, Section 4.2 (standard reference, not scraped)
- A. Gorodnik, Number Theory, Lecture 9, Theorem 1.5 (standard reference, not scraped)