Green's Open ProblemsCombinatorics
Green's Open Problem 12
Let be an abelian group of size , and suppose that has density . Are there at least tuples such that whenever ?
Mathematical statement
Let be an abelian group of size , and suppose that has density . Are there at least tuples such that whenever ?
Note: We interpret indices modulo 5.
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_12
theorem green_12 : answer(sorry) ↔ ∀ {G : Type*} [AddCommGroup G] [Fintype G] [DecidableEq G], ∀ (A : Finset G), let N := Fintype.card G let α := (A.card : ℝ) / N let valid_tuples : Finset ((Fin 5 → G) × (Fin 5 → G)) := Finset.univ.filter (fun t => ∀ i : Fin 5, ∀ j ∈ ({i, i + 1, i + 2} : Finset (Fin 5)), t.1 i + t.2 j ∈ A) (valid_tuples.card : ℝ) ≥ α ^ 15 * (N : ℝ) ^ 10 := 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