Erdős problem 633
A triangle whose side lengths and angles are integrally independent is cuttable only into a non-zero square number of congruent triangles. This is proved in [So09c].
Sources
FormalConjectures/ErdosProblems/
633.lean
Retained formal statement
Which triangles can only be decomposed into a square number of congruent triangles?
∀ {T : Affine.Triangle ℝ (EuclideanSpace ℝ (Fin 2))}, T ∈ sorry ↔ ∀ (n : ℕ), Erdos633.IsCuttable n T → IsSquare nOpenStatement only, no proof