Skip to content

Conversation

@danielchin
Copy link
Contributor

Formalizing Erdos Problem 1139: https://www.erdosproblems.com/1139

@github-actions github-actions bot added the erdos-problems Erdős Problems label Jan 25, 2026
Copy link
Member

@Paul-Lez Paul-Lez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! A few minor comments:

@[category research open, AMS 11]
theorem erdos_1139 :
answer(sorry) ↔
let u := Nat.nth (fun n ↦ 0 < n ∧ Ω n ≤ 2)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
let u := Nat.nth (fun n ↦ 0 < n ∧ Ω n ≤ 2)
letI u := Nat.nth (fun n ↦ 0 < n ∧ Ω n ≤ 2)

theorem erdos_1139 :
answer(sorry) ↔
let u := Nat.nth (fun n ↦ 0 < n ∧ Ω n ≤ 2)
atTop.limsup (fun k : ℕ ↦ (((u (k + 1) : ℝ) - (u k : ℝ)) / Real.log ↑k : EReal)) = ⊤ := by
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the indexing may need to be shifted by 1 in some places here (in the denominator?): the u sequence in the informal version starts a 1 while in the formal version it starts at 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

erdos-problems Erdős Problems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants