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.
A modulus is composite exactly when two nonzero classes in have product
Example
For every integer , the following are equivalent:
- is composite.
- There are nonzero classes with .
Facts & Assumptions
Given: An integer .
A positive integer greater than is composite exactly when it has a divisor with ; otherwise it is prime (Prime and composite integers: is prime when and its only positive divisors are and ).
Products in are computed on representatives, and the quotient has standard representatives (Addition and multiplication on by and , For , every class in has one representative with , so ; while is in bijection with ).
A class is a unit exactly when , and the gcd is a nonnegative common divisor that is positive when its arguments are not both zero (For , is a unit if and only if , Common divisor, and the greatest common divisor , with the convention ).
Verification
If is composite, write with and . Then and are nonzero standard classes, but .
Conversely, suppose nonzero classes have product zero and choose their standard representatives , so and . The class cannot be a unit, because multiplying an equation by its inverse would give . Hence by [L3]. Since and , one also has , so is a nontrivial divisor of and is composite by [L1].
Steps 1.1 and 1.2 prove the equivalence.
Depends on
- Prime and composite integers: $p$ is prime when $p > 1$ and its only positive divisors are $1$ and $p$
- Addition and multiplication on $\mathbb{Z}/n$ by $[a]_n+[b]_n=[a+b]_n$ and $[a]_n[b]_n=[ab]_n$
- For $n\ge1$, $[a]_n$ is a unit if and only if $\gcd(a,n)=1$
- For $n\ge 1$, every class in $\mathbb{Z}/n$ has one representative $r$ with $0\le r<n$, so $\lvert\mathbb{Z}/n\rvert=n$; while $\mathbb{Z}/0$ is in bijection with $\mathbb{Z}$
- Common divisor, and the greatest common divisor $\gcd(a,b)$, with the convention $\gcd(0,0) := 0$
Used by
- False: [a]ₙ[b]ₙ=[0]ₙ always implies [a]ₙ=[0]ₙ or [b]ₙ=[0]ₙ False statement
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 78 results over 22 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
- K. Conrad, Modular Arithmetic (standard reference, not scraped)
- University of Colorado, proof practice on zero divisors (standard reference, not scraped)