Documentation

FormalConjectures.ErdosProblems.«193»

Erdős Problem 193 #

References:

def Erdos193.IsSWalk {V : Type u_1} [AddCommGroup V] (S : Set V) (a : V) :

An $S$-walk is a sequence where every difference is in $S$.

Equations
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
      theorem Erdos193.erdos_193 :
      True ∀ (S : Set (Fin 3)), S.Finite∀ (a : Fin 3), IsSWalk S a(Set.range a).InfiniteHasCollinearTriple (Set.range fun (n : ) => Int.cast a n)

      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?

      theorem Erdos193.erdos_193_z2 (S : Set (Fin 2)) :
      S.Finite∀ (a : Fin 2), IsSWalk S a(Set.range a).InfiniteHasCollinearTriple (Set.range fun (n : ) => Int.cast a n)

      [GeRa79] showed that the answer is yes for $\mathbb{Z}^2$