Back to Problems
green_3
Specification
Suppose that $A \subset [0,1]$ is open and has measure greater than $\frac{1}{3}$. Is there a solution to $xy = z$ with $x, y, z \in A$?
Lean 4 Statement
theorem green_3 :
answer(sorry) ↔ ∀ A : Set ℝ,
IsOpen A → A ⊆ Icc 0 1 → volume A > 1/3 →
∃ x y z, x ∈ A ∧ y ∈ A ∧ z ∈ A ∧ x * y = z
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.