Back to Problems
erdos_1071b
Specification
Is there a region $R$ with a maximal set of disjoint unit line segments that is countably infinite?
Lean 4 Statement
theorem erdos_1071b :
answer(sorry) ↔ ∃ (R : Set ℝ²) (S : Set (ℝ² × ℝ²)),
S.Countable ∧ S.Infinite ∧
Maximal (fun T : Set (ℝ² × ℝ²) =>
(∀ seg ∈ T, dist seg.1 seg.2 = 1 ∧ seg.1 ∈ R ∧ seg.2 ∈ R) ∧
T.Pairwise SegmentsDisjoint) S
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.