Documentation

FormalConjectures.ErdosProblems.«224»

Erdős Problem 224 #

References:

def Erdos224.ObtuseAt {d : } (x y z : EuclideanSpace (Fin d)) :

The angle $yxz$ is obtuse.

Equations
Instances For
    theorem Erdos224.erdos_224 {d : } (A : Finset (EuclideanSpace (Fin d))) (hcard : A.card = 2 ^ d + 1) :
    ∃ (x : EuclideanSpace (Fin d)) (y : EuclideanSpace (Fin d)) (z : EuclideanSpace (Fin d)), x A y A z A x y x z y z ObtuseAt x y z

    If $A\subseteq \mathbb{R}^d$ is any set of $2^d+1$ points then some three points in $A$ determine an obtuse angle.

    The general case was proved by Danzer and Gr"{u}nbaum [DaGr62].