Theorems · Theorem · number theory
Pell.exists_of_not_isSquare
- #39 of the 100 theorems: Solutions to Pell’s Equation
- 1000+ list: Solutions to Pell's equation
∀ {d : ℤ}, 0 < d → ¬IsSquare d → ∃ x y, x ^ 2 - d * y ^ 2 = 1 ∧ y ≠ 0If d is a positive integer that is not a square, then there is a nontrivial solution
to the Pell equation x^2 - d*y^2 = 1.
- Defined in
- Mathlib.NumberTheory.Pell
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 129 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites86
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realproof · cited by 25,697
- Set.ofPredproof · cited by 6,101
- mul_oneproof · cited by 3,885
- LE.le.transproof · cited by 3,151
- one_mulproof · cited by 2,841
- Set.iUnionproof · cited by 2,483
- Set.extproof · cited by 2,266
- mul_commproof · cited by 2,262
- LT.lt.leproof · cited by 2,189
- Nat.cast_zeroproof · cited by 1,870
- Set.Finiteproof · cited by 1,814
- absproof · cited by 1,814
Cited by3
Results whose statement or proof uses this declaration.
- Pell.Solution₁.exists_pos_of_not_isSquareproof · cited by 1
- Pell.Solution₁.exists_nontrivial_of_not_isSquareproof · cited by 0
- Pell.exists_iff_not_isSquareproof · cited by 0