mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

feat: Corners, corner-free sets

Open YaelDillies opened this issue 1 year ago • 0 comments
trafficstars

For G a commutative monoid and a set A in G × G , define corners of A as solutions to x₁ + y₂ = x₂ + y₁ where (x₁, y₁) ∈ A, (x₁, y₂) ∈ A, (x₂, y₁) ∈ A.

Define corner-free sets as sets containing no non-trivial corners.


Open in Gitpod

YaelDillies avatar May 21 '24 06:05 YaelDillies