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 nonsingular square root lifts uniquely by one odd-prime-power step
Statement
Let be an odd prime, let , and let satisfy and . Then there is a unique class such that .
Equivalently, the root class of modulo has exactly one lift to a root class modulo .
Facts & Assumptions
Given: An odd prime , an integer , and integers with and .
If , then is soluble exactly when , and when soluble it has exactly solution classes modulo (For , is solvable exactly when , and then has exactly solution classes modulo ).
If a prime divides a product , then or (Euclid's lemma: if is prime and then or ).
If a prime does not divide an integer , then (For a prime and any integer , is when and otherwise; so makes and coprime).
Proof
Reducing the given congruence modulo shows that would force , contrary to the hypothesis. If , [L2] would give or ; both are impossible because is odd. Hence , and [L3] gives .
Write . Every class modulo reducing to modulo has a unique form with modulo , and expansion gives . Since , the lift is a root modulo exactly when . By step 1.1 and [L1], this linear congruence has exactly one solution class modulo .
Depends on
- For $n\ge1$, $ax\equiv b\pmod n$ is solvable exactly when $\gcd(a,n)\mid b$, and then has exactly $\gcd(a,n)$ solution classes modulo $n$
- Euclid's lemma: if $p$ is prime and $p \mid ab$ then $p \mid a$ or $p \mid b$
- 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: 67 results over 20 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
- A. Gorodnik, Number Theory, Lecture 7, §1 (standard reference, not scraped)
- P. Hackman, Elementary Number Theory, §B.VII (standard reference, not scraped)