Documentation

FormalConjectures.ErdosProblems.«846»

Erdős Problem 846 #

Reference: erdosproblems.com/846

def Triplewise {α : Type u_1} (s : Set α) (r : αααProp) :
Equations
  • Triplewise s r = ∀ ⦃x : α⦄, x s∀ ⦃y : α⦄, y s∀ ⦃z : α⦄, z sx yy zx zr x y z
Instances For

    We say a subset A of points in the plane is non-trilinear if it contains no three points that lie on the same line.

    Equations
    Instances For
      def NonTrilinearFor (A : Set (EuclideanSpace (Fin 2))) (ε : ) :

      We say a subset A of points in the plane is ε-non-trilinear if any subset B of A, contains a non-trilinear subset C of size at least ε|B|.

      Equations
      Instances For

        We say a subset A of points in the plane is weakly non-trilinear if it is a finite union of non-trilinear sets.

        Equations
        Instances For
          theorem erdos_846 :
          (∀ (A : Set (EuclideanSpace (Fin 2))), ε > 0, A.InfiniteNonTrilinearFor A εWeaklyNonTrilinear A) sorry

          Euler Problem 846 Let A ⊂ ℝ² be an infinite set for which there exists some ϵ>0 such that in any subset of A of size n there are always at least ϵn with no three on a line. Is it true that A is the union of a finite number of sets where no three are on a line?

          In other words, prove or disprove the following statement: every infinite ε-non-trilinear subset of the plane is weakly non-trilinar.