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$?

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
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
ID: GreensOpenProblems__3__green_3
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.