Theorems · Theorem · number theory
Pell.IsFundamental.mul_inv_y_nonneg
∀ {d : ℤ} {a₁ : Pell.Solution₁ d},
Pell.IsFundamental a₁ → ∀ {a : Pell.Solution₁ d}, 1 < a.x → 0 < a.y → 0 ≤ (a * a₁⁻¹).yIf we multiply a positive solution with the inverse of a fundamental solution,
the y-coordinate remains nonnegative.
- Defined in
- Mathlib.NumberTheory.Pell
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 51 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- add_zeroproof · cited by 2,707
- mul_negproof · cited by 590
- Pell.Solution₁statement and proof · cited by 50
- Pell.Solution₁.xstatement and proof · cited by 42
- Pell.Solution₁.ystatement and proof · cited by 40
- Pell.IsFundamentalstatement and proof · cited by 19
- Pell.IsFundamental.x_mul_y_le_y_mul_xproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Pell.IsFundamental.eq_pow_of_nonnegproof · cited by 1