Green's Open ProblemsNumber theory
Green's Open Problem 44
Sieve by removing half the residue classes mod , for primes . Does the remaining set have size at most ?
Mathematical statement
Sieve by removing half the residue classes mod , for primes . Does the remaining set have size at most ?
We interpret "half the residue classes" as .
Statement source: Green's Open Problems statement material
Statement terms: Source-specific
Source-specific terms. Therefore does not assert reuse rights beyond attributed display.
Statement artifacts, not proofs
These records expose exact Lean propositions and statement-only wrappers. Defining a proposition does not supply a proof of it. A placeholder-bearing target also contains no proof. Elaboration checks syntax and types; it does not certify that a formalization perfectly captures every nuance of the informal problem.
Pinned Lean formulation 1
green_44
theorem green_44 : answer(sorry) ↔ ∀ (N : ℕ) (p : Fin 1000 → ℕ) (A : (i : Fin 1000) → Finset (ZMod (p i))), let remaining := (Finset.Icc 1 N).filter (fun x => ∀ i, (x : ZMod (p i)) ∉ A i) (∀ i, (p i).Prime) → StrictMono p → (p 999) ^ 10 < N ^ 9 → (∀ i, (A i).card = (p i) / 2) → 10 * remaining.card ≤ N := by sorry- Statement source
- Formal Conjectures
- Lean version
- v4.27.0
- Placeholder
- Present; no proof artifact
- Source evidence
- Pinned source index
- Fidelity review
- Community formulation
References