Skip to content

Formal ConjecturesWikipedia

Oppermann's Conjecture

Exact formalization occurrence from the upstream source collection.

Open source
Source category
research open
Formal proof
Not retained
Vela current state
No Repository Result attached
Tracked question

Question

For every integer x2x \ge 2, the following hold: - There exists a prime between x(x1)x(x-1) and x2x^2. - There exists a prime between x2x^2 and x(x+1)x(x+1).

Lean declaration

Open source view
theorem oppermann_conjecture (x : ℕ) (hx : 2 ≤ x) :
    (∃ p ∈ Ioo (x * (x - 1)) (x^2), p.Prime) ∧
    (∃ p ∈ Ioo (x^2) (x * (x + 1)), p.Prime)

Search problems.science

Find a Problem, Result, source, or page