Back to Problems
pierce_birkhoff_conjecture_dim_one
Specification
The Pierce-Birkhoff conjecture holds for `n = 1`. This was proved by Louis Mahé.
Lean 4 Statement
theorem pierce_birkhoff_conjecture_dim_one (f : ℝ → ℝ)
(hf : IsPiecewisePolynomial f) :
∃ (ι κ : Type) (g : ι → κ → Polynomial ℝ), Finite ι ∧ Finite κ ∧
∀ x, f x = ⨆ i, ⨅ j, Polynomial.eval x (g i j)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.