Erdős Problem 193 #
References:
- erdosproblems.com/193
- [ErGr80] Erdős, P. and Graham, R., Old and new problems and results in combinatorial number theory. Monographies de L'Enseignement Mathematique (1980).
- [GeRa79] Gerver, Joseph L. and Ramsey, L. Thomas, "On certain sequences of lattice points." Pacific J. Math. (1979), 357-363.
An $S$-walk is a sequence where every difference is in $S$.
Instances For
def
Erdos193.HasCollinearTriple
(R : Type u_2)
{V : Type u_1}
[DivisionRing R]
[AddCommGroup V]
[Module R V]
(A : Set V)
:
True if set $A$ contains 3 distinct collinear points over $R$.
Equations
Instances For
Let $S \subseteq \mathbb{Z}^3$ be a finite set and let $A = \lbrace a_1, a_2, \ldots \rbrace$ be an infinite $S$-walk, so that $a_{i+1} - a_i \in S$ for all $i$. Must $A$ contain three collinear points?