Skip to content

Formal ConjecturesWikipedia

For every integer x2x \ge 2 there exists a prime between x(x1)x(x-1) and x2x^2.

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
Source file
Exact commit
33c6a2dcafc5e3cdebfc083203b0a051309ea5b4
File blob
1a9ed16f83e1967a34727f3ef91be9070a6cc717
Oppermann.oppermann_conjecture.parts.i
Open whole file

Exact retained declaration excerpt — not the whole file.

/--
For every integer $x \ge 2$ there exists a prime between $x(x-1)$ and $x^2$.
-/
@[category research open, AMS 11]
theorem oppermann_conjecture.parts.i (x : ℕ) (hx : 2 ≤ x) :
    ∃ p ∈ Ioo (x * (x - 1)) (x^2), p.Prime := by
  sorry

Search problems.science

Find a Problem, Result, source, or page