Theorems · Definition · number theory
PythagoreanTriple.IsClassified
{x y z : ℤ} → PythagoreanTriple x y z → PropA Pythagorean triple x, y, z is “classified” if there exist integers k, m, n such that
either
* x = k * (m ^ 2 - n ^ 2) and y = k * (2 * m * n), or
* x = k * (2 * m * n) and y = k * (m ^ 2 - n ^ 2).
- Defined in
- Mathlib.NumberTheory.PythagoreanTriples
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PythagoreanTriplestatement and proof · cited by 24
Cited by4
Results whose statement or proof uses this declaration.
- PythagoreanTriple.classifiedstatement · cited by 1
- PythagoreanTriple.mul_isClassifiedstatement and proof · cited by 1
- PythagoreanTriple.isClassified_of_isPrimitiveClassifiedstatement · cited by 1
- PythagoreanTriple.isClassified_of_normalize_isPrimitiveClassifiedstatement and proof · cited by 1