Skip to content

Erdős problem 907

Let f:RRf:\mathbb{R}\to \mathbb{R} be such that f(x+h)f(x)f(x+h)-f(x) is continuous for every h>0h>0. Is it true that f=g+hf=g+h for some continuous gg and additive hh (i.e. h(x+y)=h(x)+h(y)h(x+y)=h(x)+h(y))?

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

907.lean

Retained formal statement1 of 1

Let f:RRf:\mathbb{R}\to \mathbb{R} be such that f(x+h)f(x)f(x+h)-f(x) is continuous for every h>0h>0. Is it true that f=g+hf=g+h for some continuous gg and additive hh (i.e. h(x+y)=h(x)+h(y)h(x+y)=h(x)+h(y))?

A conjecture of Erdős from the early 1950s. Answered in the affirmative by de Bruijn [dB51].

FormalConjectures/ErdosProblems/907.leanErdos907.erdos_9074 linesExact file
True  ∀ (f : ℝ → ℝ),    (∀ (h : ℝ), 0 < hContinuous fun x => f (x + h) - f x) →g a, Continuous g ∧ (∀ (x y : ℝ), a (x + y) = a x + a y) ∧ f = g + a
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