Lean verification record
Checked Artifact: Pell Equation Solvability (mathlib)
Proof Atlas collected build, no-sorry, axiom, and clean-source evidence directly from the pinned upstream declaration.
Verification result
The recorded Lean checks passed
- Build replaypassed with retained transcript
- Unfinished stepsNone found
- Source identityPinned commit and file recorded
- Dependency profileAxiom closure recorded
Reproducibility details
What the checker recorded
- Declaration checked
Pell.exists_iff_not_isSquare- Module
Mathlib.NumberTheory.Pell- Source file checked
Mathlib/NumberTheory/Pell.lean- Package commit
5e932f97dd25535344f80f9dd8da3aab83df0fe6- Build transcript
- passed · retained with this record
- Unfinished proof steps
- None found by the recorded no-sorry scan
- Axiom closure
- Classical.choice, Quot.sound, propext
- Collection provenance
- Clean source state recorded
ProofAtlas record
What has been checked
Mathlib is the source of the theorem; the local Lean replay and page review are separate.
Evidence boundary
Exact formal statement only
This page indexes Mathlib's exact solvability equivalence for Pell's equation. With d : ℤ and 0 < d, it states that an integer pair (x, y) with x ^ 2 - d * y ^ 2 = 1 and y ≠ 0 exists if and only if ¬IsSquare d. The positivity hypothesis and the nontriviality condition y ≠ 0 are essential parts of the selected declaration. It does not classify solutions, assert infinitude, identify a fundamental or least solution, supply an algorithm, or cover nonpositive d.
This checker record does not establish novelty, transfer a historical acceptance decision, or authorize publication.