Erdős problem 189
If is finitely coloured then must there exist some colour class which contains the vertices of a rectangle of every area?
Sources
FormalConjectures/ErdosProblems/
189.lean
Retained formal statement
Graham claims this is "easy to see".
¬Erdos189.Erdos189For (fun a b c d => (affineSpan ℝ {a, b}).direction ⟂ (affineSpan ℝ {b, c}).direction ∧ (affineSpan ℝ {b, c}).direction ⟂ (affineSpan ℝ {c, d}).direction ∧ (affineSpan ℝ {c, d}).direction ⟂ (affineSpan ℝ {d, a}).direction ∧ dist a b = dist b c) fun a b c d => dist a b * dist b cSolvedStatement only, no proof