Documentation

FormalConjectures.ErdosProblems.«633»

Erdős Problem 633 #

Reference:

A triangle is n-cuttable if it can be decomposed into n congruent triangles.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    A triangle isn't cuttable into zero triangles.

    theorem Erdos633.IsCuttable.sq {n : } {T : Affine.Triangle (EuclideanSpace (Fin 2))} (hn : n 0) :
    IsCuttable (n ^ 2) T

    Every triangle is cuttable into any non-zero square number of congruent triangles.

    theorem Erdos633.IsCuttable.of_isSquare {n : } {T : Affine.Triangle (EuclideanSpace (Fin 2))} (hn₀ : n 0) (hn : IsSquare n) :

    Every triangle is cuttable into any non-zero square number of congruent triangles.

    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].

    theorem Erdos633.erdos_633 {T : Affine.Triangle (EuclideanSpace (Fin 2))} :
    T sorry ∀ (n : ), IsCuttable n TIsSquare n

    Which triangles can only be decomposed into a square number of congruent triangles?

    A triangle is n-simili-cuttable if it can be decomposed into n similar triangles.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      A triangle isn't simili-cuttable into zero triangles.

      theorem Erdos633.IsSimiliCuttable.of_ne_zero_two_three_five {n : } {T : Affine.Triangle (EuclideanSpace (Fin 2))} (hn₀ : n 0) (hn₂ : n 2) (hn₃ : n 3) (hn₅ : n 5) :

      Every triangle is simili-cuttable into any number of similar triangles, except 0, 2, 3, 5. This is proved in [So09].

      There exists a triangle which isn't simili-cuttable into 0, 2, 3, 5 parts. This is proved in [So09].