Skip to content

Erdős problem 1125

Let f:RRf:\mathbb{R}\to \mathbb{R} be such that 2f(x)f(x+h)+f(x+2h)2f(x) \leq f(x+h)+f(x+2h) for every xRx\in \mathbb{R} and h>0h>0. Must ff be monotonic?

Sources

Browse retained paths and inspect the exact material available for this Problem.

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1125.lean

Retained formal statement1 of 1

Let f:RRf:\mathbb{R}\to \mathbb{R} be such that 2f(x)f(x+h)+f(x+2h)2f(x) \leq f(x+h)+f(x+2h) for every xRx\in \mathbb{R} and h>0h>0. Must ff be monotonic?

A problem of Kemperman [Ke69], who proved it is true if ff is measurable. Erdős [Er81b] wrote 'if it were my problem I would offer $500 for it'. This was solved by Laczkovich [La84].

FormalConjectures/ErdosProblems/1125.leanErdos1125.erdos_11251 lineExact file
True ↔ ∀ (f : ℝ → ℝ), (∀ (x h : ℝ), h > 0 → 2 * f xf (x + h) + f (x + 2 * h)) → Monotone f
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page