Back to Problems
pierce_birkhoff_conjecture_dim_two
Specification
The Pierce-Birkhoff conjecture holds for `n = 2`. This was proved by Louis Mahé.
Lean 4 Statement
theorem pierce_birkhoff_conjecture_dim_two
(f : (Fin 2 → ℝ) → ℝ) (hf : IsPiecewiseMvPolynomial f) :
∃ (ι κ : Type) (g : ι → κ → MvPolynomial (Fin 2) ℝ), Finite ι ∧ Finite κ ∧
∀ x, f x = ⨆ i, ⨅ j, MvPolynomial.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.