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
A triangle isn't cuttable into zero triangles.
∀ {n : ℕ} {T : Affine.Triangle ℝ (EuclideanSpace ℝ (Fin 2))}, Erdos633.IsCuttable n T → n ≠ 0APIStatement only, no proof