Theorems · Theorem · number theory
pythagoreanTriple_comm
∀ {x y z : ℤ}, PythagoreanTriple x y z ↔ PythagoreanTriple y x zPythagorean triples are interchangeable, i.e x * x + y * y = y * y + x * x = z * z.
This comes from additive commutativity.
- Defined in
- Mathlib.NumberTheory.PythagoreanTriples
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- add_commproof · cited by 1,535
- PythagoreanTriplestatement · cited by 24
Cited by1
Results whose statement or proof uses this declaration.
- PythagoreanTriple.symmproof · cited by 1