/-
Copyright 2025 The Formal Conjectures Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-/modulepublicimportFormalConjecturesUtil
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].
@[categoryresearchsolved,AMS551]lemmaisCuttable_iff_isSquare_of_linearIndependent(hTsides:LinearIndependentℤ![dist(T.points0)(T.points1),dist(T.points1)(T.points2),dist(T.points2)(T.points0)])(hTangles:LinearIndependentℤ![∠(T.points0)(T.points1)(T.points2),∠(T.points1)(T.points2)(T.points0),∠(T.points2)(T.points0)(T.points1)]):IsCuttablenT↔n≠0∧IsSquaren:=byn:ℕT:Triangleℝℝ²hTsides:LinearIndependentℤ![dist(T.points0)(T.points1),dist(T.points1)(T.points2),dist(T.points2)(T.points0)]hTangles:LinearIndependentℤ![∠(T.points0)(T.points1)(T.points2),∠(T.points1)(T.points2)(T.points0),∠(T.points2)(T.points0)(T.points1)]⊢ IsCuttablenT↔n≠0∧IsSquarenexact⟨funhT↦⟨hT.ne_zero,sorry⟩,funhn↦.of_isSquarehn.1hn.2⟩All goals completed! 🐙-- The complete classification is too involved to encode as the answer set here.set_optionlinter.style.category_answerfalsein
Which triangles can only be decomposed into a square number of congruent triangles?
Beeson, Laczkovich, and Zhang [BLZ26] classify the triangles that can be tiled only into a square
number of congruent triangles, settling this problem. The classification is too involved to encode
in the answer slot here, so the answer is left as sorry and the reference records the result.